From 172d564c73810777e51b953dc7f73d5a3ca9aad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Mar 2020 18:35:22 +0100 Subject: [PATCH] [lldb] Un-XFAIL two tests on NetBSD --- lldb/test/API/commands/expression/formatters/TestFormatters.py | 1 - lldb/test/API/lang/cpp/auto/TestCPPAuto.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lldb/test/API/commands/expression/formatters/TestFormatters.py b/lldb/test/API/commands/expression/formatters/TestFormatters.py index 1fbc1ef..cd59e52 100644 --- a/lldb/test/API/commands/expression/formatters/TestFormatters.py +++ b/lldb/test/API/commands/expression/formatters/TestFormatters.py @@ -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') diff --git a/lldb/test/API/lang/cpp/auto/TestCPPAuto.py b/lldb/test/API/lang/cpp/auto/TestCPPAuto.py index 0094db1..c30de74 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() -- 2.7.4