[Lldb-commits] [lldb] f9c5e16 - [lldb/tests] Un-skip TestGuiBasicDebug.py on Arm and AArch64

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 8 04:13:06 PST 2021


Author: Tatyana Krasnukha
Date: 2021-02-08T15:09:09+03:00
New Revision: f9c5e1664e081031e7deec3df49953952771d21b

URL: https://github.com/llvm/llvm-project/commit/f9c5e1664e081031e7deec3df49953952771d21b
DIFF: https://github.com/llvm/llvm-project/commit/f9c5e1664e081031e7deec3df49953952771d21b.diff

LOG: [lldb/tests] Un-skip TestGuiBasicDebug.py on Arm and AArch64

The test was timing out because of https://reviews.llvm.org/D92164, it should pass now.

Added: 
    

Modified: 
    lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
index d2e223a57be9..9deb700da39c 100644
--- a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
+++ b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
@@ -15,7 +15,6 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
     # under ASAN on a loaded machine..
     @skipIfAsan
     @skipIfCursesSupportMissing
-    @skipIf(archs=["arm", "aarch64"], oslist=["linux"])
     def test_gui(self):
         self.build()
 


        


More information about the lldb-commits mailing list