File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-build-swift -parse-as-library -sanitize=fuzzer %s -o %t
2
2
// RUN: not %t -only_ascii=1 -max_len=3 | %FileCheck %s
3
+ // REQUIRES: CPU=x86_64
4
+ // REQUIRES: executable_test
5
+ // XFAIL: OS=ios
6
+ // XFAIL: OS=tvos
7
+ // XFAIL: OS=watchos
3
8
// CHECK: Crash!
4
- // REQUIRES: rdar_33778153
5
9
6
10
#if os(OSX) || os(iOS)
7
11
import Darwin
Original file line number Diff line number Diff line change 1
1
// RUN: %target-build-swift -parse-as-library -sanitize=fuzzer %s -o %t
2
2
// RUN: not %t -only_ascii=1 -max_len=3 | %FileCheck %s
3
3
// CHECK: Crash!
4
- // REQUIRES: rdar_33778153
4
+ // REQUIRES: CPU=x86_64
5
+ // REQUIRES: executable_test
6
+ // XFAIL: OS=ios
7
+ // XFAIL: OS=tvos
8
+ // XFAIL: OS=watchos
5
9
6
10
#if os(OSX) || os(iOS)
7
11
import Darwin
You can’t perform that action at this time.
0 commit comments