Skip to content

Commit 34c5021

Browse files
author
George Karpenkov
authored
Re-enable fuzzing tests with simulator XFAIL'd (#11387)
Re-enable fuzzing tests with simulators XFAIL'd
1 parent cda5095 commit 34c5021

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

test/Fuzzing/fuzzer_test.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// RUN: %target-build-swift -parse-as-library -sanitize=fuzzer %s -o %t
22
// 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
38
// CHECK: Crash!
4-
// REQUIRES: rdar_33778153
59

610
#if os(OSX) || os(iOS)
711
import Darwin

test/Fuzzing/fuzzer_test_simpler.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// RUN: %target-build-swift -parse-as-library -sanitize=fuzzer %s -o %t
22
// RUN: not %t -only_ascii=1 -max_len=3 | %FileCheck %s
33
// 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
59

610
#if os(OSX) || os(iOS)
711
import Darwin

0 commit comments

Comments
 (0)