[lldb] Un-XFAIL two tests on NetBSD
authorMichał Górny <mgorny@gentoo.org>
Sat, 7 Mar 2020 17:35:22 +0000 (18:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 7 Mar 2020 17:35:22 +0000 (18:35 +0100)
lldb/test/API/commands/expression/formatters/TestFormatters.py
lldb/test/API/lang/cpp/auto/TestCPPAuto.py

index 1fbc1ef829862bf02de4a6693f240ff7fdf5c11c..cd59e529c24098dcbbc98557ed77e736c0f45fdf 100644 (file)
@@ -22,7 +22,6 @@ class ExprFormattersTestCase(TestBase):
                                 '// Stop here')
 
     @skipIfFreeBSD  # llvm.org/pr24691 skipping to avoid crashing the test runner
-    @expectedFailureNetBSD
     @expectedFailureAll(
         oslist=['freebsd'],
         bugnumber='llvm.org/pr19011 Newer Clang omits C1 complete object constructor')
index 0094db1c0681ebe44268c9515ed6cf588e216c13..c30de747e0896ed5349014520147ee35c642f4f6 100644 (file)
@@ -14,7 +14,6 @@ class CPPAutoTestCase(TestBase):
     @expectedFailureAll(
         compiler="gcc",
         bugnumber="GCC generates incomplete debug info")
-    @expectedFailureNetBSD
     def test_with_run_command(self):
         """Test that auto types work in the expression parser"""
         self.build()