Author: Jason Molenda
Date: 2022-04-29T15:00:20-07:00
New Revision: 9c8179f9ce10158d6a9f28ec932e2facfde413d8

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

LOG: LocationListLookup test case failing on lldb-arm-ubuntu

Skip on linux+arm for now until I can try to repo the setup of the
lldb-arm-ubuntu bot.  The name of the binary in argv[0] was not
able to be retrieved here; if the compiler's codegen had it stored
in a caller saved register, because it's not needed at this point,
it may not be retreivable.

Added: 
    

Modified: 
    lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py 
b/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py
index 2121610899b3..122d1a4ae8c1 100644
--- 
a/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py
+++ 
b/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py
@@ -14,6 +14,7 @@ def setUp(self):
         # Call super's setUp().
         TestBase.setUp(self)
 
+    @skipIf(oslist=["linux"], archs=["arm"])
     def test_loclist(self):
         self.build()
         exe = self.getBuildArtifact("a.out")


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

Reply via email to