[Lldb-commits] [PATCH] D97450: [lldb] [test] Skip AVX lldb-server test on non-x86 architectures

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 1 07:24:58 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG95a1305fb405: [lldb] [test] Skip AVX lldb-server test on non-x86 architectures (authored by mgorny).
Herald added a project: LLDB.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97450/new/

https://reviews.llvm.org/D97450

Files:
  lldb/test/API/tools/lldb-server/TestLldbGdbServer.py


Index: lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
===================================================================
--- lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
+++ lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
@@ -208,6 +208,7 @@
         return " avx " in cpuinfo
 
     @expectedFailureAll(oslist=["windows"]) # no avx for now.
+    @skipIf(archs=no_match(['amd64', 'i386', 'x86_64']))
     @add_test_categories(["llgs"])
     def test_qRegisterInfo_contains_avx_registers(self):
         self.build()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97450.327111.patch
Type: text/x-patch
Size: 536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210301/fb828644/attachment.bin>


More information about the lldb-commits mailing list