Skip to content

Commit eb2ec9d

Browse files
authored
Merge pull request #27408 from apple/shahmishal/xfail-linux-fatal-backtrace
[XFail] Disable Runtime/linux-fatal-backtrace (55490694)
2 parents 6de5bd6 + 76915b2 commit eb2ec9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Runtime/linux-fatal-backtrace.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
33
// RUN: %{python} %S/../Inputs/not.py "%target-run %t/a.out" 2>&1 | PYTHONPATH=%lldb-python-path %{python} %utils/symbolicate-linux-fatal %t/a.out - | %{python} %utils/backtrace-check -u
4+
5+
// REQUIRES: rdar55490694
46
// REQUIRES: executable_test
57
// REQUIRES: OS=linux-gnu
68
// REQUIRES: lldb

0 commit comments

Comments
 (0)