issues
search
swiftlang
/
swift-testing
A modern, expressive testing package for Swift
Apache License 2.0
1.81k
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix DocC warnings and errors, including those from SPI
#836
stmontgomery
opened
5 minutes ago
1
Document the steps for building & installing the project for macOS using CMake
#835
stmontgomery
opened
1 hour ago
1
Simplify the logic for parsing and handling test arguments in the @Test macro
#834
stmontgomery
opened
1 hour ago
1
Bump the Swift version to 6.2
#833
shahmishal
opened
14 hours ago
1
[6.0] Update install to ensure the build directory is not added to the rpath
#832
grynspan
closed
19 hours ago
5
[6.1] Remove '-dev' from package version
#831
grynspan
closed
3 days ago
1
[release/6.0] Testing: add some force unwraps for Android
#830
hyp
closed
2 days ago
2
Fix a non-portable target reference in CMake helper function
#829
stmontgomery
closed
3 days ago
1
Documentation: Update CMake.md to use the ABI entry point
#828
ADKaster
opened
5 days ago
2
Add a CoreGraphics cross-import overlay with support for attaching `CGImage`s.
#827
grynspan
opened
6 days ago
1
Change archive format for directories to .zip and add iOS/etc. support.
#826
grynspan
opened
1 week ago
4
Configure CMake to build and install the Foundation cross-import overlay
#825
stmontgomery
opened
1 week ago
2
[WIP] Add an associated `AttachmentMetadata` type to `Attachable`.
#824
grynspan
opened
1 week ago
1
Expand the 'Known Issues' documentation article
#823
stmontgomery
closed
3 days ago
2
Update DocC symbol references for `Attachment` _et al._
#822
grynspan
closed
1 week ago
1
Hoist `Attachment` and `Attachable` out of `Test`.
#821
grynspan
closed
1 week ago
2
Defer the recursive propagation of suite traits until after filtering
#820
stmontgomery
closed
1 week ago
2
Add support for attachments to the Foundation cross-import overlay.
#819
grynspan
closed
1 week ago
6
Adopt `RawSpan` in `Attachable` protocol
#818
grynspan
opened
1 week ago
2
SourceLocation.init should enforce valid arguments
#817
stmontgomery
closed
1 week ago
3
Work around Windows build failure due to SwiftPM regression.
#816
grynspan
closed
1 week ago
7
Fix how we check if a range expression covers one value.
#815
grynspan
closed
1 week ago
1
Make `Test.Attachment` generic.
#814
grynspan
closed
1 week ago
16
Refine the Foundation error backtracing guard
#813
briancroom
closed
2 weeks ago
1
Provide an environment flag to disable error backtrace capturing.
#812
grynspan
closed
2 weeks ago
1
Provide an opt-out conditional for lazy attachment encoding.
#811
grynspan
closed
2 weeks ago
1
Revert "Eagerly move attachable values to the heap. (#809)"
#810
grynspan
closed
2 weeks ago
2
Eagerly move attachable values to the heap.
#809
grynspan
closed
2 weeks ago
5
Use @Test function parameters to explicitly type array literal argument expressions
#808
stmontgomery
opened
2 weeks ago
2
Add support for platform-specific unconditional availability.
#807
grynspan
closed
2 weeks ago
2
Fix a crash when describing a confirmation failure with a range.
#806
grynspan
closed
2 weeks ago
1
Crash when a call to `confirmation(expectedCount: 1...) { ... }` fails
#805
briancroom
closed
2 weeks ago
0
test with `CheckedContinuation` loses testing context and crashes
#804
bernoulliconvergenator
closed
2 weeks ago
2
Test cleanup: Remove an obsolete fixture suite and add .hidden to a few tests
#803
stmontgomery
closed
2 weeks ago
1
Revert "Work around a crash importing FoundationXML. (#786)"
#802
grynspan
closed
2 weeks ago
1
Specify the module to find the ABI entry point function in (in our own tests).
#801
grynspan
closed
2 weeks ago
2
WASI: Access to `EEXIST` through a stub getter function
#800
kateinoigakukun
closed
2 weeks ago
5
Add support for attachments to the Foundation cross-import overlay.
#799
grynspan
closed
1 week ago
10
[DNM] Which file names appear to exist on Windows?
#798
grynspan
closed
2 weeks ago
1
Ensure the `Bool` overload of `__checkBinaryOperation()` is still preferred.
#797
grynspan
closed
2 weeks ago
2
Attachments! [Take 2]
#796
grynspan
closed
2 weeks ago
4
Ability to write tests right in the same file
#795
MahdiBM
opened
2 weeks ago
1
Temporarily give `defaultPreferredName` internal access level
#794
tshortli
closed
2 weeks ago
4
DNM: Revert "Attachments! (#770)"
#793
tshortli
closed
2 weeks ago
2
Update install to ensure the build directory is not added to the rpath
#792
bnbarham
closed
1 week ago
2
enable opting-out of thrown Error tracing
#791
tayloraswift
closed
2 weeks ago
1
Do not perform full expansion of `#expect()` when `try` or `await` is present.
#790
grynspan
closed
2 weeks ago
3
Add an overload of `confirmation()` with a timeout
#789
grynspan
opened
3 weeks ago
1
`confirmation` reports confirmed zero times, despite being confirmed, when triggered on the Main Actor
#788
clausjoergensen
closed
3 weeks ago
2
Ensure the identifier of a "seen" object is only removed if the object's children were recursively reflected
#787
stmontgomery
closed
3 weeks ago
1
Next