[Git][ghc/ghc][wip/slowtest] 28 commits: Bump Cabal submodule

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 11 19:36:58 UTC 2019



Ben Gamari pushed to branch wip/slowtest at Glasgow Haskell Compiler / GHC


Commits:
b1fe5750 by Ben Gamari at 2019-06-11T19:36:03Z
Bump Cabal submodule

(cherry picked from commit ff438786613f07df9b2d43eaeac49b13815d849d)

Metric Increase:
    haddock.Cabal

- - - - -
5a33cd10 by Ben Gamari at 2019-06-11T19:36:17Z
Bump time submodule to 1.9.3

(cherry picked from commit fdb07571036b1498800589d45b61781e6acdd368)

- - - - -
b394cfa6 by Ben Gamari at 2019-06-11T19:36:17Z
Bump terminfo to 0.4.1.4

(cherry picked from commit 1134488b4c9cef904ea82f22f1978646eea612df)

- - - - -
5f503bc0 by Ben Gamari at 2019-06-11T19:36:17Z
gitlab-ci: Test using slowtest in deb9-debug job

- - - - -
e815ac23 by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded ways

As noted in #16535.

- - - - -
af3a63e6 by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark T13167 as fragile in threaded2

As noted in #16536.

- - - - -
aa497e2a by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark T13910 as broken in optasm

Due to #16537.

- - - - -
27fc0177 by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark T14761c as broken in hpc and optasm ways

As noted in #16540.

- - - - -
4377f44b by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark T16180 as broken in ghci and ext-interp ways

As noted in #16541.

- - - - -
df4c591f by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Omit tcrun022 in hpc way

As noted in #16542, the expected rule doesn't fire. However, this
doesn't seem terribly surpring given the circumstances.

- - - - -
e606b08c by Ben Gamari at 2019-06-11T19:36:17Z
testsuite: Mark Overflow as broken in hpc way

As noted in #16543.

- - - - -
77576cd6 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Mark T2783 as fragile in threaded1

It was previously marked as broken but it passes non-deterministically.
See #2783.

- - - - -
f538a2e6 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Skip T7919 in ghci way

It times out pretty reliably. It's not clear that much is gained by
running this test in the ghci way anyways.

- - - - -
907e68b2 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Fix fragile_for test modifier

- - - - -
873b4c0a by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Fix omit_ways usage

omit_ways expects a list but this was broken in several cases.

- - - - -
8256f76f by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Mark threadstatus-T9333 as fragile in ghci way

As noted in #16555.

- - - - -
3c424dfb by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Omit profasm way for cc017

cc017 requires TH but we can't load dynamic profiled objects.

- - - - -
b6fd0634 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Skip T493 in ghci way.

T493 tests #493, which is an FFI test. FFI tests should be skipped
in ghci way.

- - - - -
26254cd0 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Mark T16449_2 as broken due to #16742

- - - - -
da0cd963 by Ben Gamari at 2019-06-11T19:36:18Z
testsuite: Mark T16737 as broken in ghci way due to #16541

- - - - -
83f3b630 by Ben Gamari at 2019-06-11T19:36:19Z
testsuite: Note intentional typo in T7130

I earlier accidentally corrected it breaking the test.

- - - - -
35b2a9b9 by Ben Gamari at 2019-06-11T19:36:19Z
linters/check-makefiles: Limit lint to Makefiles

Previously we would apply this rule, which is only intended for
testsuite Makefiles, to all files. This lead to a number of
false-positives in all.T files.

- - - - -
70b1a304 by Ben Gamari at 2019-06-11T19:36:19Z
gitlab-ci: Fetch submodules before running submodule linter

- - - - -
21cbcf33 by Ben Gamari at 2019-06-11T19:36:19Z
Fix uses of #ifdef/#ifndef

The linter now enforces our preference for `#if defined()` and
`#if !defined()`.

- - - - -
3f11bbd2 by Ben Gamari at 2019-06-11T19:36:19Z
Bump unix submodule

Marks posix002 as fragile in threaded2 way due to #16550.

- - - - -
fbfa8095 by Ben Gamari at 2019-06-11T19:36:19Z
process: Bump submodule

 * Skip process005 in ghci way
 * Mark process002 as fragile in threaded2

- - - - -
cbe00035 by Ben Gamari at 2019-06-11T19:36:19Z
testsuite: Skip cgrun078 in ghci way

This test requires FFI usage.

- - - - -
4325cce5 by Ben Gamari at 2019-06-11T19:36:19Z
testsuite: Unbreak galois_raytrace on i386

galois_raytrace was previously broken on i386 due to use of x87
arithmethic on that platform. However,
42504f4a575395a35eec5c3fd7c9ef6e2b54e68e removes x87 support; this
resulted in an unexpected pass. Unmark this test as broken.

- - - - -


30 changed files:

- .gitlab-ci.yml
- .gitlab/linters/check-makefiles.py
- .gitlab/linters/linter.py
- aclocal.m4
- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs
- hadrian/src/Rules/Generate.hs
- includes/ghc.mk
- libraries/Cabal
- libraries/base/tests/all.T
- libraries/process
- libraries/terminfo
- libraries/time
- libraries/unix
- testsuite/driver/testlib.py
- testsuite/tests/codeGen/should_run/all.T
- testsuite/tests/concurrent/should_run/all.T
- testsuite/tests/dependent/should_compile/all.T
- testsuite/tests/driver/T4437.hs
- testsuite/tests/driver/all.T
- testsuite/tests/ffi/should_compile/all.T
- testsuite/tests/ffi/should_run/all.T
- testsuite/tests/lib/integer/all.T
- testsuite/tests/programs/barton-mangler-bug/test.T
- testsuite/tests/programs/galois_raytrace/test.T
- testsuite/tests/rts/all.T
- testsuite/tests/th/all.T
- testsuite/tests/typecheck/should_compile/all.T
- testsuite/tests/typecheck/should_run/all.T
- testsuite/tests/utils/should_run/all.T
- testsuite/tests/warnings/should_compile/all.T


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/b4ef27bb15edb9cf2ab0e06704f2646c5101add0...4325cce5b7c06788a8ddf30793c0fb0aa8c8fb1b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/b4ef27bb15edb9cf2ab0e06704f2646c5101add0...4325cce5b7c06788a8ddf30793c0fb0aa8c8fb1b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190611/5c4c45ba/attachment.html>


More information about the ghc-commits mailing list