testsuite: add the req_ghc_with_threaded_rts predicate
This patch adds the req_ghc_with_threaded_rts predicate to the testsuite to assert the platform has threaded RTS, and mark some tests as req_ghc_with_threaded_rts. Also makes ghc_with_threaded_rts a config field instead of a global variable.
Showing
- hadrian/src/Settings/Builders/RunTest.hs 1 addition, 1 deletionhadrian/src/Settings/Builders/RunTest.hs
- testsuite/config/ghc 2 additions, 2 deletionstestsuite/config/ghc
- testsuite/driver/testglobals.py 3 additions, 0 deletionstestsuite/driver/testglobals.py
- testsuite/driver/testlib.py 4 additions, 0 deletionstestsuite/driver/testlib.py
- testsuite/mk/test.mk 2 additions, 2 deletionstestsuite/mk/test.mk
- testsuite/tests/codeGen/should_run/all.T 1 addition, 1 deletiontestsuite/tests/codeGen/should_run/all.T
- testsuite/tests/concurrent/should_run/all.T 1 addition, 1 deletiontestsuite/tests/concurrent/should_run/all.T
- testsuite/tests/lib/base/all.T 1 addition, 1 deletiontestsuite/tests/lib/base/all.T
- testsuite/tests/rts/all.T 4 additions, 4 deletionstestsuite/tests/rts/all.T
Loading
Please register or sign in to comment