@@ -54,6 +54,17 @@ extension PrefixTrieTests {
54
54
]
55
55
}
56
56
57
+ extension StringAdditionsTests {
58
+ // DO NOT MODIFY: This is autogenerated, use:
59
+ // `swift test --generate-linuxmain`
60
+ // to regenerate.
61
+ static let __allTests__StringAdditionsTests = [
62
+ ( " testBasicIdentifiers " , testBasicIdentifiers) ,
63
+ ( " testSwiftKeywordsAsIdentifiers " , testSwiftKeywordsAsIdentifiers) ,
64
+ ( " testUnicodeCharacters " , testUnicodeCharacters) ,
65
+ ]
66
+ }
67
+
57
68
extension SwiftDriverTests {
58
69
// DO NOT MODIFY: This is autogenerated, use:
59
70
// `swift test --generate-linuxmain`
@@ -70,16 +81,21 @@ extension SwiftDriverTests {
70
81
( " testMergeModulesOnly " , testMergeModulesOnly) ,
71
82
( " testModuleNameFallbacks " , testModuleNameFallbacks) ,
72
83
( " testModuleSettings " , testModuleSettings) ,
84
+ ( " testMultithreading " , testMultithreading) ,
85
+ ( " testMultithreadingDiagnostics " , testMultithreadingDiagnostics) ,
73
86
( " testOutputFileMapLoading " , testOutputFileMapLoading) ,
74
87
( " testOutputFileMapStoring " , testOutputFileMapStoring) ,
75
88
( " testParseErrors " , testParseErrors) ,
76
89
( " testParsing " , testParsing) ,
77
90
( " testPrimaryOutputKinds " , testPrimaryOutputKinds) ,
91
+ ( " testPrimaryOutputKindsDiagnostics " , testPrimaryOutputKindsDiagnostics) ,
78
92
( " testRegressions " , testRegressions) ,
79
93
( " testResponseFileExpansion " , testResponseFileExpansion) ,
94
+ ( " testResponseFileTokenization " , testResponseFileTokenization) ,
80
95
( " testSanitizerArgs " , testSanitizerArgs) ,
81
96
( " testStandardCompileJobs " , testStandardCompileJobs) ,
82
97
( " testTargetTriple " , testTargetTriple) ,
98
+ ( " testToolchainClangPath " , testToolchainClangPath) ,
83
99
( " testToolchainUtilities " , testToolchainUtilities) ,
84
100
]
85
101
}
@@ -109,6 +125,7 @@ public func __allTests() -> [XCTestCaseEntry] {
109
125
testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
110
126
testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
111
127
testCase ( PrefixTrieTests . __allTests__PrefixTrieTests) ,
128
+ testCase ( StringAdditionsTests . __allTests__StringAdditionsTests) ,
112
129
testCase ( SwiftDriverTests . __allTests__SwiftDriverTests) ,
113
130
testCase ( TripleTests . __allTests__TripleTests) ,
114
131
]
0 commit comments