Skip to content

Commit ab5ad10

Browse files
authored
Merge pull request #78079 from atrick/fix-cmo-test
Disable package-cmo-serialize-tables on watchOS
2 parents 0af151f + e5a24a7 commit ab5ad10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/package-cmo-serialize-tables.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
// REQUIRES: swift_in_compiler
1919

20-
// Temporarily disabling on armv7k:
20+
// Temporarily disabling on watchOS (both arm64_32 & armv7k):
2121
// rdar://140330692 (🟠 OSS Swift CI: oss-swift_tools-RA_stdlib-DA_test-device-non_executable failed...
22-
// UNSUPPORTED: CPU=armv7k
22+
// UNSUPPORTED: OS=watchos
2323

2424
//--- main.swift
2525

0 commit comments

Comments
 (0)