fdeazeve created this revision.
fdeazeve added a reviewer: Michael137.
Herald added subscribers: omjavaid, kristof.beyls.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This test is supposed to work in arm64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143265
Files:
lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
Index:
lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
===================================================================
---
lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
+++
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,
Index: lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
===================================================================
--- lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
+++ 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,
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits