Author: Davide Italiano
Date: 2020-06-25T16:20:27-07:00
New Revision: d358ec463943878936080064d1c43afd8798aaf0

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

LOG: [lldb/test] Skip TestBreakpointThumbCodesection on arm64.

This test relies on thumb, which is a 32-bits feature only.

Added: 
    

Modified: 
    
lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
 
b/lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
index 0726369b6765..d472b79fb87a 100644
--- 
a/lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
+++ 
b/lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
@@ -15,6 +15,7 @@ class TestBreakpointThumbCodesection(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @skipIf(archs=no_match(["arm"]))
+    @skipIf(archs=["arm64"])
     @skipIfDarwinEmbedded   # codegen on darwin always defaults to thumb for 
armv7/armv7k targets
     def test_breakpoint(self):
         self.build()


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

Reply via email to