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

Provide additional explanation for the Windows signal handling stuff. documentation 📚 Improvements or additions to documentation exit-tests ☠️ Work related to exit tests windows 🪟 Windows support workaround Workaround for an issue in another component (may need to revert later)
#1182 opened Jun 27, 2025 by grynspan Loading…
2 tasks done
Swift 6.x (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 Loading…
2 tasks done
Swift 6.x (main)
Use a consistent definition for unreachable code in macro expansions. enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect
#1166 opened Jun 20, 2025 by grynspan Loading…
2 tasks done
Swift 6.x (main)
[DNM] Enable exit test value capturing documentation 📚 Improvements or additions to documentation enhancement New feature or request exit-test-capture-lists 🥍 Work related to exit test capture lists exit-tests ☠️ Work related to exit tests public-api Affects public API
#1165 opened Jun 19, 2025 by grynspan Draft
2 tasks
Swift 6.x (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 Loading…
2 tasks done
Swift 6.x (main)
Add a test for property access on ~Escapable types enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect
#1155 opened Jun 13, 2025 by natecook1000 Loading…
2 tasks done
Swift 6.x (main)
Organize discovered tests in a runner plan based on the module they're implemented in bug 🪲 Something isn't working discovery 🔎 test content discovery tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1131 opened May 27, 2025 by stmontgomery Draft
2 tasks
Swift 6.x (main)
Introduce 'MarkerTrait' to unify the representation of boolean test attributes enhancement New feature or request performance 🏎️ Performance issues traits Issues and PRs related to the trait subsystem or built-in traits
#1123 opened May 22, 2025 by stmontgomery Loading…
2 tasks done
Swift 6.x (main)
Polling expectations (under Experimental spi) api-proposal API proposal PRs (documentation only) enhancement New feature or request 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
#1115 opened May 15, 2025 by younata Loading…
2 tasks
[DNM] Introduce conditional trait all/any enhancement New feature or request public-api Affects public API traits Issues and PRs related to the trait subsystem or built-in traits
#1087 opened Apr 21, 2025 by hrayatnia Draft
2 tasks
Expose Issue severity and isFailure as API api-proposal API proposal PRs (documentation only) enhancement New feature or request issue-handling Related to Issue handling within the testing library public-api Affects public API
#1075 opened Apr 14, 2025 by suzannaratcliff Loading…
2 tasks done
Swift 6.x (main)
Emit "barriers" into the stdout/stderr streams of an exit test. bug 🪲 Something isn't working command-line experience ⌨️ enhancements to the command line interface exit-tests ☠️ Work related to exit tests tools integration 🛠️ Integration of swift-testing into tools/IDEs workaround Workaround for an issue in another component (may need to revert later)
#1049 opened Apr 4, 2025 by grynspan Loading…
2 tasks done
Swift 6.x (main)
[Experimental] Implement JSON coding without using Foundation or Codable. embedded-swift 📟 Embedded Swift issues issue-handling Related to Issue handling within the testing library tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1024 opened Mar 13, 2025 by grynspan Draft
2 tasks
Swift 6.x (main)
[DO NOT MERGE] Remove legacy test content discovery. discovery 🔎 test content discovery embedded-swift 📟 Embedded Swift issues enhancement New feature or request less-c++ 🐀 Work to reduce the size of our C++ codebase and/or dependencies tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1013 opened Mar 11, 2025 by grynspan Draft
2 tasks done
Swift 6.x (main)
Add a document to begin collecting pending ABI changes documentation 📚 Improvements or additions to documentation
#946 opened Feb 10, 2025 by stmontgomery Draft
2 tasks done
Swift 6.x (main)
[WIP] Add an experimental .serialized(.globally) trait. concurrency 🔀 Swift concurrency/sendability issues enhancement New feature or request public-api Affects public API
#913 opened Jan 15, 2025 by grynspan Draft
2 tasks
Swift 6.x (main)
Add a cross-import overlay with AppKit to allow attaching NSImages. attachments/activities 🖇️ Work related to attachments and/or activities cross-import-overlays 🍰 Cross-import overlays (Foundation, Core Graphics, etc.) darwin 🍎 macOS, iOS, watchOS, tvOS, and visionOS support enhancement New feature or request public-api Affects public API
#869 opened Dec 19, 2024 by grynspan Loading…
2 tasks done
Swift 6.x (main)
Add a Bundle.testTarget property. cross-import-overlays 🍰 Cross-import overlays (Foundation, Core Graphics, etc.) enhancement New feature or request public-api Affects public API
#848 opened Dec 10, 2024 by grynspan Loading…
2 tasks done
Swift 6.x (main)
[WIP] Rethink how we capture expectation conditions and their subexpressions. enhancement New feature or request issue-handling Related to Issue handling within the testing library public-api Affects public API
#840 opened Dec 2, 2024 by grynspan Draft
2 tasks done
Swift 6.x (main)
[WIP] Add an associated AttachmentMetadata type to Attachable. attachments/activities 🖇️ Work related to attachments and/or activities cross-import-overlays 🍰 Cross-import overlays (Foundation, Core Graphics, etc.) enhancement New feature or request public-api Affects public API
#824 opened Nov 14, 2024 by grynspan Draft
2 tasks done
Add an overload of confirmation() with a timeout concurrency 🔀 Swift concurrency/sendability issues enhancement New feature or request public-api Affects public API
#789 opened Oct 30, 2024 by grynspan Draft
2 tasks done
[WIP, DNM] Build out the JSON schema's input side. enhancement New feature or request tools integration 🛠️ Integration of swift-testing into tools/IDEs
#556 opened Jul 19, 2024 by grynspan Draft
2 tasks
Swift 6.x (main)
Update the messaging around the use of deinit for teardown documentation 📚 Improvements or additions to documentation
#551 opened Jul 18, 2024 by medreisbach Loading…
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.