llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: jimingham

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/212562.diff


1 Files Affected:

- (modified) 
lldb/test/API/commands/expression/expr-with-fork/TestExprWithFork.py (+1) 


``````````diff
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."""

``````````

</details>


https://github.com/llvm/llvm-project/pull/212562
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to