Skip to content

Commit 1120da8

Browse files
committed
Disable 2 failing DebugInfo tests
rdar://124465351
1 parent 39d34e1 commit 1120da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

0 commit comments

Comments
 (0)