@@ -26,29 +26,6 @@ extension ExplicitModuleBuildTests {
26
26
]
27
27
}
28
28
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
-
52
29
extension JobExecutorTests {
53
30
// DO NOT MODIFY: This is autogenerated, use:
54
31
// `swift test --generate-linuxmain`
@@ -63,71 +40,6 @@ extension JobExecutorTests {
63
40
]
64
41
}
65
42
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
-
131
43
extension ParsableMessageTests {
132
44
// DO NOT MODIFY: This is autogenerated, use:
133
45
// `swift test --generate-linuxmain`
@@ -281,30 +193,16 @@ extension TripleTests {
281
193
]
282
194
}
283
195
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
-
293
196
public func __allTests( ) -> [ XCTestCaseEntry ] {
294
197
return [
295
198
testCase ( AssertDiagnosticsTests . __allTests__AssertDiagnosticsTests) ,
296
199
testCase ( ExplicitModuleBuildTests . __allTests__ExplicitModuleBuildTests) ,
297
- testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
298
- testCase ( IntegrationTests . __allTests__IntegrationTests) ,
299
200
testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
300
- testCase ( ModuleDependencyGraphTests . __allTests__ModuleDependencyGraphTests) ,
301
- testCase ( NonincrementalCompilationTests . __allTests__NonincrementalCompilationTests) ,
302
201
testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
303
202
testCase ( PredictableRandomNumberGeneratorTests . __allTests__PredictableRandomNumberGeneratorTests) ,
304
203
testCase ( StringAdditionsTests . __allTests__StringAdditionsTests) ,
305
204
testCase ( SwiftDriverTests . __allTests__SwiftDriverTests) ,
306
205
testCase ( TripleTests . __allTests__TripleTests) ,
307
- testCase ( TwoDMapTests . __allTests__TwoDMapTests) ,
308
206
]
309
207
}
310
208
#endif
0 commit comments