Remove FreeBSD decorator for llvm.org/pr17499 (no longer fails)
authorEd Maste <emaste@freebsd.org>
Tue, 11 Feb 2014 18:36:26 +0000 (18:36 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 11 Feb 2014 18:36:26 +0000 (18:36 +0000)
llvm-svn: 201168

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

index 3a5fde1..618681c 100644 (file)
@@ -20,7 +20,6 @@ class LibcxxIteratorDataFormatterTestCase(TestBase):
         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."""
index bd4e7ce..9cdf807 100644 (file)
@@ -20,7 +20,6 @@ class LibcxxMultiMapDataFormatterTestCase(TestBase):
         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."""