Skip TestLibCxxAtomic with gcc

older versions of libc++ (still used on some linux systems) are not
compatible with gcc.

llvm-svn: 300837
This commit is contained in:
Pavel Labath 2017-04-20 12:30:30 +00:00
parent 68e3886e57
commit 69883aa043
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class LibCxxAtomicTestCase(TestBase):
var.SetPreferSyntheticValue(True)
return var
@skipIf(compiler=["gcc"])
@add_test_categories(["libc++"])
def test(self):
"""Test that std::atomic as defined by libc++ is correctly printed by LLDB"""