diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-07 06:44:16 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-09 18:03:38 -0500 |
commit | 411ba7baafa8a3e0428b51f35189e0dc5d34d76c (patch) | |
tree | ed9c28aeb79bfca843ace9d85da34cc9fc1a2c12 | |
parent | dcb23ec96917bdb07951508f4c1c5eb71a2d4603 (diff) | |
download | haskell-411ba7baafa8a3e0428b51f35189e0dc5d34d76c.tar.gz |
testsuite: Mark T11627b as fragile
It was previously marked as broken due to #12236 however it passes for
me locally while failing on CI.
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index a56223d848..b711055667 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -124,8 +124,7 @@ test('T11627a', [ extra_ways(extra_prof_ways), test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC , extra_ways(extra_prof_ways) , when(opsys('darwin'), skip) - , when(opsys('mingw32'), - expect_broken_for(12236, ['prof_hc_hb'])) + , when(opsys('mingw32'), fragile_for(12236, ['prof_hc_hb'])) ] , compile_and_run , ['']) |