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

Use AtomicLazyReference to store the fallback event handler. enhancement New feature or request performance 🏎️ Performance issues tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1401 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Fix a regression that prevents saving attachments. attachments/activities 🖇️ Work related to attachments and/or activities bug 🪲 Something isn't working command-line experience ⌨️ enhancements to the command line interface
#1400 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Remove non-functional swt_getWASIVersion(). tech-debt 💾 reduces technical debt wasi/wasm 🧭 WebAssembly support
#1398 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Remove VERSION.txt workaround for OpenBSD 7.7. openbsd 🐡 OpenBSD support tech-debt 💾 reduces technical debt workaround Workaround for an issue in another component (may need to revert later)
#1397 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Mark earlyCWD (OpenBSD-only) constinit and fix some comments/style. openbsd 🐡 OpenBSD support self-reviewed PR was self-reviewed by a code owner tech-debt 💾 reduces technical debt
#1396 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Avoid a potential race condition and use-after-free when calling Test.cancel(). bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues
#1395 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Update CODEOWNERS file documentation 📚 Improvements or additions to documentation
#1393 by stmontgomery was merged Nov 5, 2025 Loading…
2 tasks done
Swift 6.3.0
Update the comment and bug ID explaining why a workaround in ConfirmationTests is still needed bug 🪲 Something isn't working documentation 📚 Improvements or additions to documentation workaround Workaround for an issue in another component (may need to revert later)
#1391 by stmontgomery was merged Nov 5, 2025 Loading…
2 tasks done
Swift 6.3.0
Disfavor overloads of __checkFunctionCall() with variadic generics. issue-handling Related to Issue handling within the testing library macros 🔭 Related to Swift macros such as @Test or #expect workaround Workaround for an issue in another component (may need to revert later)
#1389 by grynspan was merged Nov 3, 2025 Loading…
2 tasks done
Swift 6.3.0
Capture the current working directory early on OpenBSD. exit-tests ☠️ Work related to exit tests openbsd 🐡 OpenBSD support workaround Workaround for an issue in another component (may need to revert later)
#1388 by grynspan was merged Nov 6, 2025 Loading…
2 tasks done
Swift 6.3.0
Avoid unsafeBitCast() in the new interop target. tech-debt 💾 reduces technical debt tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1384 by grynspan was merged Oct 29, 2025 Loading…
2 tasks done
Swift 6.3.0
Ensure NonisolatedNonsendingByDefault doesn't break exit tests. bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues exit-tests ☠️ Work related to exit tests workaround Workaround for an issue in another component (may need to revert later)
#1383 by grynspan was merged Oct 27, 2025 Loading…
2 tasks done
Swift 6.3.0
Enable Android build in CI (no tests, only build). android 🤖 Android support build 🧱 Affects the project's build configuration or process tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1382 by grynspan was merged Oct 27, 2025 Loading…
2 tasks done
Add an SPI Attachment.uncheckedPreferredName property. attachments/activities 🖇️ Work related to attachments and/or activities enhancement New feature or request tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1379 by grynspan was closed Oct 24, 2025 Loading…
2 tasks done
Swift 6.3.0
Add @_preInverseGenerics to Attachment: CustomStringConvertible. attachments/activities 🖇️ Work related to attachments and/or activities tools integration 🛠️ Integration of swift-testing into tools/IDEs workaround Workaround for an issue in another component (may need to revert later)
#1378 by grynspan was merged Oct 24, 2025 Loading…
2 tasks done
Swift 6.3.0
Enable iOS GitHub Actions workflow. build 🧱 Affects the project's build configuration or process enhancement New feature or request tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1376 by grynspan was merged Oct 23, 2025 Loading…
2 tasks done
Swift 6.3.0
Create fallback event handler library for Swift Testing and XCTest interop enhancement New feature or request issue-handling Related to Issue handling within the testing library tools integration 🛠️ Integration of swift-testing into tools/IDEs
#1369 by jerryjrchen was merged Oct 23, 2025 Loading…
4 tasks done
Swift 6.3.0
Fix accidentally dropping image encoding quality on the floor on Windows. attachments/activities 🖇️ Work related to attachments and/or activities bug 🪲 Something isn't working image-attachments 📸 Work related to image attachments windows 🪟 Windows support
#1368 by grynspan was merged Oct 16, 2025 Loading…
2 tasks done
Swift 6.3.0
Make Attachment always conform to CustomStringConvertible. attachments/activities 🖇️ Work related to attachments and/or activities command-line experience ⌨️ enhancements to the command line interface enhancement New feature or request
#1367 by grynspan was merged Oct 20, 2025 Loading…
2 tasks done
Swift 6.3.0
chore: restrict GitHub workflow permissions - future-proof bug 🪲 Something isn't working build 🧱 Affects the project's build configuration or process
#1365 by incertum was merged Oct 12, 2025 Loading… Swift 6.3.0
Adjust README to show status badges from GitHub Actions workflows documentation 📚 Improvements or additions to documentation enhancement New feature or request
#1364 by stmontgomery was merged Oct 9, 2025 Loading…
2 tasks done
Swift 6.3.0
Adopt Mutex (take 2) concurrency 🔀 Swift concurrency/sendability issues enhancement New feature or request performance 🏎️ Performance issues tech-debt 💾 reduces technical debt
#1363 by grynspan was merged Oct 14, 2025 Loading…
2 tasks done
Swift 6.3.0
Add support for experimental "custom availability domains" feature. enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect
#1362 by grynspan was merged Oct 8, 2025 Loading…
2 tasks done
Swift 6.3.0
Add GitHub Action workflows which build main branch (post-merge) build 🧱 Affects the project's build configuration or process enhancement New feature or request
#1361 by stmontgomery was merged Oct 9, 2025 Loading…
2 tasks done
Swift 6.3.0
Apply changes from ST-0017. 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 image-attachments 📸 Work related to image attachments public-api Affects public API windows 🪟 Windows support
#1359 by grynspan was merged Nov 5, 2025 Loading…
2 tasks done
Swift 6.3.0
ProTip! Exclude everything labeled bug with -label:bug.