@@ -26,29 +26,6 @@ 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-
5229extension JobExecutorTests {
5330 // DO NOT MODIFY: This is autogenerated, use:
5431 // `swift test --generate-linuxmain`
@@ -63,71 +40,6 @@ extension JobExecutorTests {
6340 ]
6441}
6542
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-
13143extension ParsableMessageTests {
13244 // DO NOT MODIFY: This is autogenerated, use:
13345 // `swift test --generate-linuxmain`
@@ -281,30 +193,16 @@ extension TripleTests {
281193 ]
282194}
283195
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-
293196public func __allTests( ) -> [ XCTestCaseEntry ] {
294197 return [
295198 testCase ( AssertDiagnosticsTests . __allTests__AssertDiagnosticsTests) ,
296199 testCase ( ExplicitModuleBuildTests . __allTests__ExplicitModuleBuildTests) ,
297- testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
298- testCase ( IntegrationTests . __allTests__IntegrationTests) ,
299200 testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
300- testCase ( ModuleDependencyGraphTests . __allTests__ModuleDependencyGraphTests) ,
301- testCase ( NonincrementalCompilationTests . __allTests__NonincrementalCompilationTests) ,
302201 testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
303202 testCase ( PredictableRandomNumberGeneratorTests . __allTests__PredictableRandomNumberGeneratorTests) ,
304203 testCase ( StringAdditionsTests . __allTests__StringAdditionsTests) ,
305204 testCase ( SwiftDriverTests . __allTests__SwiftDriverTests) ,
306205 testCase ( TripleTests . __allTests__TripleTests) ,
307- testCase ( TwoDMapTests . __allTests__TwoDMapTests) ,
308206 ]
309207}
310208#endif
0 commit comments