- Dec 24, 2018
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
This reverts commit 442be690.
-
Ben Gamari authored
-
Ben Gamari authored
I previously saw that T11627a timed out in all profiling ways when run against integer-simple. I suspect this is due to integer-simple's rather verbose heap representation. Let's see whether increasing the runtime timeout helps. Fixes test for #11627.
-
Ben Gamari authored
The retainer profiler no longer uses the C stack for its mark stack (#14758). Consequently even the small C stack provided on Darwin should be sufficient to run this test. See #11627
-
Ben Gamari authored
The representation of Integer depends upon the choice of integer backend whereas Char should be consistent.
-
Ben Gamari authored
Several of these expect to see Core coming from integer-gmp, which breaks with integer-simple. In service of fixing #16043.
-
Ben Gamari authored
As noted in #16091, arith011 fails when run against integer-simple with a "divide by zero" exception. This suggests that integer-gmp and integer-simple are handling division by zero differently.
-
Ben Gamari authored
The lack of types made the previous failure silent, sadly. Improves situation of #16043.
-
Ben Gamari authored
This is due to the failures documented in #16087. The condition here could be improved as it matches on `BUILD_FLAVOUR` instead of looking at the compiler flags. However, it's better than nothing and I hope we will be able to fix these issues before long.
-
- Dec 23, 2018
-
-
Ben Gamari authored
They aren't finishing correctly anyways.
-
Ben Gamari authored
This reverts commit e59439af. This is causing unexpected failures in some test ways. Further proof that no change is too trivial for CI.
-
Ben Gamari authored
The lack of types made the previous failure silent, sadly. Improves situation of #16043.
-
- Dec 22, 2018
-
-
Ben Gamari authored
As documented in #15382, this is known to fail in prof_hc_hb on i386. Concerningly, I have also seen this test non-deterministically fail in prof_hc_hb on amd64. We should really investigate this.
-
Ben Gamari authored
-
Ben Gamari authored
As noted in #15662, these used to be broken on Darwin due to a Clang toolchain bug. However, this bug appears to be fixed in the Clang shipped with macOS Mojave. Unfortunately, we don't really have any way to only mark it as broken on certain operation system releases so I am just removing the expect_broken entirely.
-
Ben Gamari authored
This is currently spuriously failing. Moreover, we have the Mac Mini builder running again so this is much less necessary now.
-
Ömer Sinan Ağacan authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Previously the toolchain directory was wiped away by git clean.
-
Ben Gamari authored
-
Ben Gamari authored
-
- Dec 21, 2018
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Previously the linters were tagged with x86_64-linux, meaning that linting jobs would often get stuck behind builds in the queue. Given that linting jobs are fairly low-cost they hold up later build stages it is important that we reduce this latency.
-
Ben Gamari authored
-
Ben Gamari authored
Our CircleCI builds will fail anyways without large instances.
-
Test Plan: Observe CircleCI Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5464
-
Ben Gamari authored
Due to #16073.
-
Gabor Greif authored
-
Ben Gamari authored
It turns out that the submodules hack is useful to ensure that CI works in forks. This reverts commit 90ceafa8.
-
Simon Peyton Jones authored
-