Remove expectedFailureFreeBSD decorator from now-passing tests

These pass on my FreeBSD stable/10 desktop and my (not-yet-connected)
FreeBSD 11-CURRENT buildbot

llvm.org/pr20548

llvm-svn: 254001
This commit is contained in:
Ed Maste 2015-11-24 18:30:19 +00:00
parent 99ab4f42b7
commit ae82bf7947
3 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ class StdIteratorDataFormatterTestCase(TestBase):
self.line = line_number('main.cpp', '// Set break point at this line.')
@skipIfWindows # libstdcpp not ported to Windows
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
def test_with_run_command(self):
"""Test that libstdcpp iterators format properly."""

View File

@ -24,7 +24,6 @@ class StdListDataFormatterTestCase(TestBase):
self.final_line = line_number('main.cpp', '// Set final break point at this line.')
@skipIfWindows # libstdcpp not ported to Windows
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
def test_with_run_command(self):
"""Test that that file and class static variables display correctly."""
self.build()

View File

@ -22,7 +22,6 @@ class StdStringDataFormatterTestCase(TestBase):
# Find the line number to break at.
self.line = line_number('main.cpp', '// Set break point at this line.')
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@skipIfWindows # libstdcpp not ported to Windows
def test_with_run_command(self):
"""Test that that file and class static variables display correctly."""