Skip to content

Commit 28189a7

Browse files
authored
Merge pull request #27470 from edymtt/reenable-runtime-tests
Reenable runtime tests
2 parents 351c4cc + e946cd5 commit 28189a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/Runtime/backtrace.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// doesn't pass through the crash, and `not` may not be available when running
77
// on a remote host.
88

9-
// REQUIRES: rdar55490694
109
// This is not supported on watchos, ios, or tvos
1110
// UNSUPPORTED: OS=watchos
1211
// UNSUPPORTED: OS=ios

test/Runtime/linux-fatal-backtrace.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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
64
// REQUIRES: executable_test
75
// REQUIRES: OS=linux-gnu
86
// REQUIRES: lldb

0 commit comments

Comments
 (0)