Skip to content

Commit 4539676

Browse files
committed
Rerun swift test --generate-linuxmain
1 parent 02366d0 commit 4539676

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Tests/SwiftDriverTests/XCTestManifests.swift

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,26 @@ extension AssertDiagnosticsTests {
1212
]
1313
}
1414

15+
extension ExplicitModuleBuildTests {
16+
// DO NOT MODIFY: This is autogenerated, use:
17+
// `swift test --generate-linuxmain`
18+
// to regenerate.
19+
static let __allTests__ExplicitModuleBuildTests = [
20+
("testExplicitModuleBuildEndToEnd", testExplicitModuleBuildEndToEnd),
21+
("testExplicitModuleBuildJobs", testExplicitModuleBuildJobs),
22+
("testExplicitSwiftModuleMap", testExplicitSwiftModuleMap),
23+
("testModuleDependencyBuildCommandGeneration", testModuleDependencyBuildCommandGeneration),
24+
]
25+
}
26+
1527
extension IncrementalCompilationTests {
1628
// DO NOT MODIFY: This is autogenerated, use:
1729
// `swift test --generate-linuxmain`
1830
// to regenerate.
1931
static let __allTests__IncrementalCompilationTests = [
2032
("testInputInfoMapReading", testInputInfoMapReading),
21-
("testReadSourceFileDependencyGraph", testReadSourceFileDependencyGraph),
33+
("testReadBinarySourceFileDependencyGraph", testReadBinarySourceFileDependencyGraph),
34+
("testReadComplexSourceFileDependencyGraph", testReadComplexSourceFileDependencyGraph),
2235
]
2336
}
2437

@@ -75,12 +88,16 @@ extension SwiftDriverTests {
7588
("testBaseOutputPaths", testBaseOutputPaths),
7689
("testBatchModeCompiles", testBatchModeCompiles),
7790
("testBatchModeDiagnostics", testBatchModeDiagnostics),
91+
("testCompatibilityLibs", testCompatibilityLibs),
7892
("testCompilerMode", testCompilerMode),
93+
("testCoverageSettings", testCoverageSettings),
94+
("testDarwinToolchainArgumentValidation", testDarwinToolchainArgumentValidation),
7995
("testDebugSettings", testDebugSettings),
8096
("testDiagnosticOptions", testDiagnosticOptions),
8197
("testDOTFileEmission", testDOTFileEmission),
8298
("testDriverKindParsing", testDriverKindParsing),
8399
("testDSYMGeneration", testDSYMGeneration),
100+
("testEmbedBitcode", testEmbedBitcode),
84101
("testExecutableFallbackPath", testExecutableFallbackPath),
85102
("testImmediateMode", testImmediateMode),
86103
("testInputFiles", testInputFiles),
@@ -93,6 +110,7 @@ extension SwiftDriverTests {
93110
("testMultiThreadedWholeModuleOptimizationCompiles", testMultiThreadedWholeModuleOptimizationCompiles),
94111
("testMultithreading", testMultithreading),
95112
("testMultithreadingDiagnostics", testMultithreadingDiagnostics),
113+
("testNumThreads", testNumThreads),
96114
("testOutputFileMapLoading", testOutputFileMapLoading),
97115
("testOutputFileMapRelativePathArg", testOutputFileMapRelativePathArg),
98116
("testOutputFileMapResolving", testOutputFileMapResolving),
@@ -108,15 +126,19 @@ extension SwiftDriverTests {
108126
("testResponseFileExpansion", testResponseFileExpansion),
109127
("testResponseFileTokenization", testResponseFileTokenization),
110128
("testSanitizerArgs", testSanitizerArgs),
129+
("testScanDependenciesOption", testScanDependenciesOption),
111130
("testSingleThreadedWholeModuleOptimizationCompiles", testSingleThreadedWholeModuleOptimizationCompiles),
131+
("testSourceInfoFileEmitOption", testSourceInfoFileEmitOption),
112132
("testStandardCompileJobs", testStandardCompileJobs),
113133
("testSubcommandsHandling", testSubcommandsHandling),
134+
("testSwiftHelpOverride", testSwiftHelpOverride),
114135
("testTargetTriple", testTargetTriple),
115136
("testTargetVariant", testTargetVariant),
116137
("testToolchainClangPath", testToolchainClangPath),
117138
("testUsingResponseFiles", testUsingResponseFiles),
118139
("testVerifyDebugInfo", testVerifyDebugInfo),
119140
("testVersionRequest", testVersionRequest),
141+
("testVFSOverlay", testVFSOverlay),
120142
("testWholeModuleOptimizationOutputFileMap", testWholeModuleOptimizationOutputFileMap),
121143
]
122144
}
@@ -143,6 +165,7 @@ extension TripleTests {
143165
public func __allTests() -> [XCTestCaseEntry] {
144166
return [
145167
testCase(AssertDiagnosticsTests.__allTests__AssertDiagnosticsTests),
168+
testCase(ExplicitModuleBuildTests.__allTests__ExplicitModuleBuildTests),
146169
testCase(IncrementalCompilationTests.__allTests__IncrementalCompilationTests),
147170
testCase(JobExecutorTests.__allTests__JobExecutorTests),
148171
testCase(ParsableMessageTests.__allTests__ParsableMessageTests),

0 commit comments

Comments
 (0)