================
@@ -25,7 +25,7 @@
 # Often fails on Arm Linux, but not specifically because it's Arm, something in
 # process scheduling can cause a massive (minutes) delay during this test.
 @skipIf(oslist=["linux"], archs=["arm$"])
-@skipIfWasm  # No attach support
+@requireNotWasm  # No attach support
----------------
da-viper wrote:

Not dependent on this PR. 
but looking at all the usages of `requireNotWasm` there is always a comment 
beside it. 

instead we can force the decorator the take a reason i.e `requireNotWasm("no 
attach support")`. This could also be propagated to the result output

https://github.com/llvm/llvm-project/pull/213462
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to