[Lldb-commits] [lldb] r260192 - [TestExprsChar] Fix a typo is failure archs list

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


Author: sivachandra
Date: Mon Feb  8 20:18:50 2016
New Revision: 260192

URL: http://llvm.org/viewvc/llvm-project?rev=260192&view=rev
Log:
[TestExprsChar] Fix a typo is failure archs list

Reviewers: zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D17014

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

Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py?rev=260192&r1=260191&r2=260192&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py Mon Feb  8 20:18:50 2016
@@ -62,7 +62,7 @@ class ExprCharTestCase(TestBase):
     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):




More information about the lldb-commits mailing list