summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-08-01 18:52:01 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-08-01 18:52:01 +0000
commit1db108972b38cd2c30d1cce82b3ec42f2f7cb036 (patch)
tree96f688e3257623971b438e1a17f8b2dc120bb83f /lldb/test/lang/cpp
parentc205243e8b9dd8fd01670d8827058de4cdada039 (diff)
downloadbcm5719-llvm-1db108972b38cd2c30d1cce82b3ec42f2f7cb036.tar.gz
bcm5719-llvm-1db108972b38cd2c30d1cce82b3ec42f2f7cb036.zip
Updates TestLongjump to ensure that compiler optimizations don't affect the
mapping of source to assembly so that the same test script can be used with more compilers. Patch by Andy Kaylor! Also marks the LLDB test of template parameters as xfail on icc. llvm-svn: 187600
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r--lldb/test/lang/cpp/stl/TestSTL.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py
index b0c64580d3c..2c09d6b09dc 100644
--- a/lldb/test/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/lang/cpp/stl/TestSTL.py
@@ -37,6 +37,7 @@ class STLTestCase(TestBase):
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
def test_SBType_template_aspects_with_dwarf(self):
OpenPOWER on IntegriCloud