Enable TestUnicodeLiterals

Test should work everywhere except windows now.

llvm-svn: 261314
This commit is contained in:
Pavel Labath 2016-02-19 10:36:38 +00:00
parent b3b8fd3b00
commit 1274474c64
1 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ from __future__ import print_function
import unittest2
import os, time
import lldb
from lldbsuite.test.decorators import *
@ -31,21 +30,18 @@ class UnicodeLiteralsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@unittest2.expectedFailure("rdar://18684408")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_expr1(self):
"""Test that the expression parser returns proper Unicode strings."""
self.build()
self.rdar12991846(expr=1)
@unittest2.expectedFailure("rdar://18684408")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_expr2(self):
"""Test that the expression parser returns proper Unicode strings."""
self.build()
self.rdar12991846(expr=2)
@unittest2.expectedFailure("rdar://18684408")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_expr3(self):
"""Test that the expression parser returns proper Unicode strings."""