testsuite: Fix a variety of issues when building with integer-simple
* Mark arith011 as broken with integer-simple As noted in #16091, arith011 fails when run against integer-simple with a "divide by zero" exception. This suggests that integer-gmp and integer-simple are handling division by zero differently. * This also fixes broken_without_gmp; the lack of types made the previous failure silent, sadly. Improves situation of #16043. * Mark several tests implicitly depending upon integer-gmp as broken with integer-simple. These expect to see Core coming from integer-gmp, which breaks with integer-simple. * Increase runtime timeout multiplier of T11627a with integer-simple I previously saw that T11627a timed out in all profiling ways when run against integer-simple. I suspect this is due to integer-simple's rather verbose heap representation. Let's see whether increasing the runtime timeout helps. Fixes test for #11627. This is all in service of fixing #16043.
Showing
- testsuite/driver/testlib.py 14 additions, 12 deletionstestsuite/driver/testlib.py
- testsuite/mk/test.mk 0 additions, 2 deletionstestsuite/mk/test.mk
- testsuite/tests/numeric/should_compile/all.T 3 additions, 2 deletionstestsuite/tests/numeric/should_compile/all.T
- testsuite/tests/numeric/should_run/all.T 3 additions, 1 deletiontestsuite/tests/numeric/should_run/all.T
- testsuite/tests/perf/space_leaks/all.T 3 additions, 2 deletionstestsuite/tests/perf/space_leaks/all.T
- testsuite/tests/profiling/should_run/all.T 4 additions, 1 deletiontestsuite/tests/profiling/should_run/all.T
- testsuite/tests/rename/should_compile/T3103/test.T 1 addition, 1 deletiontestsuite/tests/rename/should_compile/T3103/test.T
- testsuite/tests/safeHaskell/check/pkg01/all.T 2 additions, 1 deletiontestsuite/tests/safeHaskell/check/pkg01/all.T
- testsuite/tests/simplCore/should_run/all.T 2 additions, 1 deletiontestsuite/tests/simplCore/should_run/all.T
- testsuite/tests/typecheck/should_fail/T5095.stderr 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/T5095.stderr
Loading
Please register or sign in to comment