From 252ed741b2150e63bfcacfffea7cd2b1659a6498 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 23 Aug 2018 21:08:30 +0000 Subject: Change xfail to skipIf. The exact condition is really difficult to get right and doesn't add much signal. llvm-svn: 340574 --- .../packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py index c6c1f27ed4e..9eb25e4d105 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py @@ -9,7 +9,7 @@ class TestUnicodeSymbols(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(compiler="clang", compiler_version=['<', '7.0']) + @skipIf(compiler="clang", compiler_version=['<', '7.0']) def test_union_members(self): self.build() spec = lldb.SBModuleSpec() -- cgit v1.2.3