[Lldb-commits] [PATCH] D11562: [LLDB][MIPS] Added expected failure for "test disassembler settings"

Nitesh Jain nitesh.jain at imgtec.com
Tue Jul 28 06:42:26 PDT 2015


nitesh.jain created this revision.
nitesh.jain added reviewers: clayborg, ovyalov.
nitesh.jain added subscribers: jaydeep, bhushan, sagar, mohit.bhakkad, lldb-commits.
nitesh.jain set the repository for this revision to rL LLVM.

The test case "test disassembler settings" is specific to x86 and it will failed for MIPS Architecture.  Hence it is marked as a expected failure for MIPS.

Repository:
  rL LLVM

http://reviews.llvm.org/D11562

Files:
  test/settings/TestSettings.py

Index: test/settings/TestSettings.py
===================================================================
--- test/settings/TestSettings.py
+++ test/settings/TestSettings.py
@@ -167,6 +167,10 @@
 
     @expectedFailureArch("arm")
     @expectedFailureArch("aarch64")
+    @expectedFailureArch("mips")
+    @expectedFailureArch("mipsel")
+    @expectedFailureArch("mips64")
+    @expectedFailureArch("mips64el")
     def test_disassembler_settings(self):
         """Test that user options for the disassembler take effect."""
         self.buildDefault()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11562.30811.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150728/8e8b1dc8/attachment.bin>


More information about the lldb-commits mailing list