@@ -26,6 +26,29 @@ extension ExplicitModuleBuildTests {
2626 ]
2727}
2828
29+ extension IncrementalCompilationTests {
30+ // DO NOT MODIFY: This is autogenerated, use:
31+ // `swift test --generate-linuxmain`
32+ // to regenerate.
33+ static let __allTests__IncrementalCompilationTests = [
34+ ( " testAutolinkOutputPath " , testAutolinkOutputPath) ,
35+ ( " testIncremental " , testIncremental) ,
36+ ( " testIncrementalDiagnostics " , testIncrementalDiagnostics) ,
37+ ]
38+ }
39+
40+ extension IntegrationTests {
41+ // DO NOT MODIFY: This is autogenerated, use:
42+ // `swift test --generate-linuxmain`
43+ // to regenerate.
44+ static let __allTests__IntegrationTests = [
45+ ( " testLitDriverTests " , testLitDriverTests) ,
46+ ( " testLitDriverValidationTests " , testLitDriverValidationTests) ,
47+ ( " testLitInterpreterTests " , testLitInterpreterTests) ,
48+ ( " testLitStdlibTests " , testLitStdlibTests) ,
49+ ]
50+ }
51+
2952extension JobExecutorTests {
3053 // DO NOT MODIFY: This is autogenerated, use:
3154 // `swift test --generate-linuxmain`
@@ -40,6 +63,71 @@ extension JobExecutorTests {
4063 ]
4164}
4265
66+ extension ModuleDependencyGraphTests {
67+ // DO NOT MODIFY: This is autogenerated, use:
68+ // `swift test --generate-linuxmain`
69+ // to regenerate.
70+ static let __allTests__ModuleDependencyGraphTests = [
71+ ( " testBaselineForPrintsAndCrossType " , testBaselineForPrintsAndCrossType) ,
72+ ( " testBasicLoad " , testBasicLoad) ,
73+ ( " testChainedDependents " , testChainedDependents) ,
74+ ( " testChainedExternal " , testChainedExternal) ,
75+ ( " testChainedExternalPreMarked " , testChainedExternalPreMarked) ,
76+ ( " testChainedExternalReverse " , testChainedExternalReverse) ,
77+ ( " testChainedNoncascadingDependents " , testChainedNoncascadingDependents) ,
78+ ( " testChainedNoncascadingDependents2 " , testChainedNoncascadingDependents2) ,
79+ ( " testCrossTypeDependency " , testCrossTypeDependency) ,
80+ ( " testCrossTypeDependencyBaseline " , testCrossTypeDependencyBaseline) ,
81+ ( " testCrossTypeDependencyBaselineWithFingerprints " , testCrossTypeDependencyBaselineWithFingerprints) ,
82+ ( " testCrossTypeDependencyWithFingerprints " , testCrossTypeDependencyWithFingerprints) ,
83+ ( " testDependencyLoops " , testDependencyLoops) ,
84+ ( " testEnabledTypeBodyFingerprints " , testEnabledTypeBodyFingerprints) ,
85+ ( " testIndependentDepKinds " , testIndependentDepKinds) ,
86+ ( " testIndependentDepKinds2 " , testIndependentDepKinds2) ,
87+ ( " testIndependentMembers " , testIndependentMembers) ,
88+ ( " testIndependentNodes " , testIndependentNodes) ,
89+ ( " testLoadPassesWithFingerprint " , testLoadPassesWithFingerprint) ,
90+ ( " testMarkIntransitive " , testMarkIntransitive) ,
91+ ( " testMarkIntransitiveThenIndirect " , testMarkIntransitiveThenIndirect) ,
92+ ( " testMarkIntransitiveTwice " , testMarkIntransitiveTwice) ,
93+ ( " testMarkOneNodeTwice " , testMarkOneNodeTwice) ,
94+ ( " testMarkOneNodeTwice2 " , testMarkOneNodeTwice2) ,
95+ ( " testMarkTwoNodes " , testMarkTwoNodes) ,
96+ ( " testMultipleDependentsDifferent " , testMultipleDependentsDifferent) ,
97+ ( " testMultipleDependentsSame " , testMultipleDependentsSame) ,
98+ ( " testMutualInterfaceHash " , testMutualInterfaceHash) ,
99+ ( " testNotTransitiveOnceMarked " , testNotTransitiveOnceMarked) ,
100+ ( " testReloadDetectsChange " , testReloadDetectsChange) ,
101+ ( " testSimpleDependent " , testSimpleDependent) ,
102+ ( " testSimpleDependent2 " , testSimpleDependent2) ,
103+ ( " testSimpleDependent3 " , testSimpleDependent3) ,
104+ ( " testSimpleDependent4 " , testSimpleDependent4) ,
105+ ( " testSimpleDependent5 " , testSimpleDependent5) ,
106+ ( " testSimpleDependent6 " , testSimpleDependent6) ,
107+ ( " testSimpleDependentMember " , testSimpleDependentMember) ,
108+ ( " testSimpleDependentReverse " , testSimpleDependentReverse) ,
109+ ( " testSimpleExternal " , testSimpleExternal) ,
110+ ( " testSimpleExternal2 " , testSimpleExternal2) ,
111+ ( " testUseFingerprints " , testUseFingerprints) ,
112+ ]
113+ }
114+
115+ extension NonincrementalCompilationTests {
116+ // DO NOT MODIFY: This is autogenerated, use:
117+ // `swift test --generate-linuxmain`
118+ // to regenerate.
119+ static let __allTests__NonincrementalCompilationTests = [
120+ ( " testBuildRecordReading " , testBuildRecordReading) ,
121+ ( " testDateConversion " , testDateConversion) ,
122+ ( " testExtractSourceFileDependencyGraphFromSwiftModule " , testExtractSourceFileDependencyGraphFromSwiftModule) ,
123+ ( " testNoIncremental " , testNoIncremental) ,
124+ ( " testReadAndWriteBuildRecord " , testReadAndWriteBuildRecord) ,
125+ ( " testReadBinarySourceFileDependencyGraph " , testReadBinarySourceFileDependencyGraph) ,
126+ ( " testReadComplexSourceFileDependencyGraph " , testReadComplexSourceFileDependencyGraph) ,
127+ ( " testShowJobLifecycleAndIncremental " , testShowJobLifecycleAndIncremental) ,
128+ ]
129+ }
130+
43131extension ParsableMessageTests {
44132 // DO NOT MODIFY: This is autogenerated, use:
45133 // `swift test --generate-linuxmain`
@@ -193,16 +281,30 @@ extension TripleTests {
193281 ]
194282}
195283
284+ extension TwoDMapTests {
285+ // DO NOT MODIFY: This is autogenerated, use:
286+ // `swift test --generate-linuxmain`
287+ // to regenerate.
288+ static let __allTests__TwoDMapTests = [
289+ ( " testTwoDMap " , testTwoDMap) ,
290+ ]
291+ }
292+
196293public func __allTests( ) -> [ XCTestCaseEntry ] {
197294 return [
198295 testCase ( AssertDiagnosticsTests . __allTests__AssertDiagnosticsTests) ,
199296 testCase ( ExplicitModuleBuildTests . __allTests__ExplicitModuleBuildTests) ,
297+ testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
298+ testCase ( IntegrationTests . __allTests__IntegrationTests) ,
200299 testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
300+ testCase ( ModuleDependencyGraphTests . __allTests__ModuleDependencyGraphTests) ,
301+ testCase ( NonincrementalCompilationTests . __allTests__NonincrementalCompilationTests) ,
201302 testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
202303 testCase ( PredictableRandomNumberGeneratorTests . __allTests__PredictableRandomNumberGeneratorTests) ,
203304 testCase ( StringAdditionsTests . __allTests__StringAdditionsTests) ,
204305 testCase ( SwiftDriverTests . __allTests__SwiftDriverTests) ,
205306 testCase ( TripleTests . __allTests__TripleTests) ,
307+ testCase ( TwoDMapTests . __allTests__TwoDMapTests) ,
206308 ]
207309}
208310#endif
0 commit comments