diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2016-08-05 15:28:26 +0000 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2016-08-05 15:28:49 +0000 |
commit | 253fc3888dc170feb8adcd05067020a2ee1ea53e (patch) | |
tree | a55559886a18a6cc1a715b63c5f7b3437eb2b637 /testsuite/tests/perf/compiler/all.T | |
parent | 8fe1672a9c4229b884b8dcebb9be57efa4c1fdb8 (diff) | |
download | haskell-253fc3888dc170feb8adcd05067020a2ee1ea53e.tar.gz |
Temporarily mark T1969 perf test as broken (#12437)
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 4efc409b26..e9e2493d20 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -28,7 +28,8 @@ setTestOpts(no_lint) # really changed, then you know there's an issue. test('T1969', - [compiler_stats_num_field('peak_megabytes_allocated', # Note [residency] + [expect_broken(12437), + compiler_stats_num_field('peak_megabytes_allocated', # Note [residency] [(wordsize(32), 30, 15), # 2010-05-17 14 (x86/Windows) # 15 (x86/OS X) |