diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-02-24 09:09:30 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-02-24 09:09:40 -0500 |
commit | 5b187ab84005e0bbc5699290116c5a186414ff7f (patch) | |
tree | db0be35e5776687016103b8a1b38b554f49baac5 /testsuite/tests/perf | |
parent | 4a9d856d21c67b3328e26aa68a071ec9a824a7bb (diff) | |
download | haskell-5b187ab84005e0bbc5699290116c5a186414ff7f.tar.gz |
Revert "testsuite: Mark tests affected by #19025"
This reverts commit 4a9d856d21c67b3328e26aa68a071ec9a824a7bb.
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index f4b3fe4448..07aab0afca 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -2,10 +2,6 @@ # See testsuite/driver/testlib.py. setTestOpts(no_lint) -# The allocations of some tests seem to be remarkably sensitive to which Darwin -# runner they run on (#19025). Disable them. -fragile_on_darwin = when(opsys('darwin'), skip) - test('T1969', [# expect_broken(12437), collect_compiler_residency(20), @@ -116,8 +112,7 @@ test('T5837', test('T6048', [ only_ways(['optasm']), - fragile_on_darwin, - collect_compiler_stats('bytes allocated',2) + collect_compiler_stats('bytes allocated',2) ], compile,['']) @@ -204,7 +199,6 @@ test('T12227', test('T12425', [ only_ways(['optasm']), - fragile_on_darwin, collect_compiler_stats('bytes allocated', 1) ], compile, @@ -212,7 +206,6 @@ test('T12425', test('T12234', [ only_ways(['optasm']), - fragile_on_darwin, collect_compiler_stats('bytes allocated', 2), ], compile, @@ -228,7 +221,6 @@ test('T12545', test('T13035', [ only_ways(['normal']), - fragile_on_darwin, collect_compiler_stats('bytes allocated', 1), ], compile, @@ -254,7 +246,6 @@ test('T12707', # to avoid spurious errors. test('T12150', [ only_ways(['optasm']), - fragile_on_darwin, collect_compiler_stats('bytes allocated', 2) ], compile, @@ -416,7 +407,6 @@ test ('T18140', ['-v0 -O']) test('T10421', [ only_ways(['normal']), - fragile_on_darwin, collect_compiler_stats('bytes allocated', 1) ], multimod_compile, @@ -445,9 +435,7 @@ test ('T18223', compile, ['-v0 -O']) test ('T18923', - [ collect_compiler_stats('bytes allocated',2), - fragile_on_darwin, - ], + [ collect_compiler_stats('bytes allocated',2) ], compile, ['-v0 -O']) test ('T16577', |