Skip to content

Commit d73a67a

Browse files
committed
Remove XFAIL-Linux from two asan tests
It turns out these tests actually succeed, if one has a clang with address sanitizer support enabled (i.e., has enabled the compiler-rt project). I guess none of the linux lldb devs have done that until now. llvm-svn: 354976
1 parent 11bc3f4 commit d73a67a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ class AsanTestCase(TestBase):
1818

1919
mydir = TestBase.compute_mydir(__file__)
2020

21-
@expectedFailureAll(
22-
oslist=["linux"],
23-
bugnumber="non-core functionality, need to reenable and fix later (DES 2014.11.07)")
2421
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
2522
@skipIfRemote
2623
@skipUnlessAddressSanitizer

lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ class AsanTestReportDataCase(TestBase):
1818

1919
mydir = TestBase.compute_mydir(__file__)
2020

21-
@expectedFailureAll(
22-
oslist=["linux"],
23-
bugnumber="non-core functionality, need to reenable and fix later (DES 2014.11.07)")
2421
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
2522
@skipIfRemote
2623
@skipUnlessAddressSanitizer

0 commit comments

Comments
 (0)