[Git][ghc/ghc][wip/supersven/cross-testsuite] 2 commits: Add -fexternal-interpreter
Sven Tennie pushed to branch wip/supersven/cross-testsuite at Glasgow Haskell Compiler / GHC Commits: 48a3f629 by Sven Tennie at 2026-05-30T19:45:00+02:00 Add -fexternal-interpreter - - - - - 61b360c0 by Sven Tennie at 2026-05-30T19:45:15+02:00 Mark tests as broken - - - - - 2 changed files: - .gitlab/ci.sh - testsuite/tests/numeric/should_run/all.T Changes: ===================================== .gitlab/ci.sh ===================================== @@ -709,6 +709,7 @@ function test_hadrian() { # > main = putStrLn "hello world" run diff -w expected actual + EXTRA_HC_OPTS="${EXTRA_HC_OPTS:+${EXTRA_HC_OPTS} }-fexternal-interpreter" run_hadrian \ test \ --summary-junit=./junit.xml \ ===================================== testsuite/tests/numeric/should_run/all.T ===================================== @@ -11,7 +11,7 @@ test('arith001', normal, compile_and_run, ['']) test('arith002', normal, compile_and_run, ['']) test('arith003', normal, compile_and_run, ['']) test('arith004', normal, compile_and_run, ['']) -test('arith005', normal, compile_and_run, ['']) +test('arith005', [when(arch('riscv64'), expect_broken(27303))], compile_and_run, ['']) test('arith006', normal, compile_and_run, ['']) test('arith007', normal, compile_and_run, ['']) @@ -45,7 +45,7 @@ test('arith018', normal, compile_and_run, ['']) test('arith019', normal, compile_and_run, ['']) test('expfloat', normal, compile_and_run, ['']) -test('FloatFnInverses', normal, compile_and_run, ['']) +test('FloatFnInverses', [when(arch('riscv64'), expect_broken(27306))], compile_and_run, ['']) test('T1603', skip, compile_and_run, ['']) test('T3676', expect_broken(3676), compile_and_run, ['']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b8c534d9d85f9d7f3b6b17bf26b253c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b8c534d9d85f9d7f3b6b17bf26b253c... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)