[Lldb-commits] [lldb] c7eb06a - [test] XFail TestStepNoDebug based on arch rather than OS
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 25 16:24:08 PDT 2020
Author: Davide Italiano
Date: 2020-06-25T16:23:59-07:00
New Revision: c7eb06a880522867e7df3f025056f6c5b10d0eca
URL: https://github.com/llvm/llvm-project/commit/c7eb06a880522867e7df3f025056f6c5b10d0eca
DIFF: https://github.com/llvm/llvm-project/commit/c7eb06a880522867e7df3f025056f6c5b10d0eca.diff
LOG: [test] XFail TestStepNoDebug based on arch rather than OS
Added:
Modified:
lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
index e166848f853f..92036b2f215a 100644
--- a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
+++ b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
@@ -48,7 +48,7 @@ def test_step_over_with_python(self):
"3.9"],
archs=["i386"],
bugnumber="llvm.org/pr28549")
- @expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
+ @expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
@expectedFailureAll(archs=["aarch64"], oslist=["linux"],
bugnumber="llvm.org/pr44057")
def test_step_in_with_python(self):
More information about the lldb-commits
mailing list