Author: Jonas Devlieghere
Date: 2021-02-05T15:21:24-08:00
New Revision: 28c6b1e5522f2beeac48ccf359e423cb31160c8d

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

LOG: [lldb] Re-enable TestExprsChar on arm64

This test passes on arm64 (Apple Silicon). I assume that "aarch64" still
ensures this gets skipped on Linux. I don't have access to such and
environment so I'll have to rely on the bot complaining.

Added: 
    

Modified: 
    lldb/test/API/commands/expression/char/TestExprsChar.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/char/TestExprsChar.py 
b/lldb/test/API/commands/expression/char/TestExprsChar.py
index a1a4568aa92e..e2229a074d3f 100644
--- a/lldb/test/API/commands/expression/char/TestExprsChar.py
+++ b/lldb/test/API/commands/expression/char/TestExprsChar.py
@@ -22,7 +22,6 @@ def test_default_char(self):
 
     @expectedFailureAll(
         archs=[
-            "arm",
             "aarch64",
             "powerpc64le",
             "s390x"],


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

Reply via email to