From: Muhammad Omair Javaid Date: Tue, 12 May 2020 06:32:54 +0000 (+0500) Subject: [LLDB] Disable TestBasicEntryValues.py for arm X-Git-Tag: llvmorg-12-init~6315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=054ed1fd0b8dfbd996299f11dfe2311f428297da;p=platform%2Fupstream%2Fllvm.git [LLDB] Disable TestBasicEntryValues.py for arm TestBasicEntryValues.py fails on arm 32 bit. Currently running on silent master here: http://lab.llvm.org:8014/builders/lldb-arm-ubuntu/ --- diff --git a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py index c628a6b..94689d1 100644 --- a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py +++ b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py @@ -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)),