summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2020-10-16 16:35:13 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2020-10-16 16:35:13 +0800
commitd7027d10d2d4684bb7a45fc9302321c4574f7a15 (patch)
tree0a5c6ac78e37699349e17b920f406fb58565664e
parente9f7e561ed4c2edc2b042108b16ced470e272a96 (diff)
downloadhaskell-d7027d10d2d4684bb7a45fc9302321c4574f7a15.tar.gz
[Testsuite/LLVM] Fix T5681, T7571, T8131b
-rw-r--r--testsuite/tests/llvm/should_compile/all.T6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index 448e855b67..94356ee79f 100644
--- a/testsuite/tests/llvm/should_compile/all.T
+++ b/testsuite/tests/llvm/should_compile/all.T
@@ -12,10 +12,10 @@ def ignore_llvm_and_vortex( msg ):
re.sub(r".* is not a recognized processor for this target.*\n",r"",msg))))
# test('T5486', normal, compile, [''])
-test('T5681', normal, compile, [''])
+test('T5681', [normal, normalise_errmsg_fun(ignore_llvm_and_vortex)], compile, [''])
test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
-test('T7571', cmm_src, compile, ['-no-hs-main'])
+test('T7571', [cmm_src, normalise_errmsg_fun(ignore_llvm_and_vortex)], compile, ['-no-hs-main'])
test('T7575', unless(wordsize(32), skip), compile, [''])
-test('T8131b', normal, compile, [''])
+test('T8131b', [normal, normalise_errmsg_fun(ignore_llvm_and_vortex)], compile, [''])
test('T11649', [normal, normalise_errmsg_fun(ignore_llvm_and_vortex)], compile, [''])
test('T17920fail', cmm_src, compile_fail, ['-no-hs-main'])