[Lldb-commits] [PATCH] D17014: [TestExprsChar] Fix a typo is failure archs list

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 8 18:23:16 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260192: [TestExprsChar] Fix a typo is failure archs list (authored by sivachandra).

Changed prior to commit:
  http://reviews.llvm.org/D17014?vs=47283&id=47284#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17014

Files:
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py

Index: lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
+++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
@@ -62,7 +62,7 @@
     def test_signed_char(self):
         self.do_test(dictionary={'CFLAGS_EXTRAS': '-fsigned-char'})
 
-    @expectedFailureAll(archs=["i[3-6]86", "x86_x64"], bugnumber="llvm.org/pr23069")
+    @expectedFailureAll(archs=["i[3-6]86", "x86_64"], bugnumber="llvm.org/pr23069")
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
     @expectedFailureAll(triple = 'mips*', bugnumber="llvm.org/pr23069")
     def test_unsigned_char(self):


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17014.47284.patch
Type: text/x-patch
Size: 808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160209/4cd5f7d8/attachment.bin>


More information about the lldb-commits mailing list