@@ -12,13 +12,26 @@ extension AssertDiagnosticsTests {
12
12
]
13
13
}
14
14
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
+
15
27
extension IncrementalCompilationTests {
16
28
// DO NOT MODIFY: This is autogenerated, use:
17
29
// `swift test --generate-linuxmain`
18
30
// to regenerate.
19
31
static let __allTests__IncrementalCompilationTests = [
20
32
( " testInputInfoMapReading " , testInputInfoMapReading) ,
21
- ( " testReadSourceFileDependencyGraph " , testReadSourceFileDependencyGraph) ,
33
+ ( " testReadBinarySourceFileDependencyGraph " , testReadBinarySourceFileDependencyGraph) ,
34
+ ( " testReadComplexSourceFileDependencyGraph " , testReadComplexSourceFileDependencyGraph) ,
22
35
]
23
36
}
24
37
@@ -75,12 +88,16 @@ extension SwiftDriverTests {
75
88
( " testBaseOutputPaths " , testBaseOutputPaths) ,
76
89
( " testBatchModeCompiles " , testBatchModeCompiles) ,
77
90
( " testBatchModeDiagnostics " , testBatchModeDiagnostics) ,
91
+ ( " testCompatibilityLibs " , testCompatibilityLibs) ,
78
92
( " testCompilerMode " , testCompilerMode) ,
93
+ ( " testCoverageSettings " , testCoverageSettings) ,
94
+ ( " testDarwinToolchainArgumentValidation " , testDarwinToolchainArgumentValidation) ,
79
95
( " testDebugSettings " , testDebugSettings) ,
80
96
( " testDiagnosticOptions " , testDiagnosticOptions) ,
81
97
( " testDOTFileEmission " , testDOTFileEmission) ,
82
98
( " testDriverKindParsing " , testDriverKindParsing) ,
83
99
( " testDSYMGeneration " , testDSYMGeneration) ,
100
+ ( " testEmbedBitcode " , testEmbedBitcode) ,
84
101
( " testExecutableFallbackPath " , testExecutableFallbackPath) ,
85
102
( " testImmediateMode " , testImmediateMode) ,
86
103
( " testInputFiles " , testInputFiles) ,
@@ -93,6 +110,7 @@ extension SwiftDriverTests {
93
110
( " testMultiThreadedWholeModuleOptimizationCompiles " , testMultiThreadedWholeModuleOptimizationCompiles) ,
94
111
( " testMultithreading " , testMultithreading) ,
95
112
( " testMultithreadingDiagnostics " , testMultithreadingDiagnostics) ,
113
+ ( " testNumThreads " , testNumThreads) ,
96
114
( " testOutputFileMapLoading " , testOutputFileMapLoading) ,
97
115
( " testOutputFileMapRelativePathArg " , testOutputFileMapRelativePathArg) ,
98
116
( " testOutputFileMapResolving " , testOutputFileMapResolving) ,
@@ -108,15 +126,19 @@ extension SwiftDriverTests {
108
126
( " testResponseFileExpansion " , testResponseFileExpansion) ,
109
127
( " testResponseFileTokenization " , testResponseFileTokenization) ,
110
128
( " testSanitizerArgs " , testSanitizerArgs) ,
129
+ ( " testScanDependenciesOption " , testScanDependenciesOption) ,
111
130
( " testSingleThreadedWholeModuleOptimizationCompiles " , testSingleThreadedWholeModuleOptimizationCompiles) ,
131
+ ( " testSourceInfoFileEmitOption " , testSourceInfoFileEmitOption) ,
112
132
( " testStandardCompileJobs " , testStandardCompileJobs) ,
113
133
( " testSubcommandsHandling " , testSubcommandsHandling) ,
134
+ ( " testSwiftHelpOverride " , testSwiftHelpOverride) ,
114
135
( " testTargetTriple " , testTargetTriple) ,
115
136
( " testTargetVariant " , testTargetVariant) ,
116
137
( " testToolchainClangPath " , testToolchainClangPath) ,
117
138
( " testUsingResponseFiles " , testUsingResponseFiles) ,
118
139
( " testVerifyDebugInfo " , testVerifyDebugInfo) ,
119
140
( " testVersionRequest " , testVersionRequest) ,
141
+ ( " testVFSOverlay " , testVFSOverlay) ,
120
142
( " testWholeModuleOptimizationOutputFileMap " , testWholeModuleOptimizationOutputFileMap) ,
121
143
]
122
144
}
@@ -143,6 +165,7 @@ extension TripleTests {
143
165
public func __allTests( ) -> [ XCTestCaseEntry ] {
144
166
return [
145
167
testCase ( AssertDiagnosticsTests . __allTests__AssertDiagnosticsTests) ,
168
+ testCase ( ExplicitModuleBuildTests . __allTests__ExplicitModuleBuildTests) ,
146
169
testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
147
170
testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
148
171
testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
0 commit comments