Skip to content

Commit 7518006

Browse files
committed
[lldb] XFAIL TestMemoryHistory on Linux
This test appears to have never worked on Linux but it seems none of the current bots ever ran this test as it required enabling compiler-rt (otherwise it would have just been skipped). This just copies over the XFAIL decorator that are already on all other sanitizer tests.
1 parent b7e3599 commit 7518006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/functionalities/asan/TestMemoryHistory.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ class AsanTestCase(TestBase):
1515

1616
mydir = TestBase.compute_mydir(__file__)
1717

18+
@expectedFailureAll(
19+
oslist=["linux"],
20+
bugnumber="non-core functionality, need to reenable and fix later (DES 2014.11.07)")
1821
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
1922
@expectedFailureNetBSD
2023
@skipUnlessAddressSanitizer

0 commit comments

Comments
 (0)