Author: Felipe de Azevedo Piovezan
Date: 2025-04-29T12:38:51-07:00
New Revision: f784fa727543463b86511f7e5797174422cbeeaf

URL: 
https://github.com/llvm/llvm-project/commit/f784fa727543463b86511f7e5797174422cbeeaf
DIFF: 
https://github.com/llvm/llvm-project/commit/f784fa727543463b86511f7e5797174422cbeeaf.diff

LOG: [lldb] Disable TestExitDuringExpression on asan

This test is trying to exercise code running constructors with
interrupts. While we should fix this, this is creating noise on the
bots.

Added: 
    

Modified: 
    
lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
 
b/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
index 224fb6eb0bb66..c0445eb7041e6 100644
--- 
a/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
+++ 
b/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
@@ -9,6 +9,7 @@
 from lldbsuite.test.lldbtest import *
 
 
+@skipIfAsan
 class TestExitDuringExpression(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to