[Lldb-commits] [lldb] b7bd35a - [TestKernVerStrLCNOTE] Check the *right* architecture.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 10 15:18:00 PST 2020


Author: Davide Italiano
Date: 2020-02-10T15:17:52-08:00
New Revision: b7bd35a8f13fd332fc7d32c0f03b13ef9e2fb2c1

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

LOG: [TestKernVerStrLCNOTE] Check the *right* architecture.

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py

Removed: 
    


################################################################################
diff  --git a/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py b/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
index c28b4bc52a58..167f0984fc6c 100644
--- a/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
+++ b/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
@@ -17,7 +17,7 @@ class TestKernVerStrLCNOTE(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is looking explicitly for a dSYM")
-    @skipIf(archs=no_match(['amd64']))
+    @skipIf(archs=no_match(['x86_64']))
     @skipUnlessDarwin
     def test_lc_note(self):
         self.build()


        


More information about the lldb-commits mailing list