[Lldb-commits] [PATCH] Skip TestDataFormatterStdMap on linux instead of xfailing.
Siva Chandra
sivachandra at google.com
Mon Mar 16 12:52:15 PDT 2015
Hi vharron,
After 7181dae1248cc1b03505cca1b7c6e3dfeffefc0a, this test progresses
much further but crashes. Will skip this test while I fix this properly.
http://reviews.llvm.org/D8361
Files:
test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
Index: test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
===================================================================
--- test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
+++ test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
@@ -24,10 +24,10 @@
@expectedFailureIcc # llvm.org/pr15301: LLDB prints incorrect size of
# libstdc++ containers
@skipIfFreeBSD
- @expectedFailureLinux # non-core functionality, need to reenable and fix
- # later (DES 2014.11.07). Most likely failing because
- # of mis-match is version of libstdc++ supported by
- # the data-formatters.
+ @skipIfLinux # non-core functionality, need to reenable and fix
+ # later (DES 2014.11.07). Most likely failing because
+ # of mis-match is version of libstdc++ supported by
+ # the data-formatters.
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8361.22044.patch
Type: text/x-patch
Size: 1188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150316/0a6b45b0/attachment.bin>
More information about the lldb-commits
mailing list