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 --- 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.decorators import * from lldbsuite.test import lldbplatformutil -supported_archs = ["x86_64", "aarch64"] +supported_archs = ["x86_64", "aarch64", "arm64", "arm64e"] decorators = [skipIf(archs=no_match(supported_archs)), skipIf(compiler="clang", compiler_version=['<', '11.0']), skipUnlessHasCallSiteInfo,