[Lldb-commits] [PATCH] D17230: [TestLibCxxAtomic] Skip for GCC.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 12 18:15:36 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260793: [TestLibCxxAtomic] Skip for GCC. (authored by sivachandra).

Changed prior to commit:
  http://reviews.llvm.org/D17230?vs=47885&id=47886#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17230

Files:
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py

Index: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
@@ -22,6 +22,7 @@
         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"""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17230.47886.patch
Type: text/x-patch
Size: 736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160213/b99a85a2/attachment.bin>


More information about the lldb-commits mailing list