Skip to content

Pull requests: swiftlang/swift-testing

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Explicitly import '_Concurrency' module when building for Embedded bug 🪲 Something isn't working build 🧱 Affects the project's build configuration or process concurrency 🔀 Swift concurrency/sendability issues embedded-swift 📟 Embedded Swift issues
#1692 opened Apr 28, 2026 by stmontgomery Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Disable library evolution when building for Embedded bug 🪲 Something isn't working build 🧱 Affects the project's build configuration or process embedded-swift 📟 Embedded Swift issues
#1691 opened Apr 28, 2026 by stmontgomery Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Allow inheriting test functions from superclasses used as test suites discovery 🔎 test content discovery enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect
#1633 opened Mar 18, 2026 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Add wasm32-unknown-emscripten platform support new-platform-support 🌟 Boldly go where no `#expect` macro has gone before (to a new platform) wasi/wasm 🧭 WebAssembly support
#1628 opened Mar 16, 2026 by MaxDesiatov Contributor Draft
2 tasks
Preserve contextual type for literal arguments: expressions in @Test bug 🪲 Something isn't working macros 🔭 Related to Swift macros such as @Test or #expect
#1627 opened Mar 15, 2026 by ojun9 Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Reimplement _TestingInterop in C++. interoperability ↔️ Work related to Swift Testing and XCTest interoperability less-c++ 🐀 Work to reduce the size of our C++ codebase and/or dependencies performance 🏎️ Performance issues tech-debt 💾 reduces technical debt
#1622 opened Mar 10, 2026 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
[DNM, WIP] Adopt ELF-specific changes in swift-#87341. android 🤖 Android support freebsd 😈 FreeBSD support less-c++ 🐀 Work to reduce the size of our C++ codebase and/or dependencies linux 🐧 Linux support (all distros) openbsd 🐡 OpenBSD support playstation 🎮 PS4/PS5 support qnx 🫐 QNX support tech-debt 💾 reduces technical debt
#1574 opened Feb 19, 2026 by grynspan Contributor Draft
2 tasks done
Swift 6.4.0 (main)
[WIP] Implement file cloning on Windows attachments/activities 🖇️ Work related to attachments and/or activities enhancement New feature or request performance 🏎️ Performance issues windows 🪟 Windows support
#1553 opened Feb 13, 2026 by grynspan Contributor Draft
2 tasks
Update Test.traits setter to filter applicable values rather than crashing when non-applicable values are encountered bug 🪲 Something isn't working traits Issues and PRs related to the trait subsystem or built-in traits
#1548 opened Feb 13, 2026 by gmedori Loading…
2 tasks done
Swift 6.4.0 (main)
Squash the Foundation and swift_willThrow backtraces together if we have both. bug 🪲 Something isn't working darwin 🍎 macOS, iOS, watchOS, tvOS, and visionOS support issue-handling Related to Issue handling within the testing library
#1537 opened Feb 10, 2026 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
[WIP] Globally-scoped traits
#1534 opened Feb 7, 2026 by grynspan Contributor Draft
2 tasks
Add ability to filter/skip by tags using a special tag: prefix enhancement New feature or request swiftpm-integration 📦 Swift Package Manager integration tools integration 🛠️ Integration of swift-testing into tools/IDEs traits Issues and PRs related to the trait subsystem or built-in traits
#1531 opened Feb 5, 2026 by gmedori Loading…
2 tasks done
Swift 6.4.0 (main)
Move test repetition down to the test case level command-line experience ⌨️ enhancements to the command line interface enhancement New feature or request tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1528 opened Feb 5, 2026 by harlanhaskins Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
[WIP] Attachment.bytes property
#1524 opened Feb 3, 2026 by grynspan Contributor Draft
2 tasks
Extend CustomTestStringConvertible to ~Copyable and ~Escapable values. command-line experience ⌨️ enhancements to the command line interface issue-handling Related to Issue handling within the testing library parameterized-testing Related to parameterized testing functionality public-api Affects public API traits Issues and PRs related to the trait subsystem or built-in traits
#1492 opened Jan 21, 2026 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
[DNM, WIP] Introduce a macOS DocC soundness check build 🧱 Affects the project's build configuration or process documentation 📚 Improvements or additions to documentation enhancement New feature or request
#1455 opened Dec 19, 2025 by stmontgomery Contributor Draft
2 tasks
Swift 6.4.0 (main)
[WIP] Third-party testing library discovery
#1431 opened Nov 28, 2025 by grynspan Contributor Draft
2 tasks
Add failure summary to ConsoleOutputRecorder command-line experience ⌨️ enhancements to the command line interface enhancement New feature or request gsoc ☀️ Google Summer of Code contributions issue-handling Related to Issue handling within the testing library
#1420 opened Nov 13, 2025 by tienquocbui Member Loading…
19 tasks done
Swift 6.4.0 (main)
[WIP, DNM] Enable exit tests on Android API level 28 and newer. android 🤖 Android support enhancement New feature or request exit-tests ☠️ Work related to exit tests
#1381 opened Oct 27, 2025 by grynspan Contributor Draft
2 tasks done
Swift 6.4.0 (main)
Add a property to Test.Case to get the values of its arguments. enhancement New feature or request parameterized-testing Related to parameterized testing functionality public-api Affects public API traits Issues and PRs related to the trait subsystem or built-in traits
#1350 opened Oct 3, 2025 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Adopt typed throws in the implementation of #expect()/#require(). embedded-swift 📟 Embedded Swift issues enhancement New feature or request exit-tests ☠️ Work related to exit tests issue-handling Related to Issue handling within the testing library macros 🔭 Related to Swift macros such as @Test or #expect public-api Affects public API
#1336 opened Sep 24, 2025 by grynspan Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Infer a display name for tests and suites which have a raw identifier name consisting of a single token discovery 🔎 test content discovery enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect raw-identifiers 🧅 Support for raw identifiers
#1174 opened Jun 25, 2025 by stmontgomery Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
Prefer using raw identifiers over display name parameters for tests and suites. documentation 📚 Improvements or additions to documentation enhancement New feature or request raw-identifiers 🧅 Support for raw identifiers
#1158 opened Jun 16, 2025 by iamleeg Contributor Loading…
2 tasks done
Swift 6.4.0 (main)
ProTip! no:milestone will show everything without a milestone.