Skip to content

Commit 1c331a3

Browse files
authored
[backtracing] Mark two test as REQUIRES: backtracing (#77356)
These two tests are checking for symbols provided by the bactracing library, and will fail if the backtracing library is not build. Mark them as such to avoid failures when the backtracing library is not built.
1 parent 6b27d33 commit 1c331a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/abi/macOS/arm64/stdlib.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: swift_stdlib_no_asserts
77
// REQUIRES: STDLIB_VARIANT=macosx-arm64
8+
// REQUIRES: backtracing
89

910
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
1011

test/abi/macOS/x86_64/stdlib.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: swift_stdlib_no_asserts
77
// REQUIRES: STDLIB_VARIANT=macosx-x86_64
8+
// REQUIRES: backtracing
89

910
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
1011

0 commit comments

Comments
 (0)