From 054ed1fd0b8dfbd996299f11dfe2311f428297da Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 12 May 2020 11:32:54 +0500 Subject: [PATCH] [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/ --- .../param_entry_vals/basic_entry_values/TestBasicEntryValues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), -- 2.7.4