We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de5bd6 + 76915b2 commit eb2ec9dCopy full SHA for eb2ec9d
test/Runtime/linux-fatal-backtrace.swift
@@ -1,6 +1,8 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -o %t/a.out
3
// 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
6
// REQUIRES: executable_test
7
// REQUIRES: OS=linux-gnu
8
// REQUIRES: lldb
0 commit comments