From 5a9e9d2ce4032bb8327cdc44af3a1c0b3eb7402a Mon Sep 17 00:00:00 2001 From: Maarten Engels Date: Mon, 17 Nov 2025 13:18:20 +0100 Subject: [PATCH 1/2] Update 0016-test-cancellation.md --- proposals/testing/0016-test-cancellation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/testing/0016-test-cancellation.md b/proposals/testing/0016-test-cancellation.md index 51b10938be..081406fe4b 100644 --- a/proposals/testing/0016-test-cancellation.md +++ b/proposals/testing/0016-test-cancellation.md @@ -3,10 +3,10 @@ * Proposal: [ST-0016](0016-test-cancellation.md) * Authors: [Jonathan Grynspan](https://github.com/grynspan) * Review Manager: [Maarten Engels](https://github.com/maartene) -* Status: **Active review (October 23...November 5, 2025)** +* Status: **Accepted** * Bug: [swiftlang/swift-testing#120](https://github.com/swiftlang/swift-testing/issues/120) * Implementation: [swiftlang/swift-testing#1284](https://github.com/swiftlang/swift-testing/pull/1284) -* Review: ([pitch](https://forums.swift.org/t/pitch-test-cancellation/81847)) ([review](https://forums.swift.org/t/st-0016-test-cancellation/82817)) +* Review: ([pitch](https://forums.swift.org/t/pitch-test-cancellation/81847)) ([review](https://forums.swift.org/t/st-0016-test-cancellation/82817)) ([acceptance]()) ## Introduction From 5048a7f60bce6406f80d9ce037570a2c95a1ef0d Mon Sep 17 00:00:00 2001 From: Maarten Engels Date: Mon, 17 Nov 2025 22:14:45 +0100 Subject: [PATCH 2/2] Update 0016-test-cancellation.md --- proposals/testing/0016-test-cancellation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/testing/0016-test-cancellation.md b/proposals/testing/0016-test-cancellation.md index 081406fe4b..cb47f14333 100644 --- a/proposals/testing/0016-test-cancellation.md +++ b/proposals/testing/0016-test-cancellation.md @@ -6,7 +6,7 @@ * Status: **Accepted** * Bug: [swiftlang/swift-testing#120](https://github.com/swiftlang/swift-testing/issues/120) * Implementation: [swiftlang/swift-testing#1284](https://github.com/swiftlang/swift-testing/pull/1284) -* Review: ([pitch](https://forums.swift.org/t/pitch-test-cancellation/81847)) ([review](https://forums.swift.org/t/st-0016-test-cancellation/82817)) ([acceptance]()) +* Review: ([pitch](https://forums.swift.org/t/pitch-test-cancellation/81847)) ([review](https://forums.swift.org/t/st-0016-test-cancellation/82817)) ([acceptance](https://forums.swift.org/t/accepted-st-0016-test-cancellation/83270)) ## Introduction