mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* spelling: because Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: flaky Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: the Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
16 lines
648 B
Plaintext
16 lines
648 B
Plaintext
# This test is intentionally specialized on windows because not --crash behaves
|
|
# differently there. The exit code from the crashing frontend invocations is
|
|
# mapped to `-21` there, which lit's `not` along does not remap correctly.
|
|
# See rdar://59397376
|
|
REQUIRES: OS=windows-msvc
|
|
|
|
RUN: %empty-directory(%t)
|
|
RUN: env SWIFT_EXEC=%swiftc_driver_plain not --crash %{python} %utils/swift_build_sdk_interfaces.py %mcp_opt -sdk %S/Inputs/mock-sdk/ -o %t/output -debug-crash-compiler -log-path %t
|
|
RUN: %FileCheck %s < %t/Flat-Flat-err.txt
|
|
|
|
CHECK: Program arguments:
|
|
CHECK-SAME: -debug-crash-immediately
|
|
CHECK-SAME: {{.+}}.swiftinterface
|
|
|
|
REQUIRES: asserts
|