[Lldb-commits] [PATCH] D79491: [lldb] Revive TestBasicEntryValuesX86_64
Djordje Todorovic via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 04:29:17 PDT 2020
djtodoro added inline comments.
================
Comment at: lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py:5
+
+supported_archs = ["x86_64", "arm", "aarch64"]
+
----------------
I haven't refreshed the page before submitting my previous comment.
WDYT about adding a decorators-function (e.g. `skipUnlessEntryValuesSupportedArch`) so we can use it in other tests as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79491/new/
https://reviews.llvm.org/D79491
More information about the lldb-commits
mailing list