Skip to content

Commit 4a51ec1

Browse files
authored
Merge pull request #66617 from tshortli/revert-disable-backtracing-tests-linux-aarch64
Revert "Disable several Backtracing tests on Linux AArch64."
2 parents 6a2f3c9 + 79c1e94 commit 4a51ec1

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

test/Backtracing/Crash.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
// REQUIRES: backtracing
2121
// REQUIRES: OS=macosx || OS=linux-gnu
2222

23-
// rdar://110743884
24-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
25-
2623
func level1() {
2724
level2()
2825
}

test/Backtracing/CrashAsync.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// REQUIRES: backtracing
1616
// REQUIRES: OS=macosx || OS=linux-gnu
1717

18-
// rdar://110743884
19-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
20-
2118
@available(SwiftStdlib 5.1, *)
2219
func crash() {
2320
let ptr = UnsafeMutablePointer<Int>(bitPattern: 4)!

test/Backtracing/CrashWithThunk.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// REQUIRES: backtracing
1212
// REQUIRES: OS=macosx || OS=linux-gnu
1313

14-
// rdar://110743884
15-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
16-
1714
struct Foo<T> {
1815
var value: T
1916
}

test/Backtracing/Overflow.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// REQUIRES: executable_test
1010
// REQUIRES: backtracing
1111
// REQUIRES: OS=macosx || OS=linux-gnu
12-
13-
// rdar://110743884
14-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
15-
1612
var x: UInt = 0
1713

1814
func level1() {

test/Backtracing/StackOverflow.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// REQUIRES: backtracing
1313
// REQUIRES: OS=macosx || OS=linux-gnu
1414

15-
// rdar://110743884
16-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
17-
1815
func recurse(_ level: Int) {
1916
if level % 100000 == 0 {
2017
print(level)

0 commit comments

Comments
 (0)