From d6bd16eb01bf859118a8295c8a83a9b695927790 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Tue, 3 Sep 2024 09:13:34 -0700 Subject: [PATCH] Skip test test_swift_consume_operator_async This test is blocking progress on building x86_64 toolchains for several Linux distributions. Disabling for now. Mitigation for: rdar://134297435 --- .../consume_operator_async/TestSwiftConsumeOperatorAsync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py b/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py index 5c64b2fa50484..e9ad5d32fe8d6 100644 --- a/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py +++ b/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py @@ -26,6 +26,7 @@ def stderr_print(line): class TestSwiftConsumeOperatorAsyncType(TestBase): @swiftTest + @skipIf(bugnumber="rdar://133849022", oslist=['linux']) def test_swift_consume_operator_async(self): """Check that we properly show variables at various points of the CFG while stepping with the consume operator.