[Lldb-commits] [lldb] f784fa7 - [lldb] Disable TestExitDuringExpression on asan
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 29 12:39:01 PDT 2025
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 *
+ at skipIfAsan
class TestExitDuringExpression(TestBase):
NO_DEBUG_INFO_TESTCASE = True
More information about the lldb-commits
mailing list