Skip to content

Commit

Permalink
Merge pull request #76 from DougGregor/cant-have-nice-things
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
beccadax authored Oct 7, 2019
2 parents dc19ff3 + 7a4c262 commit 571a83e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
12 changes: 0 additions & 12 deletions Tests/SwiftDriverTests/StringAdditionsTests.swift

This file was deleted.

24 changes: 14 additions & 10 deletions Tests/SwiftDriverTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
#if !canImport(ObjectiveC)
import XCTest

extension IncrementalCompilationTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__IncrementalCompilationTests = [
("testInputInfoMapReading", testInputInfoMapReading),
]
}

extension JobExecutorTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__JobExecutorTests = [
("testDarwinBasic", testDarwinBasic),
("testStubProcessProtocol", testStubProcessProtocol),
("testSwiftDriverExecOverride", testSwiftDriverExecOverride),
]
}

Expand All @@ -21,20 +31,12 @@ extension ParsableMessageTests {
]
}

extension StringAdditionsTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__StringAdditionsTests = [
("testInterpolationOr", testInterpolationOr),
]
}

extension SwiftDriverTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__SwiftDriverTests = [
("testBatchModeCompiles", testBatchModeCompiles),
("testCompilerMode", testCompilerMode),
("testDebugSettings", testDebugSettings),
("testDOTFileEmission", testDOTFileEmission),
Expand All @@ -43,11 +45,13 @@ extension SwiftDriverTests {
("testInputFiles", testInputFiles),
("testLinking", testLinking),
("testMergeModulesOnly", testMergeModulesOnly),
("testModuleNameFallbacks", testModuleNameFallbacks),
("testModuleSettings", testModuleSettings),
("testOutputFileMapLoading", testOutputFileMapLoading),
("testParseErrors", testParseErrors),
("testParsing", testParsing),
("testPrimaryOutputKinds", testPrimaryOutputKinds),
("testRegressions", testRegressions),
("testResponseFileExpansion", testResponseFileExpansion),
("testSanitizerArgs", testSanitizerArgs),
("testStandardCompileJobs", testStandardCompileJobs),
Expand Down Expand Up @@ -75,9 +79,9 @@ extension TripleTests {

public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(IncrementalCompilationTests.__allTests__IncrementalCompilationTests),
testCase(JobExecutorTests.__allTests__JobExecutorTests),
testCase(ParsableMessageTests.__allTests__ParsableMessageTests),
testCase(StringAdditionsTests.__allTests__StringAdditionsTests),
testCase(SwiftDriverTests.__allTests__SwiftDriverTests),
testCase(TripleTests.__allTests__TripleTests),
]
Expand Down

0 comments on commit 571a83e

Please sign in to comment.