Author: Raphael Isemann Date: 2020-09-22T21:13:44+02:00 New Revision: ef7d22a98683ce98b6a2c4d0818d2d9978d42861
URL: https://github.com/llvm/llvm-project/commit/ef7d22a98683ce98b6a2c4d0818d2d9978d42861 DIFF: https://github.com/llvm/llvm-project/commit/ef7d22a98683ce98b6a2c4d0818d2d9978d42861.diff LOG: Revert "[lldb] XFAIL TestMemoryHistory on Linux" This reverts commit 7518006d75accd21325747430d6bced66b2c5ada. This test apparently works on the Swift CI ubuntu bot, so it shouldn't be XFAIL'd on Linux. Added: Modified: lldb/test/API/functionalities/asan/TestMemoryHistory.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/asan/TestMemoryHistory.py b/lldb/test/API/functionalities/asan/TestMemoryHistory.py index 0b8dc20f27c5..37c34984f43b 100644 --- a/lldb/test/API/functionalities/asan/TestMemoryHistory.py +++ b/lldb/test/API/functionalities/asan/TestMemoryHistory.py @@ -15,9 +15,6 @@ class AsanTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll( - oslist=["linux"], - bugnumber="non-core functionality, need to reenable and fix later (DES 2014.11.07)") @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @expectedFailureNetBSD @skipUnlessAddressSanitizer _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits