[Lldb-commits] [PATCH] Enable a test in TestSTL for GCC.

Siva Chandra sivachandra at google.com
Mon Apr 6 14:55:02 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8793

Files:
  lldb/trunk/test/lang/cpp/stl/TestSTL.py

Index: lldb/trunk/test/lang/cpp/stl/TestSTL.py
===================================================================
--- lldb/trunk/test/lang/cpp/stl/TestSTL.py
+++ lldb/trunk/test/lang/cpp/stl/TestSTL.py
@@ -31,12 +31,12 @@
 
     @python_api_test
     @dsym_test
+    @skipUnlessDarwin
     def test_SBType_template_aspects_with_dsym(self):
         """Test APIs for getting template arguments from an SBType."""
         self.buildDsym()
         self.sbtype_template_apis()
 
-    @skipIfGcc # llvm.org/pr15036: crashes during DWARF parsing when built with GCC
     @expectedFailureIcc # icc 13.1 and 14-beta do not emit DW_TAG_template_type_parameter
     @python_api_test
     @dwarf_test

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8793.23295.patch
Type: text/x-patch
Size: 693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150406/44602bb2/attachment.bin>


More information about the lldb-commits mailing list