diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-05-14 16:36:52 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-15 10:45:40 -0400 |
commit | af986f9dfb49db5544e4d670cde9a9a70a9a1223 (patch) | |
tree | 758b07e3b6c7d025ef39f7d7cb28da50056b340c | |
parent | 1154c9b6332342e0447ab64c082b016862bc97da (diff) | |
download | haskell-af986f9dfb49db5544e4d670cde9a9a70a9a1223.tar.gz |
testsuite: Disable T14697 on Windows
Test Plan: Validate on Windows
Subscribers: thomie, carter
GHC Trac Issues: #14697, #15072
Differential Revision: https://phabricator.haskell.org/D4619
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 7718551b8f..5ef5a3df10 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -1236,6 +1236,8 @@ test('T14697', # initial: 635573784 # 2018-02-23: 337290376 Cache the fingerprint of sOpt_P ]), + # This generates too large of a command-line for poor Windows + when(opsys('mingw32'), expect_broken(15072)), pre_cmd('./genT14697'), extra_files(['genT14697']), extra_hc_opts('$(cat T14697-flags)'), # 10k -optP arguments |