Skip to content

Commit 25ceeb8

Browse files
authored
Merge pull request #72846 from meg-gupta/bulkdisable6
Disable some failing tests in CI
2 parents ca1a8fa + d4adade commit 25ceeb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/DebugInfo/BuiltinStdlibTypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend %s -Onone -emit-ir -gdwarf-types -o - | %FileCheck %s
22

33
// rdar://124465351
4-
// UNSUPPORTED: CPU=armv7k
4+
// UNSUPPORTED: OS=watchos
55

66
// File is empty as this test check for the builtin stdlib types that should
77
// always be emitted.

test/DebugInfo/classes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -gdwarf-types -o - | %FileCheck %s
22

33
// rdar://124465351
4-
// UNSUPPORTED: CPU=armv7k
4+
// UNSUPPORTED: OS=watchos
55

66
class SomeClass {
77
let first = 4

test/Interop/SwiftToCxx/enums/enum-associated-value-class-type-cxx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %check-interop-cxx-header-in-clang(%t/enums.h -Wno-unused-private-field -Wno-unused-function)
66

77
// rdar://124466216
8-
// UNSUPPORTED: CPU=armv7k
8+
// UNSUPPORTED: OS=watchos
99

1010
public class C {
1111
public var x: Int

0 commit comments

Comments
 (0)