diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-05-08 23:38:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-08 23:38:16 -0400 |
commit | 85bfd0c384a1ea12ebb8aa8e56e9dbcab6d60f4c (patch) | |
tree | 7cb8873006010d1c62c1c9c7b5342d89bed71e06 /testsuite | |
parent | 372995364c52eef15066132d7d1ea8b6760034e6 (diff) | |
download | haskell-85bfd0c384a1ea12ebb8aa8e56e9dbcab6d60f4c.tar.gz |
testsuite: Fix attribution of "Don't seq unfoldings" regression
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index a5ef47e9bf..a5dd1ae64f 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -755,7 +755,7 @@ test('T9675', # 2016-03-14 38776008 Final demand analyzer run # 2016-04-01 29871032 Fix leaks in demand analysis # 2016-04-30 17675240 Fix leaks in tidy unfoldings - # 2017-05-08 25381032 Fix negative zero (see #13211) + # 2017-05-08 25381032 CoreTidy: Don't seq unfoldings (wordsize(32), 18043224, 15) # 2015-07-11 15341228 (x86/Linux, 64-bit machine) use +RTS -G1 # 2016-04-06 18043224 (x86/Linux, 64-bit machine) @@ -773,7 +773,7 @@ test('T9675', # 2016-04-14 144 Final demand analyzer run # 2016-07-26 121 Unboxed sums? # 2017-04-30 63 Fix leaks in tidy unfoldings - # 2017-05-08 94 Fix negative zero (see #13211) + # 2017-05-08 94 CoreTidy: Don't seq unfoldings (wordsize(32), 56, 15) # 2015-07-11 56 (x86/Linux, 64-bit machine) use +RTS -G1 ]), |