@@ -12,15 +12,44 @@ extension AssertDiagnosticsTests {
12
12
]
13
13
}
14
14
15
+ extension BidirectionalMapTests {
16
+ // DO NOT MODIFY: This is autogenerated, use:
17
+ // `swift test --generate-linuxmain`
18
+ // to regenerate.
19
+ static let __allTests__BidirectionalMapTests = [
20
+ ( " testTwoDMap " , testTwoDMap) ,
21
+ ]
22
+ }
23
+
24
+ extension CrossModuleIncrementalBuildTests {
25
+ // DO NOT MODIFY: This is autogenerated, use:
26
+ // `swift test --generate-linuxmain`
27
+ // to regenerate.
28
+ static let __allTests__CrossModuleIncrementalBuildTests = [
29
+ ( " testEmbeddedModuleDependencies " , testEmbeddedModuleDependencies) ,
30
+ ]
31
+ }
32
+
33
+ extension DependencyGraphSerializationTests {
34
+ // DO NOT MODIFY: This is autogenerated, use:
35
+ // `swift test --generate-linuxmain`
36
+ // to regenerate.
37
+ static let __allTests__DependencyGraphSerializationTests = [
38
+ ( " testRoundTripFixtures " , testRoundTripFixtures) ,
39
+ ]
40
+ }
41
+
15
42
extension ExplicitModuleBuildTests {
16
43
// DO NOT MODIFY: This is autogenerated, use:
17
44
// `swift test --generate-linuxmain`
18
45
// to regenerate.
19
46
static let __allTests__ExplicitModuleBuildTests = [
20
47
( " testDependencyGraphMerge " , testDependencyGraphMerge) ,
48
+ ( " testDependencyScanning " , testDependencyScanning) ,
21
49
( " testExplicitModuleBuildEndToEnd " , testExplicitModuleBuildEndToEnd) ,
22
50
( " testExplicitModuleBuildJobs " , testExplicitModuleBuildJobs) ,
23
51
( " testExplicitSwiftModuleMap " , testExplicitSwiftModuleMap) ,
52
+ ( " testImmediateModeExplicitModuleBuild " , testImmediateModeExplicitModuleBuild) ,
24
53
( " testModuleDependencyBuildCommandGeneration " , testModuleDependencyBuildCommandGeneration) ,
25
54
( " testModuleDependencyWithExternalCommandGeneration " , testModuleDependencyWithExternalCommandGeneration) ,
26
55
]
@@ -31,21 +60,14 @@ extension IncrementalCompilationTests {
31
60
// `swift test --generate-linuxmain`
32
61
// to regenerate.
33
62
static let __allTests__IncrementalCompilationTests = [
63
+ ( " testAlwaysRebuildDependents " , testAlwaysRebuildDependents) ,
34
64
( " testAutolinkOutputPath " , testAutolinkOutputPath) ,
65
+ ( " testBuildRecordDateAccuracy " , testBuildRecordDateAccuracy) ,
66
+ ( " testDependencyDotFiles " , testDependencyDotFiles) ,
67
+ ( " testDependencyDotFilesCross " , testDependencyDotFilesCross) ,
35
68
( " testIncremental " , testIncremental) ,
36
69
( " 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) ,
70
+ ( " testOptionsParsing " , testOptionsParsing) ,
49
71
]
50
72
}
51
73
@@ -57,6 +79,9 @@ extension JobExecutorTests {
57
79
( " testDarwinBasic " , testDarwinBasic) ,
58
80
( " testInputModifiedDuringMultiJobBuild " , testInputModifiedDuringMultiJobBuild) ,
59
81
( " testInputModifiedDuringSingleJobBuild " , testInputModifiedDuringSingleJobBuild) ,
82
+ ( " testResolveSquashedArgs " , testResolveSquashedArgs) ,
83
+ ( " testSaveTemps " , testSaveTemps) ,
84
+ ( " testShellEscapingArgsInJobDescription " , testShellEscapingArgsInJobDescription) ,
60
85
( " testStubProcessProtocol " , testStubProcessProtocol) ,
61
86
( " testSwiftDriverExecOverride " , testSwiftDriverExecOverride) ,
62
87
( " testTemporaryFileWriting " , testTemporaryFileWriting) ,
@@ -109,6 +134,8 @@ extension ModuleDependencyGraphTests {
109
134
( " testSimpleExternal " , testSimpleExternal) ,
110
135
( " testSimpleExternal2 " , testSimpleExternal2) ,
111
136
( " testUseFingerprints " , testUseFingerprints) ,
137
+ ( " testUseFingerprintsPingPong " , testUseFingerprintsPingPong) ,
138
+ ( " testUseFingerprintsPingPong2 " , testUseFingerprintsPingPong2) ,
112
139
]
113
140
}
114
141
@@ -118,6 +145,7 @@ extension NonincrementalCompilationTests {
118
145
// to regenerate.
119
146
static let __allTests__NonincrementalCompilationTests = [
120
147
( " testBuildRecordReading " , testBuildRecordReading) ,
148
+ ( " testBuildRecordWithoutOptionsReading " , testBuildRecordWithoutOptionsReading) ,
121
149
( " testDateConversion " , testDateConversion) ,
122
150
( " testExtractSourceFileDependencyGraphFromSwiftModule " , testExtractSourceFileDependencyGraphFromSwiftModule) ,
123
151
( " testNoIncremental " , testNoIncremental) ,
@@ -185,23 +213,29 @@ extension SwiftDriverTests {
185
213
( " testDriverKindParsing " , testDriverKindParsing) ,
186
214
( " testDSYMGeneration " , testDSYMGeneration) ,
187
215
( " testDumpASTOverride " , testDumpASTOverride) ,
216
+ ( " testDuplicateName " , testDuplicateName) ,
188
217
( " testEmbedBitcode " , testEmbedBitcode) ,
189
218
( " testEmitModuleSeparately " , testEmitModuleSeparately) ,
190
219
( " testEmitModuleTrace " , testEmitModuleTrace) ,
191
220
( " testEnvironmentInferenceWarning " , testEnvironmentInferenceWarning) ,
192
221
( " testExecutableFallbackPath " , testExecutableFallbackPath) ,
193
222
( " testFilelist " , testFilelist) ,
223
+ ( " testFindingObjectPathFromllvmBCPath " , testFindingObjectPathFromllvmBCPath) ,
194
224
( " testFrameworkSearchPathArgValidation " , testFrameworkSearchPathArgValidation) ,
225
+ ( " testFrontendSupportedArguments " , testFrontendSupportedArguments) ,
195
226
( " testFrontendTargetInfoWithWorkingDirectory " , testFrontendTargetInfoWithWorkingDirectory) ,
196
227
( " testImmediateMode " , testImmediateMode) ,
228
+ ( " testIndexFileEntryInSupplementaryFileOutputMap " , testIndexFileEntryInSupplementaryFileOutputMap) ,
197
229
( " testIndexFilePathHandling " , testIndexFilePathHandling) ,
198
230
( " testInputFiles " , testInputFiles) ,
231
+ ( " testInstallAPI " , testInstallAPI) ,
199
232
( " testInvocationRunModes " , testInvocationRunModes) ,
200
233
( " testJoinedPathOptions " , testJoinedPathOptions) ,
201
234
( " testLEqualPassedDownToLinkerInvocation " , testLEqualPassedDownToLinkerInvocation) ,
202
235
( " testLinking " , testLinking) ,
203
236
( " testLTOLibraryArg " , testLTOLibraryArg) ,
204
237
( " testLTOOption " , testLTOOption) ,
238
+ ( " testLtoOutputModeClash " , testLtoOutputModeClash) ,
205
239
( " testLTOOutputs " , testLTOOutputs) ,
206
240
( " testMergeModuleEmittingDependencies " , testMergeModuleEmittingDependencies) ,
207
241
( " testMergeModulesOnly " , testMergeModulesOnly) ,
@@ -230,14 +264,17 @@ extension SwiftDriverTests {
230
264
( " testProfileArgValidation " , testProfileArgValidation) ,
231
265
( " testProfileLinkerArgs " , testProfileLinkerArgs) ,
232
266
( " testRecordedInputModificationDates " , testRecordedInputModificationDates) ,
267
+ ( " testReferenceDependencies " , testReferenceDependencies) ,
233
268
( " testRegressions " , testRegressions) ,
234
269
( " testRelativeOptionOrdering " , testRelativeOptionOrdering) ,
235
270
( " testRelativeResourceDir " , testRelativeResourceDir) ,
236
271
( " testRepl " , testRepl) ,
237
272
( " testResponseFileExpansion " , testResponseFileExpansion) ,
238
273
( " testResponseFileTokenization " , testResponseFileTokenization) ,
274
+ ( " testRuntimeCompatibilityVersion " , testRuntimeCompatibilityVersion) ,
239
275
( " testSanitizerArgs " , testSanitizerArgs) ,
240
276
( " testSanitizerArgsForTargets " , testSanitizerArgsForTargets) ,
277
+ ( " testSanitizerCoverageArgs " , testSanitizerCoverageArgs) ,
241
278
( " testScanDependenciesOption " , testScanDependenciesOption) ,
242
279
( " testSingleThreadedWholeModuleOptimizationCompiles " , testSingleThreadedWholeModuleOptimizationCompiles) ,
243
280
( " testSourceInfoFileEmitOption " , testSourceInfoFileEmitOption) ,
@@ -248,6 +285,7 @@ extension SwiftDriverTests {
248
285
( " testTargetVariant " , testTargetVariant) ,
249
286
( " testToolchainClangPath " , testToolchainClangPath) ,
250
287
( " testToolsDirectory " , testToolsDirectory) ,
288
+ ( " testUpdateCode " , testUpdateCode) ,
251
289
( " testUseStaticResourceDir " , testUseStaticResourceDir) ,
252
290
( " testUsingResponseFiles " , testUsingResponseFiles) ,
253
291
( " testVerifyDebugInfo " , testVerifyDebugInfo) ,
@@ -293,9 +331,11 @@ extension TwoDMapTests {
293
331
public func __allTests( ) -> [ XCTestCaseEntry ] {
294
332
return [
295
333
testCase ( AssertDiagnosticsTests . __allTests__AssertDiagnosticsTests) ,
334
+ testCase ( BidirectionalMapTests . __allTests__BidirectionalMapTests) ,
335
+ testCase ( CrossModuleIncrementalBuildTests . __allTests__CrossModuleIncrementalBuildTests) ,
336
+ testCase ( DependencyGraphSerializationTests . __allTests__DependencyGraphSerializationTests) ,
296
337
testCase ( ExplicitModuleBuildTests . __allTests__ExplicitModuleBuildTests) ,
297
338
testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
298
- testCase ( IntegrationTests . __allTests__IntegrationTests) ,
299
339
testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
300
340
testCase ( ModuleDependencyGraphTests . __allTests__ModuleDependencyGraphTests) ,
301
341
testCase ( NonincrementalCompilationTests . __allTests__NonincrementalCompilationTests) ,
0 commit comments