Skip to content

Commit ae205cc

Browse files
authored
Merge pull request #72972 from kubamracek/embedded-enable-trap-exec-tests-on-linux
[embedded] Re-enable executable trap tests on Linux
2 parents 604580e + a34517b commit ae205cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/embedded/traps-fatalerror-exec.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// REQUIRES: swift_in_compiler
2020
// REQUIRES: executable_test
2121
// REQUIRES: optimized_stdlib
22-
// REQUIRES: OS=macosx
22+
// REQUIRES: OS=macosx || OS=linux-gnu
2323
// REQUIRES: swift_test_mode_optimize_none
2424

2525
func test() {

test/embedded/traps-precondition-exec.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// REQUIRES: swift_in_compiler
2020
// REQUIRES: executable_test
2121
// REQUIRES: optimized_stdlib
22-
// REQUIRES: OS=macosx
22+
// REQUIRES: OS=macosx || OS=linux-gnu
2323
// REQUIRES: swift_test_mode_optimize_none
2424

2525
func test(i: Int) {

test/embedded/traps-preconditionfailure-exec.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// REQUIRES: swift_in_compiler
2020
// REQUIRES: executable_test
2121
// REQUIRES: optimized_stdlib
22-
// REQUIRES: OS=macosx
22+
// REQUIRES: OS=macosx || OS=linux-gnu
2323
// REQUIRES: swift_test_mode_optimize_none
2424

2525
func test() {

0 commit comments

Comments
 (0)