[all-commits] [llvm/llvm-project] 74c8d0: Fix the skipIfRosetta decorator
adrian-prantl via All-commits
all-commits at lists.llvm.org
Tue Jul 14 18:16:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 74c8d01aff80a7371ea2ff16fbe84858a266711a
https://github.com/llvm/llvm-project/commit/74c8d01aff80a7371ea2ff16fbe84858a266711a
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
Log Message:
-----------
Fix the skipIfRosetta decorator
the form that takes func as an argument isn't compatible with the
optional bugnumber argument. This means that only correct for to use it is now
@skipIfRosetta(bugnumber='url')
More information about the All-commits
mailing list