[Lldb-commits] [lldb] r201168 - Remove FreeBSD decorator for llvm.org/pr17499 (no longer fails)
Ed Maste
emaste at freebsd.org
Tue Feb 11 10:36:27 PST 2014
Author: emaste
Date: Tue Feb 11 12:36:26 2014
New Revision: 201168
URL: http://llvm.org/viewvc/llvm-project?rev=201168&view=rev
Log:
Remove FreeBSD decorator for llvm.org/pr17499 (no longer fails)
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=201168&r1=201167&r2=201168&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 Tue Feb 11 12:36:26 2014
@@ -20,7 +20,6 @@ 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=201168&r1=201167&r2=201168&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 Tue Feb 11 12:36:26 2014
@@ -20,7 +20,6 @@ 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