From 0ff1c5017d7d32cc92ac1ac6f54e12471658d167 Mon Sep 17 00:00:00 2001 From: Josh Meredith <joshmeredith2008@gmail.com> Date: Tue, 13 Jun 2023 08:43:52 +0000 Subject: [PATCH] JS: remove js_broken(22576) in favour of the pre-existing wordsize(32) condition (#22576) --- testsuite/tests/perf/compiler/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 56729a6e3f6a..6158fae7a9cc 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -658,7 +658,7 @@ test('T21839c', ['-O']) test ('InfiniteListFusion', - [collect_stats('bytes allocated',2), when(wordsize(32), skip), js_broken(22576)], + [collect_stats('bytes allocated',2), when(wordsize(32), skip)], compile_and_run, ['-O2 -package ghc']) -- GitLab