Raku / nqp

NQP
Other
343 stars 131 forks source link

Make JVM tests pass after new-disp merge #740

Closed MasterDuke17 closed 3 years ago

MasterDuke17 commented 3 years ago

The JVM doesn't implement nqp::dispatch, so move any tests with that to the MoarVM tests directory.

The JVM also hasn't implemented hllize via dispatchers, so just skip that test on the JVM.

usev6 commented 3 years ago

Looks good to me.

jnthn commented 3 years ago

Oops, sorry; I did test the JVM build during new-disp at certain times (and tried to conditionalize everything so as to keep it working), but forgot to make another check of it in the excitement to merge.