[TestLibCxxAtomic] Skip for GCC.

Summary: This is the form on other libc++ tests.

Reviewers: sivachandra

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D17230

llvm-svn: 260793
This commit is contained in:
Siva Chandra 2016-02-13 02:11:11 +00:00
parent 4409051d00
commit 94d1855e08
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class LibCxxAtomicTestCase(TestBase):
var.SetPreferSyntheticValue(True)
return var
@skipIf(compiler="gcc")
@skipIfWindows # libc++ not ported to Windows yet
def test(self):
"""Test that std::atomic as defined by libc++ is correctly printed by LLDB"""