Skip to content

Commit 309ad39

Browse files
authored
[backtracing] Mark two tests with REQUIRES (#67074)
The test were enabled even if Backtracing was not enabled in the build settings. Backtracing is enabled with the build script, but not in the default CMake configuration.
1 parent 66a7ebe commit 309ad39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Backtracing/DwarfReader.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-run %t/DwarfReader %t/Inlining | %FileCheck %s
55

66
// REQUIRES: OS=linux-gnu
7+
// REQUIRES: backtracing
78

89
@_spi(DwarfTest) import _Backtracing
910

test/Backtracing/ElfReader.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// RUN: %S/Inputs/make-debuglink %t/fib %t/fib-stripped %t/fib.dbg && %target-run %t/ElfReader %t/fib-stripped | %FileCheck %s --check-prefix DBGLINK
1414

1515
// REQUIRES: OS=linux-gnu
16+
// REQUIRES: backtracing
1617

1718
@_spi(ElfTest) import _Backtracing
1819

0 commit comments

Comments
 (0)