From 7ba563de69e9498b09552e51ecd4ac7e6d2fddb3 Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Tue, 13 Jan 2026 11:59:10 -0600 Subject: [PATCH 1/2] Disable test for Regex in SwiftREPL until new toolchain --- lldb/test/Shell/SwiftREPL/Regex.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lldb/test/Shell/SwiftREPL/Regex.test b/lldb/test/Shell/SwiftREPL/Regex.test index 84aa5242c711d..4022f7d128757 100644 --- a/lldb/test/Shell/SwiftREPL/Regex.test +++ b/lldb/test/Shell/SwiftREPL/Regex.test @@ -1,6 +1,9 @@ // Test that we can use Swift's regex functionalities on the REPL. // REQUIRES: swift +// Disabling until we can test with an updated toolchain +// XFAIL: * + // RUN: %lldb --repl < %s | FileCheck %s // Make sure we can use an extended literal without enabling anything. From 1ecb1a96e1569ad94a5386577aab4fd5f818effb Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Wed, 14 Jan 2026 12:24:47 -0600 Subject: [PATCH 2/2] Use REQUIRES instead of XFAIL --- lldb/test/Shell/SwiftREPL/Regex.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SwiftREPL/Regex.test b/lldb/test/Shell/SwiftREPL/Regex.test index 4022f7d128757..ef26bfb3101a9 100644 --- a/lldb/test/Shell/SwiftREPL/Regex.test +++ b/lldb/test/Shell/SwiftREPL/Regex.test @@ -2,7 +2,7 @@ // REQUIRES: swift // Disabling until we can test with an updated toolchain -// XFAIL: * +// REQUIRES: rdar168153424 // RUN: %lldb --repl < %s | FileCheck %s