File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments