You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes the legacy test content discovery mechanism that is
based on finding protocol conformances in the type metadata section
emitted by the Swift compiler.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
Copy file name to clipboardExpand all lines: Documentation/EnvironmentVariables.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,5 @@ names prefixed with `SWT_`.
67
67
| `SWIFT_TESTING_XCTEST_INTEROP_MODE` | `String` | Overrides the behavior for handling XCTest assertion failures recorded during a Swift Testing test. One of `none`, `limited`, `complete`, or `strict`. Explanation of modes can be found in [ST-0021][interop-modes]. | <!--prefer to link to MigratingFromXCTest.md once it is updated with interop-->
68
68
|`SWT_EXPERIMENTAL_SERIALIZED_TRAIT_APPLIES_GLOBALLY`|`Bool`| Whether or not `.serialized` applies globally or just to its branch of the test graph. |
69
69
|`SWT_EXPERIMENTAL_MAXIMUM_PARALLELIZATION_WIDTH`|`Int`| The default parallelization width when parallelized testing is enabled. |
70
-
|`SWT_USE_LEGACY_TEST_DISCOVERY`|`Bool`| Used to explicitly enable or disable legacy test discovery. |
0 commit comments