summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-25 20:03:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-25 20:03:41 +0100
commit6a7f6145d08b2647c75f75bd1c747a3316e03d03 (patch)
tree1ec60d968fecd58619c28444f1b68c95ba5cb9af /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
parentd6ec6e4bf6d87f35d83fccc631c5cf7a00ef1af5 (diff)
downloadbcm5719-llvm-6a7f6145d08b2647c75f75bd1c747a3316e03d03.tar.gz
bcm5719-llvm-6a7f6145d08b2647c75f75bd1c747a3316e03d03.zip
[lldb] [test] XFAIL ASAN tests on NetBSD
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py1
1 files changed, 1 insertions, 0 deletions
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):
OpenPOWER on IntegriCloud