Skip to content

Commit

Permalink
Update test manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthSnyder committed Mar 17, 2019
1 parent 44066d4 commit 0cdc84e
Showing 1 changed file with 15 additions and 30 deletions.
45 changes: 15 additions & 30 deletions Tests/Core/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ extension CatchableTests {
]
}

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

extension DispatcherTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand All @@ -73,6 +64,20 @@ extension DispatcherTests {
]
}

extension DispatcherTypeTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__DispatcherTypeTests = [
("testConcurrencyLimitedDispatcher", testConcurrencyLimitedDispatcher),
("testConcurrencyLimitedDispatcherInit", testConcurrencyLimitedDispatcherInit),
("testRateLimitedDispatcher", testRateLimitedDispatcher),
("testRateLimitedDispatcherInit", testRateLimitedDispatcherInit),
("testStrictRateLimitedDispatcher", testStrictRateLimitedDispatcher),
("testStrictRateLimitedDispatcherInit", testStrictRateLimitedDispatcherInit),
]
}

extension GuaranteeTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand Down Expand Up @@ -178,15 +183,6 @@ extension RaceTests {
]
}

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

extension RegressionTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand All @@ -207,15 +203,6 @@ extension StressTests {
]
}

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

extension ThenableTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand Down Expand Up @@ -307,8 +294,8 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(AfterTests.__allTests__AfterTests),
testCase(CancellationTests.__allTests__CancellationTests),
testCase(CatchableTests.__allTests__CatchableTests),
testCase(ConcurrencyLimitTests.__allTests__ConcurrencyLimitTests),
testCase(DispatcherTests.__allTests__DispatcherTests),
testCase(DispatcherTypeTests.__allTests__DispatcherTypeTests),
testCase(GuaranteeTests.__allTests__GuaranteeTests),
testCase(HangTests.__allTests__HangTests),
testCase(JoinTests.__allTests__JoinTests),
Expand All @@ -317,10 +304,8 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(PMKErrorTests.__allTests__PMKErrorTests),
testCase(PromiseTests.__allTests__PromiseTests),
testCase(RaceTests.__allTests__RaceTests),
testCase(RateLimitTests.__allTests__RateLimitTests),
testCase(RegressionTests.__allTests__RegressionTests),
testCase(StressTests.__allTests__StressTests),
testCase(StrictRateLimitTests.__allTests__StrictRateLimitTests),
testCase(ThenableTests.__allTests__ThenableTests),
testCase(WhenConcurrentTestCase_Swift.__allTests__WhenConcurrentTestCase_Swift),
testCase(WhenTests.__allTests__WhenTests),
Expand Down

0 comments on commit 0cdc84e

Please sign in to comment.