Skip to content

Commit f63f132

Browse files
committed
[embedded] For now, only run Unicode data tables tests on macOS
1 parent 5ec41ad commit f63f132

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/embedded/stdlib-strings-datatables.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// REQUIRES: swift_in_compiler
55
// REQUIRES: executable_test
66
// REQUIRES: optimized_stdlib
7-
// REQUIRES: OS=macosx || OS=linux-gnu
7+
// REQUIRES: OS=macosx
88

99
public func test1() {
1010
let string = "string"

test/embedded/stdlib-strings-unicode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// REQUIRES: swift_in_compiler
55
// REQUIRES: executable_test
66
// REQUIRES: optimized_stdlib
7-
// REQUIRES: OS=macosx || OS=linux-gnu
7+
// REQUIRES: OS=macosx
88

99
@main
1010
struct Main {

test/embedded/unicode-dead-strip1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// REQUIRES: swift_in_compiler
77
// REQUIRES: optimized_stdlib
8-
// REQUIRES: OS=macosx || OS=linux-gnu
8+
// REQUIRES: OS=macosx
99

1010
@main
1111
struct Main {

test/embedded/unicode-dead-strip2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// REQUIRES: swift_in_compiler
77
// REQUIRES: optimized_stdlib
8-
// REQUIRES: OS=macosx || OS=linux-gnu
8+
// REQUIRES: OS=macosx
99

1010
@main
1111
struct Main {

test/embedded/unicode-dead-strip3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// REQUIRES: swift_in_compiler
77
// REQUIRES: optimized_stdlib
8-
// REQUIRES: OS=macosx || OS=linux-gnu
8+
// REQUIRES: OS=macosx
99

1010
@main
1111
struct Main {

0 commit comments

Comments
 (0)