summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Meredith <joshmeredith2008@gmail.com>2022-10-26 10:46:06 +0000
committerSylvain Henry <sylvain@haskus.fr>2022-11-07 12:00:41 +0100
commit62c44bd4e1dd5a47509201a98241f39b46e2c3d5 (patch)
tree9fafcaa4d54dcf97fec73fb75eaaa29b8af8844d
parent40eb1e63194a0326b6865045f46075f5d00ad7f6 (diff)
downloadhaskell-62c44bd4e1dd5a47509201a98241f39b46e2c3d5.tar.gz
Use req_interp for JS-skipped ghcilink001/3/5/6
-rw-r--r--testsuite/tests/ghci/linking/all.T8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index 4a0e83274f..d18d252a93 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -2,7 +2,7 @@ test('ghcilink001',
[extra_files(['TestLink.hs', 'f.c']),
when(ghc_dynamic(), expect_fail), # dynamic ghci can't load '.a's
unless(doing_ghci, skip),
- js_skip], # JS backend doesn't use ghci
+ req_interp], # JS backend doesn't use ghci
makefile_test, ['ghcilink001'])
test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
@@ -17,7 +17,7 @@ test('ghcilink003',
# anymore. Will produce:
# dlopen(libstdc++.dylib, 5): image not found
when(opsys('darwin'), fragile(16083)),
- js_skip
+ req_interp
], makefile_test, ['ghcilink003'])
test('ghcilink004',
@@ -32,7 +32,7 @@ test('ghcilink005',
when(unregisterised(), fragile(16085)),
unless(doing_ghci, skip),
req_dynamic_lib_support,
- js_skip],
+ req_interp],
makefile_test, ['ghcilink005'])
test('ghcilink006',
@@ -41,7 +41,7 @@ test('ghcilink006',
# anymore. Will produce:
# dlopen(libstdc++.dylib, 5): image not found
when(opsys('darwin'), fragile(16083)),
- js_skip
+ req_interp
], makefile_test, ['ghcilink006'])
test('T3333',