[Lldb-commits] [PATCH] D85388: [lldb] Fix bug in skipIfRosetta decorator

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 18:39:22 PDT 2020


JDevlieghere added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/decorators.py:542
-        if not lldbplatformutil.getPlatform() in ['darwin', 'macosx']:
-            return "not on macOS"
-        if (platform.uname()[5] == "arm") and (self.getArchitecture() == "x86_64"):
----------------
Alternatively this could return `None` which means the test is **not** skipped.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85388/new/

https://reviews.llvm.org/D85388



More information about the lldb-commits mailing list