diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-25 20:03:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-25 20:03:41 +0100 |
commit | 6a7f6145d08b2647c75f75bd1c747a3316e03d03 (patch) | |
tree | 1ec60d968fecd58619c28444f1b68c95ba5cb9af /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | |
parent | d6ec6e4bf6d87f35d83fccc631c5cf7a00ef1af5 (diff) | |
download | bcm5719-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.py | 1 |
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): |