Fix a typo in an xfail decorator in TestExprsChar
authorTamas Berghammer <tberghammer@google.com>
Tue, 9 Feb 2016 10:10:42 +0000 (10:10 +0000)
committerTamas Berghammer <tberghammer@google.com>
Tue, 9 Feb 2016 10:10:42 +0000 (10:10 +0000)
llvm-svn: 260216

lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py

index efc4913..592f55d 100644 (file)
@@ -57,7 +57,7 @@ class ExprCharTestCase(TestBase):
     def test_default_char(self):
         self.do_test()
 
-    @expectedFailureAll(archs=["armaarch64"], bugnumber="llvm.org/pr23069")
+    @expectedFailureAll(archs=["arm", "aarch64"], bugnumber="llvm.org/pr23069")
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
     def test_signed_char(self):
         self.do_test(dictionary={'CFLAGS_EXTRAS': '-fsigned-char'})