Author: Muhammad Omair Javaid Date: 2020-03-06T14:26:11+05:00 New Revision: eaddbc238d5fcca19432939223c87e4011b66546
URL: https://github.com/llvm/llvm-project/commit/eaddbc238d5fcca19432939223c87e4011b66546 DIFF: https://github.com/llvm/llvm-project/commit/eaddbc238d5fcca19432939223c87e4011b66546.diff LOG: LLDB AArch64 skip single_step_only_steps_one_instruction* tests This patch makes sure that LLDB AArch64/Linux testsuite skips single_step_only_steps_one_instruction* tests. There is no possible gaurantee for this test to pass and there already exists a bug report against this bug. Added: Modified: lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py Removed: ################################################################################ diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py index 3511b014d569..c06c0ca7cba5 100644 --- a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py +++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py @@ -111,9 +111,9 @@ def test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver( archs=[ "arm", "aarch64"]) - @expectedFailureAll( + @skipIf( oslist=["linux"], - archs=["arm"], + archs=["arm","aarch64"], bugnumber="llvm.org/pr24739") @skipIf(triple='^mips') @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://27005337") @@ -141,9 +141,9 @@ def test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver( archs=[ "arm", "aarch64"]) - @expectedFailureAll( + @skipIf( oslist=["linux"], - archs=["arm"], + archs=["arm","aarch64"], bugnumber="llvm.org/pr24739") @skipIf(triple='^mips') @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://27005337") _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits