Currently, the skipIfRosetta decorator will skip tests with the message "not on macOS" on non-macOS platforms. This triggers for example when running tests remotely on device. Instead, it should only check the platform and architecture when running on the Darwin/macOS platform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/packages/Python/lldbsuite/test/decorators.py | ||
---|---|---|
542 | Alternatively this could return None which means the test is not skipped. |
Alternatively this could return None which means the test is not skipped.