This allows skipping a test when running the testsuite on macOS under the Rosetta translation layer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Good, one minor suggestion.
lldb/packages/Python/lldbsuite/test/decorators.py | ||
---|---|---|
560 | There might be a more direct way of checking this, maybe machine(). We used platform().uname() for internal limitations & machine not always returning the right string, but it should be fixed on Beta 1 (and beyond) for sure |
There might be a more direct way of checking this, maybe machine(). We used platform().uname() for internal limitations & machine not always returning the right string, but it should be fixed on Beta 1 (and beyond) for sure