@@ -76,6 +76,7 @@ extension SwiftDriverTests {
76
76
( " testBatchModeDiagnostics " , testBatchModeDiagnostics) ,
77
77
( " testCompilerMode " , testCompilerMode) ,
78
78
( " testDebugSettings " , testDebugSettings) ,
79
+ ( " testDiagnosticOptions " , testDiagnosticOptions) ,
79
80
( " testDOTFileEmission " , testDOTFileEmission) ,
80
81
( " testDriverKindParsing " , testDriverKindParsing) ,
81
82
( " testDSYMGeneration " , testDSYMGeneration) ,
@@ -92,13 +93,15 @@ extension SwiftDriverTests {
92
93
( " testMultithreading " , testMultithreading) ,
93
94
( " testMultithreadingDiagnostics " , testMultithreadingDiagnostics) ,
94
95
( " testOutputFileMapLoading " , testOutputFileMapLoading) ,
96
+ ( " testOutputFileMapRelativePathArg " , testOutputFileMapRelativePathArg) ,
95
97
( " testOutputFileMapResolving " , testOutputFileMapResolving) ,
96
98
( " testOutputFileMapStoring " , testOutputFileMapStoring) ,
97
99
( " testPCHGeneration " , testPCHGeneration) ,
98
100
( " testPCMGeneration " , testPCMGeneration) ,
99
101
( " testPrimaryOutputKinds " , testPrimaryOutputKinds) ,
100
102
( " testPrimaryOutputKindsDiagnostics " , testPrimaryOutputKindsDiagnostics) ,
101
103
( " testPrintTargetInfo " , testPrintTargetInfo) ,
104
+ ( " testRecordedInputModificationDates " , testRecordedInputModificationDates) ,
102
105
( " testRegressions " , testRegressions) ,
103
106
( " testRepl " , testRepl) ,
104
107
( " testResponseFileExpansion " , testResponseFileExpansion) ,
@@ -108,6 +111,7 @@ extension SwiftDriverTests {
108
111
( " testStandardCompileJobs " , testStandardCompileJobs) ,
109
112
( " testSubcommandsHandling " , testSubcommandsHandling) ,
110
113
( " testTargetTriple " , testTargetTriple) ,
114
+ ( " testTargetVariant " , testTargetVariant) ,
111
115
( " testToolchainClangPath " , testToolchainClangPath) ,
112
116
( " testToolchainUtilities " , testToolchainUtilities) ,
113
117
( " testUsingResponseFiles " , testUsingResponseFiles) ,
0 commit comments