-
Notifications
You must be signed in to change notification settings - Fork 114
Insights: swiftlang/swift-testing
Overview
Could not load contribution data
Please try again later
40 Pull requests merged by 5 people
-
Apply the 'traitRelated' tag to more tests and suites
#1199 merged
Jul 3, 2025 -
[6.2] FreeBSD: Gate GNU-only API
#1194 merged
Jul 2, 2025 -
Add a temporary package product that builds our cross-import overlays.
#1197 merged
Jul 2, 2025 -
Fixes to the AppKit/
NSImage
overlay.#1196 merged
Jul 2, 2025 -
Add a cross-import overlay with AppKit to allow attaching
NSImage
s.#869 merged
Jul 2, 2025 -
Require
UTType
for image attachments.#1192 merged
Jul 2, 2025 -
FreeBSD: Gate GNU-only API
#1183 merged
Jul 2, 2025 -
order limits.h before stdlib.h to workaround for glibc _FORTIFY_SOURCE
#1184 merged
Jul 1, 2025 -
Ensure that when .serialized is applied to a parameterized @Test func, its test cases are serialized
#1188 merged
Jun 30, 2025 -
Provide additional explanation for the Windows signal handling stuff.
#1182 merged
Jun 27, 2025 -
[6.2] Remove redundant word from console output for test case started events in verbose mode
#1181 merged
Jun 26, 2025 -
Remove redundant word from console output for test case started events in verbose mode
#1180 merged
Jun 26, 2025 -
[6.2] Add (hidden) synchronous overloads of
#expect(throws:)
.#1179 merged
Jun 26, 2025 -
Add (hidden) synchronous overloads of
#expect(throws:)
.#1178 merged
Jun 26, 2025 -
Revert portion of workaround landed in #1139 which disabled the mandatory perf optimization pass
#1172 merged
Jun 25, 2025 -
Lower the "ambiguous display name" diagnostic to a warning for some names.
#1175 merged
Jun 25, 2025 -
[6.2] Fix a miscompile when a test function has a raw identifier parameter label.
#1173 merged
Jun 25, 2025 -
Fix a miscompile when a test function has a raw identifier parameter label.
#1168 merged
Jun 25, 2025 -
Merge 'main' branch to 'release/6.2'
#1170 merged
Jun 25, 2025 -
Work around a compiler regression affecting exit test value capturing.
#1171 merged
Jun 25, 2025 -
Diagnose when we incorrectly infer the type of a capture list item in an exit test.
#1152 merged
Jun 18, 2025 -
Improve type inference for exit test value captures.
#1163 merged
Jun 18, 2025 -
Suppress the complex expansion of expectations when we see effects in the lexical context.
#1161 merged
Jun 18, 2025 -
Revert "Update outdated Suite macro documentation"
#1159 merged
Jun 16, 2025 -
Fix some typos in documentation.
#1156 merged
Jun 16, 2025 -
Infer the types of function/closure arguments when captured by an exit test.
#1130 merged
Jun 13, 2025 -
Remove
@convention(thin)
from exit test macro declarations.#1153 merged
Jun 13, 2025 -
Add an unreachable marker function.
#1150 merged
Jun 12, 2025 -
Use our
posix_spawn()
wrapper in the Foundation CIO rather thanProcess
.#1114 merged
Jun 12, 2025 -
Improve the diagnostics for a bad exit test capture.
#1146 merged
Jun 12, 2025 -
Have
DiscoverableAsTestContent
enumeration producesome Sequence
instead ofAnySequence
.#1122 merged
Jun 12, 2025 -
Synthesize display names for de facto suites with raw identifiers.
#1105 merged
Jun 12, 2025 -
Use
posix_spawn_file_actions_adddup2()
to clearFD_CLOEXEC
.#1147 merged
Jun 10, 2025 -
Declare Xcode 26 availability for all Swift 6.2 APIs
#1148 merged
Jun 10, 2025 -
Disable inheritance of file descriptors created by Swift Testing by default.
#1145 merged
Jun 9, 2025 -
Update outdated Suite macro documentation
#1142 merged
Jun 8, 2025 -
Merge 'main' branch to 'release/6.2'
#1141 merged
Jun 7, 2025 -
IssueHandlingTrait refinements: Rename to 'compactMapIssues' and special-case system issues
#1136 merged
Jun 7, 2025 -
Work around macOS build failures affecting test targets
#1139 merged
Jun 6, 2025
9 Pull requests opened by 5 people
-
Add a test for property access on ~Escapable types
#1155 opened
Jun 13, 2025 -
Prefer using raw identifiers over display name parameters for tests and suites.
#1158 opened
Jun 16, 2025 -
[DNM] Enable exit test value capturing
#1165 opened
Jun 19, 2025 -
Use a consistent definition for unreachable code in macro expansions.
#1166 opened
Jun 20, 2025 -
Infer a display name for tests and suites which have a raw identifier name consisting of a single token
#1174 opened
Jun 25, 2025 -
[DO NOT MERGE] This enables severity so that everyone can try it out!
#1189 opened
Jun 30, 2025 -
Add a cross-import overlay with CoreImage to allow attaching `CIImage`s.
#1195 opened
Jul 2, 2025 -
Promote Issue Handling Traits to public API
#1198 opened
Jul 2, 2025 -
Adopt `SuspendingClock.systemEpoch`.
#1202 opened
Jul 4, 2025
10 Issues closed by 4 people
-
[6.2] FreeBSD: Build failure -- error: cannot find '__GLIBC__' in scope
#1193 closed
Jul 2, 2025 -
"Migrating a test from XCTest" does not mention parallel-by-default
#863 closed
Jun 26, 2025 -
Spurious warnings about `noasync` calls in `#expect(throws:)`
#1177 closed
Jun 26, 2025 -
false "Errors thrown from here are not handled"
#1098 closed
Jun 26, 2025 -
Raw identifiers not supported as argument labels for `@Test` functions
#1167 closed
Jun 25, 2025 -
Property access expectations require escapable values while others don't
#1164 closed
Jun 18, 2025 -
Test with init in name fails to be called
#1162 closed
Jun 17, 2025 -
Typo in ExitTest.Result documentation
#1118 closed
Jun 16, 2025 -
Raw identifiers for suite types aren't treated as display names
#1104 closed
Jun 12, 2025 -
Exit tests hang indefinitely on Ubuntu 20.04
#1140 closed
Jun 9, 2025
7 Issues opened by 5 people
-
Change `_read` to `yielding borrow`
#1186 opened
Jun 30, 2025 -
Inheriting a suite should inherit its tests
#1185 opened
Jun 30, 2025 -
Exit tests should be able to capture values
#1157 opened
Jun 16, 2025 -
Expand documentation discussion about .serialized and global actors
#1151 opened
Jun 12, 2025 -
Make it easier to search for test failures in a log from CI
#1144 opened
Jun 9, 2025 -
Write prose documentation for attachments
#1143 opened
Jun 9, 2025 -
Revert workaround landed in #1139 (re-enabling SymbolLinkageMarkers) once unblocked
#1138 opened
Jun 6, 2025
9 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
API and associated Runner logic for performing multiple repetitions of a test
#37 commented on
Jun 12, 2025 • 0 new comments -
Add support for OpenBSD
#888 commented on
Jun 26, 2025 • 0 new comments -
Update documentation to discuss raw identifiers.
#894 commented on
Jun 26, 2025 • 0 new comments -
Allow using 'withKnownIssue' as a test or suite trait
#1132 commented on
Jul 1, 2025 • 0 new comments -
Add a built-in trait for creating a temporary directory scoped to a test
#1113 commented on
Jul 1, 2025 • 0 new comments -
Recursive Suite Traits must conform to TestTrait or else they crash
#1048 commented on
Jul 1, 2025 • 0 new comments -
TestingMacros plugin location is inconsistent between platforms
#1039 commented on
Jul 1, 2025 • 0 new comments -
Automatically determine the testing library version instead of hardcoding it, including for release branches
#1063 commented on
Jul 1, 2025 • 0 new comments -
Polling expectations (under Experimental spi)
#1115 commented on
Jul 3, 2025 • 0 new comments