[Lldb-commits] [lldb] 246097a - [TestKernVerStrLCNOTE] Strengthen a check. NFC.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 3 16:39:56 PST 2020


Author: Davide Italiano
Date: 2020-02-03T16:39:49-08:00
New Revision: 246097a091bfddca081f4d0f7d84530579e3bb33

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

LOG: [TestKernVerStrLCNOTE] Strengthen a check. NFC.

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 80007438addc..c28b4bc52a58 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")
-    @skipIfDarwinEmbedded
+    @skipIf(archs=no_match(['amd64']))
     @skipUnlessDarwin
     def test_lc_note(self):
         self.build()


        


More information about the lldb-commits mailing list