Skip to content

Commit 53644a9

Browse files
Merge pull request #37312 from aschwaighofer/disable_print_float_arm64_32
Disable test stdlib/PrintFloat.swift.gyb on arm64_32 watchos
2 parents 49edef8 + 7bc446e commit 53644a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/PrintFloat.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %line-directive %t/FloatingPointPrinting.swift -- %target-run %t/main.out --locale ru_RU.UTF-8
77
// REQUIRES: executable_test
88

9+
// rdar://77087867
10+
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
11+
912
import StdlibUnittest
1013
#if canImport(Darwin)
1114
import Darwin

0 commit comments

Comments
 (0)