summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-10-17 17:37:21 +0200
committerSylvain Henry <sylvain@haskus.fr>2022-10-17 17:37:21 +0200
commitf38835472ddf4cea0a0ca2612d066d2ec8f1f603 (patch)
tree343a4babe3dec2c7e7c374363a8e1860389b9972
parentf7d84d1cd6648de9986a7a3326774d4dc7d5fa7c (diff)
downloadhaskell-f38835472ddf4cea0a0ca2612d066d2ec8f1f603.tar.gz
Disable ghc-heap tests
-rw-r--r--libraries/ghc-heap/tests/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-heap/tests/all.T b/libraries/ghc-heap/tests/all.T
index 504eb58857..bce11d6278 100644
--- a/libraries/ghc-heap/tests/all.T
+++ b/libraries/ghc-heap/tests/all.T
@@ -1,3 +1,5 @@
+setTestOpts(js_skip) # ghc-heap not supported by the JS backend
+
test('heap_all',
[when(have_profiling(), extra_ways(['prof'])),
# These ways produce slightly different heap representations.