[Lldb-commits] [lldb] 172d564 - [lldb] Un-XFAIL two tests on NetBSD

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 7 09:35:48 PST 2020


Author: Michał Górny
Date: 2020-03-07T18:35:22+01:00
New Revision: 172d564c73810777e51b953dc7f73d5a3ca9aad0

URL: https://github.com/llvm/llvm-project/commit/172d564c73810777e51b953dc7f73d5a3ca9aad0
DIFF: https://github.com/llvm/llvm-project/commit/172d564c73810777e51b953dc7f73d5a3ca9aad0.diff

LOG: [lldb] Un-XFAIL two tests on NetBSD

Added: 
    

Modified: 
    lldb/test/API/commands/expression/formatters/TestFormatters.py
    lldb/test/API/lang/cpp/auto/TestCPPAuto.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/formatters/TestFormatters.py b/lldb/test/API/commands/expression/formatters/TestFormatters.py
index 1fbc1ef82986..cd59e529c240 100644
--- a/lldb/test/API/commands/expression/formatters/TestFormatters.py
+++ b/lldb/test/API/commands/expression/formatters/TestFormatters.py
@@ -22,7 +22,6 @@ def setUp(self):
                                 '// 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')

diff  --git a/lldb/test/API/lang/cpp/auto/TestCPPAuto.py b/lldb/test/API/lang/cpp/auto/TestCPPAuto.py
index 0094db1c0681..c30de747e089 100644
--- a/lldb/test/API/lang/cpp/auto/TestCPPAuto.py
+++ b/lldb/test/API/lang/cpp/auto/TestCPPAuto.py
@@ -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()


        


More information about the lldb-commits mailing list