diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-11-23 08:57:35 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-11-29 03:11:25 -0500 |
commit | ab23dc5e04a79f160e22869cbf604b59e885fd30 (patch) | |
tree | 2bb681b45d125680a46b9b37fdf11ea1ba803860 /testsuite/tests/unboxedsums | |
parent | 02e282ec8ab2fb3d28c754ca7967f79c70a48c4a (diff) | |
download | haskell-ab23dc5e04a79f160e22869cbf604b59e885fd30.tar.gz |
testsuite: Mark unpack_sums_6 as fragile due to #22504
This test is explicitly dependent upon runtime, which is generally not
appropriate given that the testsuite is run in parallel and generally
saturates the CPU.
Diffstat (limited to 'testsuite/tests/unboxedsums')
-rw-r--r-- | testsuite/tests/unboxedsums/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T index 0d887c60ed..7327dbcfec 100644 --- a/testsuite/tests/unboxedsums/all.T +++ b/testsuite/tests/unboxedsums/all.T @@ -45,7 +45,7 @@ test('unpack_sums_2', normal, compile, ['-O']) test('unpack_sums_3', normal, compile_and_run, ['-O']) test('unpack_sums_4', normal, compile_and_run, ['-O']) test('unpack_sums_5', normal, compile, ['-O']) -test('unpack_sums_6', normal, compile_and_run, ['-O']) +test('unpack_sums_6', fragile(22504), compile_and_run, ['-O']) test('unpack_sums_7', [], makefile_test, []) test('unpack_sums_8', normal, compile_and_run, [""]) test('unpack_sums_9', normal, compile, [""]) |