Skip to content

testsuite: Skip tests for JS backend

doyougnu requested to merge (removed):master into master

The JS backend uses its own rts. This breaks any test that includes rts.h. So I'm marking the broken tests as skipped for now so that CI for the JS backend can run the full GHC testsuite (and pass).

This is currently blocking CI for the JS backend so please reach out if anything more is required!

Merge request reports