summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 37a6fdb2f9..14cd4cce94 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -42,6 +42,7 @@ test('T4801',
[collect_compiler_stats('bytes allocated',2),
only_ways(['normal']),
extra_hc_opts('-static'),
+ when(arch('wasm32') and unregisterised(), fragile(23290))
],
compile,
[''])
@@ -657,7 +658,7 @@ test('T21839c',
['-O'])
test ('InfiniteListFusion',
- [collect_stats('bytes allocated',2), when(arch('i386'), skip), js_broken(22576)],
+ [collect_stats('bytes allocated',2), when(wordsize(32), skip), js_broken(22576)],
compile_and_run,
['-O2 -package ghc'])