[Git][ghc/ghc][wip/slowtest] 31 commits: base: Mark CPUTime001 as fragile

Ben Gamari gitlab at gitlab.haskell.org
Mon Jun 10 13:53:21 UTC 2019



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


Commits:
1a3420ca by Ben Gamari at 2019-06-10T11:59:41Z
base: Mark CPUTime001 as fragile

As noted in #16224, CPUTime001 has been quite problematic, reporting
non-monotonic timestamps in CI. Unfortunately I've been unable to
reproduce this locally.

- - - - -
9bc10993 by Vladislav Zavialov at 2019-06-10T12:00:16Z
Print role annotations in TemplateHaskell brackets (#16718)

- - - - -
664fcfc2 by Ben Gamari at 2019-06-10T13:39:27Z
Bump binary to 0.8.7.0

(cherry picked from commit 983ada70a013c7642a751f6e41587ff95b57d0f8)

- - - - -
0605edd7 by Ben Gamari at 2019-06-10T13:45:17Z
Bump Cabal submodule

(cherry picked from commit ff438786613f07df9b2d43eaeac49b13815d849d)

- - - - -
777f9720 by Ben Gamari at 2019-06-10T13:45:29Z
Bump time submodule to 1.9.3

(cherry picked from commit fdb07571036b1498800589d45b61781e6acdd368)

- - - - -
e20c3814 by Ben Gamari at 2019-06-10T13:45:33Z
Bump terminfo to 0.4.1.4

(cherry picked from commit 1134488b4c9cef904ea82f22f1978646eea612df)

- - - - -
4a7e8ac4 by Ben Gamari at 2019-06-10T13:51:11Z
gitlab-ci: Test using slowtest in deb9-debug job

- - - - -
814f1bfd by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded ways

As noted in #16535.

- - - - -
7882f56a by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Make closureSize less sensitive to optimisation

- - - - -
b3510047 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T13167 as fragile in threaded2

As noted in #16536.

- - - - -
bbc0685f by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T13910 as broken in optasm

Due to #16537.

- - - - -
f9c647ad by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T14761c as broken in hpc and optasm ways

As noted in #16540.

- - - - -
6ec96ae9 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T16180 as broken in ghci and ext-interp ways

As noted in #16541.

- - - - -
a020feac by Ben Gamari at 2019-06-10T13:51:11Z
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.

- - - - -
aa9da3bb by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark Overflow as broken in hpc way

As noted in #16543.

- - - - -
384b22f9 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark closure_size as broken in threaded2, optasm, dyn ways

As noted in #16531.

- - - - -
cced78c2 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T2783 as fragile in threaded1

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

- - - - -
5ac39ec6 by Ben Gamari at 2019-06-10T13:51:11Z
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.

- - - - -
658199cc by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Fix fragile_for test modifier

- - - - -
3b7b5615 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Fix omit_ways usage

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

- - - - -
64b1684d by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark threadstatus-T9333 as fragile in ghci way

As noted in #16555.

- - - - -
e22a9e40 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Omit profasm way for cc017

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

- - - - -
cdc07511 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Skip T493 in ghci way.

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

- - - - -
da9df85d by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T16449_2 as broken due to #16742

- - - - -
aa153477 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Mark T16737 as broken in ghci way due to #16541

- - - - -
12961344 by Ben Gamari at 2019-06-10T13:51:11Z
testsuite: Fix typo in flags of T7130

- - - - -
02c77b52 by Ben Gamari at 2019-06-10T13:51:11Z
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.

- - - - -
be55be34 by Ben Gamari at 2019-06-10T13:51:12Z
gitlab-ci: Fetch submodules before running submodule linter

- - - - -
57052b9c by Ben Gamari at 2019-06-10T13:51:12Z
Fix uses of #ifdef/#ifndef

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

- - - - -
9c1ed9f5 by Ben Gamari at 2019-06-10T13:51:12Z
Bump unix submodule

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

- - - - -
6dcc5073 by Ben Gamari at 2019-06-10T13:52:08Z
process: Bump submodule

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

- - - - -


30 changed files:

- .gitlab-ci.yml
- .gitlab/linters/check-makefiles.py
- .gitlab/linters/linter.py
- aclocal.m4
- compiler/hsSyn/HsDecls.hs
- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs
- hadrian/src/Rules/Generate.hs
- includes/ghc.mk
- libraries/Cabal
- libraries/base/tests/all.T
- libraries/binary
- libraries/ghc-heap/tests/all.T
- libraries/ghc-heap/tests/closure_size.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
- + testsuite/tests/roles/should_compile/T16718.hs
- + testsuite/tests/roles/should_compile/T16718.stderr
- testsuite/tests/roles/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/2ed991846914bd7e8abf97501edd26d8f5b4df9f...6dcc5073f3a19243569eae6dda31ffec689586fc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/2ed991846914bd7e8abf97501edd26d8f5b4df9f...6dcc5073f3a19243569eae6dda31ffec689586fc
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/20190610/65566a01/attachment.html>


More information about the ghc-commits mailing list