diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-08-23 21:08:30 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-08-23 21:08:30 +0000 |
commit | 252ed741b2150e63bfcacfffea7cd2b1659a6498 (patch) | |
tree | a13ff373f084af4e4e08bc05051dbb8a9d02702d /lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | |
parent | 4e3bd78a8090f9c46357e637445c83842405c2c9 (diff) | |
download | bcm5719-llvm-252ed741b2150e63bfcacfffea7cd2b1659a6498.tar.gz bcm5719-llvm-252ed741b2150e63bfcacfffea7cd2b1659a6498.zip |
Change xfail to skipIf. The exact condition is really difficult to get
right and doesn't add much signal.
llvm-svn: 340574
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |