[Lldb-commits] [PATCH] D12831: Add JUnit/XUnit-formatted output	to the lldb test run system
    Todd Fiala via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Sat Sep 12 14:43:11 PDT 2015
    
    
  
tfiala added inline comments.
================
Comment at: test/settings/TestSettings.py:168
@@ -167,3 +167,3 @@
 
-    @skipUnlessArch(['x86-64', 'i386', 'i686'])
+    @skipUnlessArch(['x86_64', 'i386', 'i686'])
     def test_disassembler_settings(self):
----------------
This was a test spec failure that I found when looking at skipped tests.  It is unrelated to the main thrust of this change but it does represent a test that was erroneously being skipped on x86_64 runs.
http://reviews.llvm.org/D12831
    
    
More information about the lldb-commits
mailing list