[commit: ghc] master: testsuite: Disable T14697 on Windows (af986f9)

git at git.haskell.org git at git.haskell.org
Tue May 15 17:05:47 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/af986f9dfb49db5544e4d670cde9a9a70a9a1223/ghc

>---------------------------------------------------------------

commit af986f9dfb49db5544e4d670cde9a9a70a9a1223
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon May 14 16:36:52 2018 -0400

    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


>---------------------------------------------------------------

af986f9dfb49db5544e4d670cde9a9a70a9a1223
 testsuite/tests/perf/compiler/all.T | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7718551..5ef5a3d 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



More information about the ghc-commits mailing list