[Lldb-commits] [lldb] 99df442 - Skip test on Darwin
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 13 14:41:24 PDT 2025
Author: Adrian Prantl
Date: 2025-04-13T14:40:41-07:00
New Revision: 99df442df1f88c1078c433618c75ee62f3dd8512
URL: https://github.com/llvm/llvm-project/commit/99df442df1f88c1078c433618c75ee62f3dd8512
DIFF: https://github.com/llvm/llvm-project/commit/99df442df1f88c1078c433618c75ee62f3dd8512.diff
LOG: Skip test on Darwin
Added:
Modified:
lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
Removed:
################################################################################
diff --git a/lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py b/lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
index 12805985798de..f488d4f421c93 100644
--- a/lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
+++ b/lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
@@ -7,6 +7,7 @@
class TargetReadInstructionsFlavor(TestBase):
+ @skipIfDarwin
@skipIfWindows
@skipIf(archs=no_match(["x86_64", "x86", "i386"]))
def test_read_instructions_with_flavor(self):
More information about the lldb-commits
mailing list