Skip to content

Commit 3670162

Browse files
committed
Disable unsupported configuration
1 parent a6e3f55 commit 3670162

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/stdlib/ParseFloat16.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

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

7+
// Float16 is only available in watchOS 7.0 or newer
8+
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
9+
710
// TODO: Figure out why this test breaks on wasm32
811
// UNSUPPORTED: CPU=wasm32
912

0 commit comments

Comments
 (0)