diff options
author | Ed Maste <emaste@freebsd.org> | 2017-08-10 18:26:52 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2017-08-10 18:26:52 +0000 |
commit | 93cdee661c8eb078480eb461fc641101b18af3cc (patch) | |
tree | 742367523bc9093a56bc26fa0fae4d4f20e838b9 /lldb/packages/Python/lldbsuite/test | |
parent | acd70d3c6bc150968de48a953fe947ec2d56d85f (diff) | |
download | bcm5719-llvm-93cdee661c8eb078480eb461fc641101b18af3cc.tar.gz bcm5719-llvm-93cdee661c8eb078480eb461fc641101b18af3cc.zip |
remove FreeBSD xfail decorator from TestCppNsImport
The Linux xfail decorator was removed in r272326 with the claim that the
test "runs reliably on the linux x86 buildbot." It also runs reliably on
FreeBSD for me.
llvm.org/pr25925
llvm-svn: 310644
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py index fb7fadffa78..fd19de7086d 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py @@ -11,7 +11,6 @@ class TestCppNsImport(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(oslist=['freebsd'], bugnumber="llvm.org/pr25925") def test_with_run_command(self): """Tests imported namespaces in C++.""" self.build() |