Skip to content

Commit ff40811

Browse files
committed
Rebuild test manifests
1 parent 48c49c2 commit ff40811

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

Tests/Cancel/XCTestManifests.swift

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,25 @@ extension CatchableTests {
141141
]
142142
}
143143

144+
extension ChainDispatcherTests {
145+
// DO NOT MODIFY: This is autogenerated, use:
146+
// `swift test --generate-linuxmain`
147+
// to regenerate.
148+
static let __allTests__ChainDispatcherTests = [
149+
("testAdHocStickyDispatchers", testAdHocStickyDispatchers),
150+
("testDelayedConfirmationChainDispatcher", testDelayedConfirmationChainDispatcher),
151+
("testIndefinitelyDelayedConfirmationChainDispatcher", testIndefinitelyDelayedConfirmationChainDispatcher),
152+
("testPermanentTail", testPermanentTail),
153+
("testRConfirmedChainDispatcher", testRConfirmedChainDispatcher),
154+
("testResetChainDispatcher", testResetChainDispatcher),
155+
("testSimpleChain", testSimpleChain),
156+
("testSimpleChainDispatcher", testSimpleChainDispatcher),
157+
("testStickyChainDispatcher", testStickyChainDispatcher),
158+
("testThresholdChainDispatcher", testThresholdChainDispatcher),
159+
("testUnconfirmedStickyChainDispatcher", testUnconfirmedStickyChainDispatcher),
160+
]
161+
}
162+
144163
extension DispatchWrapperTests {
145164
// DO NOT MODIFY: This is autogenerated, use:
146165
// `swift test --generate-linuxmain`
@@ -411,6 +430,7 @@ public func __allTests() -> [XCTestCaseEntry] {
411430
testCase(CancellablePromiseTests.__allTests__CancellablePromiseTests),
412431
testCase(CancellationTests.__allTests__CancellationTests),
413432
testCase(CatchableTests.__allTests__CatchableTests),
433+
testCase(ChainDispatcherTests.__allTests__ChainDispatcherTests),
414434
testCase(DispatchWrapperTests.__allTests__DispatchWrapperTests),
415435
testCase(DispatcherTests.__allTests__DispatcherTests),
416436
testCase(GuaranteeTests.__allTests__GuaranteeTests),

Tests/Core/XCTestManifests.swift

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,25 @@ extension CatchableTests {
8383
]
8484
}
8585

86+
extension ChainDispatcherTests {
87+
// DO NOT MODIFY: This is autogenerated, use:
88+
// `swift test --generate-linuxmain`
89+
// to regenerate.
90+
static let __allTests__ChainDispatcherTests = [
91+
("testAdHocStickyDispatchers", testAdHocStickyDispatchers),
92+
("testDelayedConfirmationChainDispatcher", testDelayedConfirmationChainDispatcher),
93+
("testIndefinitelyDelayedConfirmationChainDispatcher", testIndefinitelyDelayedConfirmationChainDispatcher),
94+
("testPermanentTail", testPermanentTail),
95+
("testRConfirmedChainDispatcher", testRConfirmedChainDispatcher),
96+
("testResetChainDispatcher", testResetChainDispatcher),
97+
("testSimpleChain", testSimpleChain),
98+
("testSimpleChainDispatcher", testSimpleChainDispatcher),
99+
("testStickyChainDispatcher", testStickyChainDispatcher),
100+
("testThresholdChainDispatcher", testThresholdChainDispatcher),
101+
("testUnconfirmedStickyChainDispatcher", testUnconfirmedStickyChainDispatcher),
102+
]
103+
}
104+
86105
extension DispatchWrapperTests {
87106
// DO NOT MODIFY: This is autogenerated, use:
88107
// `swift test --generate-linuxmain`
@@ -102,13 +121,13 @@ extension DispatcherTests {
102121
// `swift test --generate-linuxmain`
103122
// to regenerate.
104123
static let __allTests__DispatcherTests = [
105-
("testConfD", testConfD),
124+
("testConfQRepresentation", testConfQRepresentation),
106125
("testDispatcherExtensionCanThrowInBody", testDispatcherExtensionCanThrowInBody),
107126
("testDispatcherExtensionReturnsGuarantee", testDispatcherExtensionReturnsGuarantee),
108127
("testDispatcherWithThrow", testDispatcherWithThrow),
128+
("testDispatchQueueIdentities", testDispatchQueueIdentities),
109129
("testDispatchQueueSelection", testDispatchQueueSelection),
110130
("testMapValues", testMapValues),
111-
("testPMKDefaultIdentity", testPMKDefaultIdentity),
112131
("testRecover", testRecover),
113132
]
114133
}
@@ -344,6 +363,7 @@ public func __allTests() -> [XCTestCaseEntry] {
344363
testCase(AfterTests.__allTests__AfterTests),
345364
testCase(CancellationTests.__allTests__CancellationTests),
346365
testCase(CatchableTests.__allTests__CatchableTests),
366+
testCase(ChainDispatcherTests.__allTests__ChainDispatcherTests),
347367
testCase(DispatchWrapperTests.__allTests__DispatchWrapperTests),
348368
testCase(DispatcherTests.__allTests__DispatcherTests),
349369
testCase(DispatcherTypeTests.__allTests__DispatcherTypeTests),

0 commit comments

Comments
 (0)