Skip to content

Commit 010dfc5

Browse files
authored
Merge pull request #524 from CodaFi/manifest-destiny
Resync LinuxMain
2 parents 022df1d + 4905c2a commit 010dfc5

File tree

1 file changed

+53
-13
lines changed

1 file changed

+53
-13
lines changed

Tests/SwiftDriverTests/XCTestManifests.swift

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,44 @@ extension AssertDiagnosticsTests {
1212
]
1313
}
1414

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+
1542
extension ExplicitModuleBuildTests {
1643
// DO NOT MODIFY: This is autogenerated, use:
1744
// `swift test --generate-linuxmain`
1845
// to regenerate.
1946
static let __allTests__ExplicitModuleBuildTests = [
2047
("testDependencyGraphMerge", testDependencyGraphMerge),
48+
("testDependencyScanning", testDependencyScanning),
2149
("testExplicitModuleBuildEndToEnd", testExplicitModuleBuildEndToEnd),
2250
("testExplicitModuleBuildJobs", testExplicitModuleBuildJobs),
2351
("testExplicitSwiftModuleMap", testExplicitSwiftModuleMap),
52+
("testImmediateModeExplicitModuleBuild", testImmediateModeExplicitModuleBuild),
2453
("testModuleDependencyBuildCommandGeneration", testModuleDependencyBuildCommandGeneration),
2554
("testModuleDependencyWithExternalCommandGeneration", testModuleDependencyWithExternalCommandGeneration),
2655
]
@@ -31,21 +60,14 @@ extension IncrementalCompilationTests {
3160
// `swift test --generate-linuxmain`
3261
// to regenerate.
3362
static let __allTests__IncrementalCompilationTests = [
63+
("testAlwaysRebuildDependents", testAlwaysRebuildDependents),
3464
("testAutolinkOutputPath", testAutolinkOutputPath),
65+
("testBuildRecordDateAccuracy", testBuildRecordDateAccuracy),
66+
("testDependencyDotFiles", testDependencyDotFiles),
67+
("testDependencyDotFilesCross", testDependencyDotFilesCross),
3568
("testIncremental", testIncremental),
3669
("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),
4971
]
5072
}
5173

@@ -57,6 +79,9 @@ extension JobExecutorTests {
5779
("testDarwinBasic", testDarwinBasic),
5880
("testInputModifiedDuringMultiJobBuild", testInputModifiedDuringMultiJobBuild),
5981
("testInputModifiedDuringSingleJobBuild", testInputModifiedDuringSingleJobBuild),
82+
("testResolveSquashedArgs", testResolveSquashedArgs),
83+
("testSaveTemps", testSaveTemps),
84+
("testShellEscapingArgsInJobDescription", testShellEscapingArgsInJobDescription),
6085
("testStubProcessProtocol", testStubProcessProtocol),
6186
("testSwiftDriverExecOverride", testSwiftDriverExecOverride),
6287
("testTemporaryFileWriting", testTemporaryFileWriting),
@@ -109,6 +134,8 @@ extension ModuleDependencyGraphTests {
109134
("testSimpleExternal", testSimpleExternal),
110135
("testSimpleExternal2", testSimpleExternal2),
111136
("testUseFingerprints", testUseFingerprints),
137+
("testUseFingerprintsPingPong", testUseFingerprintsPingPong),
138+
("testUseFingerprintsPingPong2", testUseFingerprintsPingPong2),
112139
]
113140
}
114141

@@ -118,6 +145,7 @@ extension NonincrementalCompilationTests {
118145
// to regenerate.
119146
static let __allTests__NonincrementalCompilationTests = [
120147
("testBuildRecordReading", testBuildRecordReading),
148+
("testBuildRecordWithoutOptionsReading", testBuildRecordWithoutOptionsReading),
121149
("testDateConversion", testDateConversion),
122150
("testExtractSourceFileDependencyGraphFromSwiftModule", testExtractSourceFileDependencyGraphFromSwiftModule),
123151
("testNoIncremental", testNoIncremental),
@@ -185,23 +213,29 @@ extension SwiftDriverTests {
185213
("testDriverKindParsing", testDriverKindParsing),
186214
("testDSYMGeneration", testDSYMGeneration),
187215
("testDumpASTOverride", testDumpASTOverride),
216+
("testDuplicateName", testDuplicateName),
188217
("testEmbedBitcode", testEmbedBitcode),
189218
("testEmitModuleSeparately", testEmitModuleSeparately),
190219
("testEmitModuleTrace", testEmitModuleTrace),
191220
("testEnvironmentInferenceWarning", testEnvironmentInferenceWarning),
192221
("testExecutableFallbackPath", testExecutableFallbackPath),
193222
("testFilelist", testFilelist),
223+
("testFindingObjectPathFromllvmBCPath", testFindingObjectPathFromllvmBCPath),
194224
("testFrameworkSearchPathArgValidation", testFrameworkSearchPathArgValidation),
225+
("testFrontendSupportedArguments", testFrontendSupportedArguments),
195226
("testFrontendTargetInfoWithWorkingDirectory", testFrontendTargetInfoWithWorkingDirectory),
196227
("testImmediateMode", testImmediateMode),
228+
("testIndexFileEntryInSupplementaryFileOutputMap", testIndexFileEntryInSupplementaryFileOutputMap),
197229
("testIndexFilePathHandling", testIndexFilePathHandling),
198230
("testInputFiles", testInputFiles),
231+
("testInstallAPI", testInstallAPI),
199232
("testInvocationRunModes", testInvocationRunModes),
200233
("testJoinedPathOptions", testJoinedPathOptions),
201234
("testLEqualPassedDownToLinkerInvocation", testLEqualPassedDownToLinkerInvocation),
202235
("testLinking", testLinking),
203236
("testLTOLibraryArg", testLTOLibraryArg),
204237
("testLTOOption", testLTOOption),
238+
("testLtoOutputModeClash", testLtoOutputModeClash),
205239
("testLTOOutputs", testLTOOutputs),
206240
("testMergeModuleEmittingDependencies", testMergeModuleEmittingDependencies),
207241
("testMergeModulesOnly", testMergeModulesOnly),
@@ -230,14 +264,17 @@ extension SwiftDriverTests {
230264
("testProfileArgValidation", testProfileArgValidation),
231265
("testProfileLinkerArgs", testProfileLinkerArgs),
232266
("testRecordedInputModificationDates", testRecordedInputModificationDates),
267+
("testReferenceDependencies", testReferenceDependencies),
233268
("testRegressions", testRegressions),
234269
("testRelativeOptionOrdering", testRelativeOptionOrdering),
235270
("testRelativeResourceDir", testRelativeResourceDir),
236271
("testRepl", testRepl),
237272
("testResponseFileExpansion", testResponseFileExpansion),
238273
("testResponseFileTokenization", testResponseFileTokenization),
274+
("testRuntimeCompatibilityVersion", testRuntimeCompatibilityVersion),
239275
("testSanitizerArgs", testSanitizerArgs),
240276
("testSanitizerArgsForTargets", testSanitizerArgsForTargets),
277+
("testSanitizerCoverageArgs", testSanitizerCoverageArgs),
241278
("testScanDependenciesOption", testScanDependenciesOption),
242279
("testSingleThreadedWholeModuleOptimizationCompiles", testSingleThreadedWholeModuleOptimizationCompiles),
243280
("testSourceInfoFileEmitOption", testSourceInfoFileEmitOption),
@@ -248,6 +285,7 @@ extension SwiftDriverTests {
248285
("testTargetVariant", testTargetVariant),
249286
("testToolchainClangPath", testToolchainClangPath),
250287
("testToolsDirectory", testToolsDirectory),
288+
("testUpdateCode", testUpdateCode),
251289
("testUseStaticResourceDir", testUseStaticResourceDir),
252290
("testUsingResponseFiles", testUsingResponseFiles),
253291
("testVerifyDebugInfo", testVerifyDebugInfo),
@@ -293,9 +331,11 @@ extension TwoDMapTests {
293331
public func __allTests() -> [XCTestCaseEntry] {
294332
return [
295333
testCase(AssertDiagnosticsTests.__allTests__AssertDiagnosticsTests),
334+
testCase(BidirectionalMapTests.__allTests__BidirectionalMapTests),
335+
testCase(CrossModuleIncrementalBuildTests.__allTests__CrossModuleIncrementalBuildTests),
336+
testCase(DependencyGraphSerializationTests.__allTests__DependencyGraphSerializationTests),
296337
testCase(ExplicitModuleBuildTests.__allTests__ExplicitModuleBuildTests),
297338
testCase(IncrementalCompilationTests.__allTests__IncrementalCompilationTests),
298-
testCase(IntegrationTests.__allTests__IntegrationTests),
299339
testCase(JobExecutorTests.__allTests__JobExecutorTests),
300340
testCase(ModuleDependencyGraphTests.__allTests__ModuleDependencyGraphTests),
301341
testCase(NonincrementalCompilationTests.__allTests__NonincrementalCompilationTests),

0 commit comments

Comments
 (0)