Skip to content

Commit a6e3f55

Browse files
committed
Disable some unsupported test combinations
1 parent 2e56ce0 commit a6e3f55

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

test/stdlib/ParseFloat16.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: executable_test
33

44
// Float16 is not supported on x86_64 macOS at all
5-
// UNSUPPORTED: CPU=x86_64 && OS=macOS
5+
// UNSUPPORTED: CPU=x86_64 && OS=macosx
66

77
// TODO: Figure out why this test breaks on wasm32
88
// UNSUPPORTED: CPU=wasm32

test/stdlib/PrintFloat.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// rdar://77087867
99
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
1010

11+
// Float printing and parsing on embedded are new features, not
12+
// yet fully supported on WASM
13+
// UNSUPPORTED: CPU=wasm32
14+
1115
// rdar://104232602
1216
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
1317

test/stdlib/PrintFloatLocale.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// rdar://77087867
99
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
1010

11+
// Float printing and parsing on embedded are new features, not
12+
// yet fully supported on WASM
13+
// UNSUPPORTED: CPU=wasm32
14+
1115
// rdar://104232602
1216
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
1317

0 commit comments

Comments
 (0)