[Git][ghc/ghc][wip/slowtest] 32 commits: Comments only: document newtypes' DataConWrapId

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 11 05:12:42 UTC 2019



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


Commits:
0345b1b0 by Richard Eisenberg at 2019-06-11T03:52:10Z
Comments only: document newtypes' DataConWrapId

- - - - -
58a5d728 by David Eichmann at 2019-06-11T03:52:50Z
Refactor the rules for .hi and .o into a single rule using `&%>` #16764

Currently the rule for .hi files just triggers (via need) the rule
for the .o file, and .o rule generates both the .o and .hi file.
Likewise for .o-boot and .hi-boot files. This is a bit of an abuse
of Shake, and in fact shake supports rules with multiple output
with the &%> function. This exact use case appears in Neil
Mitchell's paper *Shake Before Building* section 6.3.

- - - - -
2f945086 by Ben Gamari at 2019-06-11T03:53:25Z
testsuite: Fix and extend closure_size test

This was previously broken in several ways. This is fixed and it also
now tests arrays. Unfortunately I was unable to find a way to continue
testing PAP and FUN sizes; these simply depend too much upon the
behavior of the simplifier.

I also tried to extend this to test non-empty arrays as well but
unfortunately this was non-trivial as the array card size constant isn't
readily available from haskell.

Fixes #16531.

- - - - -
e5d275f4 by Ben Gamari at 2019-06-11T03:53:25Z
ghc-heap: Add closure_size_noopt test

This adds a new test, only run in the `normal` way, to verify the size
of FUNs and PAPs.

- - - - -
dc2dbc74 by Ben Gamari at 2019-06-11T05:10:31Z
Bump binary to 0.8.7.0

(cherry picked from commit 983ada70a013c7642a751f6e41587ff95b57d0f8)

- - - - -
2be6a695 by Ben Gamari at 2019-06-11T05:10:31Z
Bump Cabal submodule

(cherry picked from commit ff438786613f07df9b2d43eaeac49b13815d849d)

- - - - -
ac14154e by Ben Gamari at 2019-06-11T05:10:31Z
Bump time submodule to 1.9.3

(cherry picked from commit fdb07571036b1498800589d45b61781e6acdd368)

- - - - -
5b1263aa by Ben Gamari at 2019-06-11T05:10:31Z
Bump terminfo to 0.4.1.4

(cherry picked from commit 1134488b4c9cef904ea82f22f1978646eea612df)

- - - - -
db013e8b by Ben Gamari at 2019-06-11T05:10:31Z
gitlab-ci: Test using slowtest in deb9-debug job

- - - - -
341e278d by Ben Gamari at 2019-06-11T05:10:31Z
testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded ways

As noted in #16535.

- - - - -
efd6368f by Ben Gamari at 2019-06-11T05:10:44Z
testsuite: Mark T13167 as fragile in threaded2

As noted in #16536.

- - - - -
d1b73ef3 by Ben Gamari at 2019-06-11T05:10:45Z
testsuite: Mark T13910 as broken in optasm

Due to #16537.

- - - - -
8ce526dc by Ben Gamari at 2019-06-11T05:10:45Z
testsuite: Mark T14761c as broken in hpc and optasm ways

As noted in #16540.

- - - - -
3339bb68 by Ben Gamari at 2019-06-11T05:10:45Z
testsuite: Mark T16180 as broken in ghci and ext-interp ways

As noted in #16541.

- - - - -
b45fae47 by Ben Gamari at 2019-06-11T05:10:45Z
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.

- - - - -
7e67186e by Ben Gamari at 2019-06-11T05:10:45Z
testsuite: Mark Overflow as broken in hpc way

As noted in #16543.

- - - - -
bc597885 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Mark T2783 as fragile in threaded1

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

- - - - -
212c725c by Ben Gamari at 2019-06-11T05:10:53Z
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.

- - - - -
963e3ba1 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Fix fragile_for test modifier

- - - - -
8b3b9564 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Fix omit_ways usage

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

- - - - -
1c8eaee6 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Mark threadstatus-T9333 as fragile in ghci way

As noted in #16555.

- - - - -
1e39638b by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Omit profasm way for cc017

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

- - - - -
691714f4 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Skip T493 in ghci way.

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

- - - - -
6c08a515 by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Mark T16449_2 as broken due to #16742

- - - - -
090385ff by Ben Gamari at 2019-06-11T05:10:53Z
testsuite: Mark T16737 as broken in ghci way due to #16541

- - - - -
949cc87a by Ben Gamari at 2019-06-11T05:11:58Z
testsuite: Note intentional typo in T7130

I earlier accidentally corrected it breaking the test.

- - - - -
348bac59 by Ben Gamari at 2019-06-11T05:12:34Z
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.

- - - - -
17561d0e by Ben Gamari at 2019-06-11T05:12:34Z
gitlab-ci: Fetch submodules before running submodule linter

- - - - -
5ef86d21 by Ben Gamari at 2019-06-11T05:12:34Z
Fix uses of #ifdef/#ifndef

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

- - - - -
a645f5d5 by Ben Gamari at 2019-06-11T05:12:34Z
Bump unix submodule

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

- - - - -
cab147e5 by Ben Gamari at 2019-06-11T05:12:35Z
process: Bump submodule

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

- - - - -
b4ef27bb by Ben Gamari at 2019-06-11T05:12:35Z
testsuite: Skip cgrun078 in ghci way

This test requires FFI usage.

- - - - -


30 changed files:

- .gitlab-ci.yml
- .gitlab/linters/check-makefiles.py
- .gitlab/linters/linter.py
- aclocal.m4
- compiler/basicTypes/MkId.hs
- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs
- hadrian/src/Rules/Compile.hs
- hadrian/src/Rules/Generate.hs
- includes/ghc.mk
- libraries/Cabal
- libraries/base/tests/all.T
- libraries/binary
- + libraries/ghc-heap/tests/ClosureSizeUtils.hs
- libraries/ghc-heap/tests/all.T
- libraries/ghc-heap/tests/closure_size.hs
- + libraries/ghc-heap/tests/closure_size_noopt.hs
- 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


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/6d4c87523a635d447e7a0e20f4708eca4b35f39d...b4ef27bb15edb9cf2ab0e06704f2646c5101add0

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/6d4c87523a635d447e7a0e20f4708eca4b35f39d...b4ef27bb15edb9cf2ab0e06704f2646c5101add0
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/ed3eb590/attachment.html>


More information about the ghc-commits mailing list