[Lldb-commits] [lldb] r192134 - Mark tests failing on FreeBSD after r191996

Ed Maste emaste at freebsd.org
Mon Oct 7 14:25:48 PDT 2013


Author: emaste
Date: Mon Oct  7 16:25:48 2013
New Revision: 192134

URL: http://llvm.org/viewvc/llvm-project?rev=192134&view=rev
Log:
Mark tests failing on FreeBSD after r191996

Modified:
    lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
    lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py

Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py?rev=192134&r1=192133&r2=192134&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py Mon Oct  7 16:25:48 2013
@@ -20,6 +20,7 @@ class LibcxxIteratorDataFormatterTestCas
         self.data_formatter_commands()
 
     @skipIfLinux # No standard locations for libc++ on Linux, so skip for now 
+    @expectedFailureFreeBSD('llvm.org/pr17499') # introduced by r191996
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""

Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py?rev=192134&r1=192133&r2=192134&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py Mon Oct  7 16:25:48 2013
@@ -20,6 +20,7 @@ class LibcxxMultiMapDataFormatterTestCas
         self.data_formatter_commands()
 
     @skipIfLinux # No standard locations for libc++ on Linux, so skip for now 
+    @expectedFailureFreeBSD('llvm.org/pr17499') # introduced by r191996
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""





More information about the lldb-commits mailing list