https://github.com/jimingham created https://github.com/llvm/llvm-project/pull/212562
This test seems to have been failing intermittently for a while on the Ubuntu bots, but is failing more consistently now. See: https://github.com/llvm/llvm-project/issues/212556 >From 15894469683f3bc6815830d6cecc580a757ad616 Mon Sep 17 00:00:00 2001 From: Jim Ingham <[email protected]> Date: Tue, 28 Jul 2026 10:43:04 -0700 Subject: [PATCH] XFAIL a test that is being flakey on the bots while we're investigating the failure. --- .../API/commands/expression/expr-with-fork/TestExprWithFork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/commands/expression/expr-with-fork/TestExprWithFork.py b/lldb/test/API/commands/expression/expr-with-fork/TestExprWithFork.py index d279295a5acac..50b62f039a5fd 100644 --- a/lldb/test/API/commands/expression/expr-with-fork/TestExprWithFork.py +++ b/lldb/test/API/commands/expression/expr-with-fork/TestExprWithFork.py @@ -45,6 +45,7 @@ def test_expr_with_vfork(self): ) @skipIfWindows + @expectedFailureAll(bugnumber="github.com/llvm/llvm-project/issues/212556") @add_test_categories(["fork"]) def test_expr_with_fork_trap(self): """Test that expression evaluation handles a child process that triggers a SIGTRAP.""" _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
