https://github.com/JDevlieghere commented:
Skipping the test is fine, but we don't need a new decorator for this. You can do this with: ``` @skipIf(archs=["arm"]) ``` If we thought this was important enough or a dedicated decorator, it should be implemented in terms of the generic one. @eronnen can you please revert this part of the change and update the decorator? https://github.com/llvm/llvm-project/pull/141407 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits