From 6a7f6145d08b2647c75f75bd1c747a3316e03d03 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 25 Nov 2019 20:03:41 +0100 Subject: [lldb] [test] XFAIL ASAN tests on NetBSD --- .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index 18d99638925..00ff1c616da 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -17,6 +17,7 @@ class AsanTestReportDataCase(TestBase): mydir = TestBase.compute_mydir(__file__) @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default + @expectedFailureNetBSD @skipUnlessAddressSanitizer @skipIf(archs=['i386'], bugnumber="llvm.org/PR36710") def test(self): -- cgit v1.2.3