-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
discovery🔎 test content discovery🔎 test content discoveryenhancementNew feature or requestNew feature or requesttriagedThis issue has undergone initial triageThis issue has undergone initial triage
Description
Adopt #if objectFormat() in _TestDiscovery and in the @Test/@Suite/#expect(processExitsWith:) macro implementations.
We'll need to wait a release (presumably until 6.4) to adopt because we can't write:
#if objectFormat(ELF)
// ELF implementation
#else ...And have it compile on 6.2 toolchains. Using os() is sufficient for now.
See: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0492-section-control.md
Metadata
Metadata
Assignees
Labels
discovery🔎 test content discovery🔎 test content discoveryenhancementNew feature or requestNew feature or requesttriagedThis issue has undergone initial triageThis issue has undergone initial triage