Author: Muhammad Omair Javaid
Date: 2020-03-09T12:54:42+05:00
New Revision: ee4dc980c031d00ba729dfd731808b214e01ee58

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

LOG: [lldb/test] Remove skip arm/aarch64 decorator from instruction counting 
tests

This patch removes skipIf decorator from instruction counting tests.
We now use inline intruction in testing inferior to make sure that
number of instructions stays fixed. This was tested on aarch64 linux.

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 c06c0ca7cba5..758b0bc72fc6 100644
--- a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
+++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
@@ -106,15 +106,6 @@ def 
test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver(
 
     @skipIfWindows # No pty support to test O* & I* notification packets.
     @llgs_test
-    @expectedFailureAndroid(
-        bugnumber="llvm.org/pr24739",
-        archs=[
-            "arm",
-            "aarch64"])
-    @skipIf(
-        oslist=["linux"],
-        archs=["arm","aarch64"],
-        bugnumber="llvm.org/pr24739")
     @skipIf(triple='^mips')
     @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], 
bugnumber="rdar://27005337")
     def test_single_step_only_steps_one_instruction_with_Hc_vCont_s_llgs(self):
@@ -136,15 +127,6 @@ def 
test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver(
 
     @skipIfWindows # No pty support to test O* & I* notification packets.
     @llgs_test
-    @expectedFailureAndroid(
-        bugnumber="llvm.org/pr24739",
-        archs=[
-            "arm",
-            "aarch64"])
-    @skipIf(
-        oslist=["linux"],
-        archs=["arm","aarch64"],
-        bugnumber="llvm.org/pr24739")
     @skipIf(triple='^mips')
     @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], 
bugnumber="rdar://27005337")
     def test_single_step_only_steps_one_instruction_with_vCont_s_thread_llgs(


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

Reply via email to