[LLDB] Disable TestBasicEntryValues.py for arm
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 12 May 2020 06:32:54 +0000 (11:32 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 12 May 2020 06:32:58 +0000 (11:32 +0500)
TestBasicEntryValues.py fails on arm 32 bit. Currently running on silent master here:
http://lab.llvm.org:8014/builders/lldb-arm-ubuntu/

lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py

index c628a6b..94689d1 100644 (file)
@@ -2,7 +2,7 @@ from lldbsuite.test import lldbinline
 from lldbsuite.test.decorators import *
 from lldbsuite.test import lldbplatformutil
 
-supported_archs = ["x86_64", "arm", "aarch64"]
+supported_archs = ["x86_64", "aarch64"]
 
 lldbinline.MakeInlineTest(__file__, globals(),
         [skipIf(archs=no_match(supported_archs)),