We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e3f55 commit 3670162Copy full SHA for 3670162
test/stdlib/ParseFloat16.swift
@@ -1,9 +1,12 @@
1
// RUN: %target-run-simple-swift
2
// REQUIRES: executable_test
3
4
-// Float16 is not supported on x86_64 macOS at all
+// Float16 is not supported on x86_64 macOS
5
// UNSUPPORTED: CPU=x86_64 && OS=macosx
6
7
+// Float16 is only available in watchOS 7.0 or newer
8
+// UNSUPPORTED: CPU=arm64_32 && OS=watchos
9
+
10
// TODO: Figure out why this test breaks on wasm32
11
// UNSUPPORTED: CPU=wasm32
12
0 commit comments