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()
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to