From aed0d91fc9d1110b801f362afc68cf60dd4927a1 Mon Sep 17 00:00:00 2001 From: Erik Eckstein Date: Wed, 27 May 2020 10:55:47 +0200 Subject: [PATCH] tests: temporarily disable Runtime/linux-fatal-backtrace.swift It's blocking linux PR testing rdar://problem/63666780 --- test/Runtime/linux-fatal-backtrace.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Runtime/linux-fatal-backtrace.swift b/test/Runtime/linux-fatal-backtrace.swift index 7e84dc9719a62..58bd953889221 100644 --- a/test/Runtime/linux-fatal-backtrace.swift +++ b/test/Runtime/linux-fatal-backtrace.swift @@ -6,6 +6,8 @@ // REQUIRES: lldb // XFAIL: CPU=s390x +// REQUIRES: rdar63666780 + // NOTE: not.py is used above instead of "not --crash" because %target-run // doesn't pass through the crash, and `not` may not be available when running // on a remote host.