File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ // This test is intentionally specialized on windows because `not --crash`
2
+ // behaves differently there: the exit code from the crashing frontend
3
+ // invocations is mapped to `-21` there, which lit's `not` along does not remap
4
+ // correctly.
5
+ // See rdar://problem/65251059
6
+ // REQUIRES: OS=windows-msvc
7
+
8
+ // RUN: %empty-directory(%t)
9
+ // RUN: not --crash %target-build-swift -swift-version 4 -o %t/a.out %S/BigInt.swift
10
+ // RUN: %target-run %t/a.out
11
+ // REQUIRES: executable_test
12
+ // REQUIRES: CPU=x86_64
13
+ // XFAIL: asserts
Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
// RUN: %empty-directory(%t)
14
- // RUN: not --crash %target-build-swift -swift-version 4 -o %t/a.out %s
14
+ // RUN: %target-build-swift -swift-version 4 -o %t/a.out %s
15
15
// RUN: %target-run %t/a.out
16
16
// REQUIRES: executable_test
17
17
// REQUIRES: CPU=x86_64
18
18
19
- // REQUIRES: rdar65251059
19
+ // See rdar://problem/65251059
20
+ // UNSUPPORTED: windows
20
21
// rdar://problem/65015626
21
22
// XFAIL: asserts
22
23
You can’t perform that action at this time.
0 commit comments