Skip to content

Commit 0543ff8

Browse files
committed
Tests: disable DebugInfo tests on armv7k
1 parent 88206a5 commit 0543ff8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/DebugInfo/BuiltinStdlibTypes.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend %s -Onone -emit-ir -gdwarf-types -o - | %FileCheck %s
22

3+
// rdar://124465351
4+
// UNSUPPORTED: CPU=armv7k
5+
36
// File is empty as this test check for the builtin stdlib types that should
47
// always be emitted.
58

test/DebugInfo/classes.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -gdwarf-types -o - | %FileCheck %s
22

3+
// rdar://124465351
4+
// UNSUPPORTED: CPU=armv7k
5+
36
class SomeClass {
47
let first = 4
58
let second = "Hello"

0 commit comments

Comments
 (0)