Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
99868a86
by Jens Petersen at 2025-04-29T18:36:44-04:00
2 changed files:
Changes:
| ... | ... | @@ -226,8 +226,8 @@ tested in CI. If you use an untested flavour such as "Quick" then you run the |
| 226 | 226 | risk that not all tests will pass. In particular you can rely on the `validate`
|
| 227 | 227 | and `perf` flavours being tested but no others.
|
| 228 | 228 | |
| 229 | -`build selftest` runs tests of the build system. The current test coverage
|
|
| 230 | -is close to zero (see [#197][test-issue]).
|
|
| 229 | +`build selftest` (no longer enabled by default) runs tests of the build system.
|
|
| 230 | +The current test coverage is close to zero (see [#197][test-issue]).
|
|
| 231 | 231 | |
| 232 | 232 | #### Running linters
|
| 233 | 233 |
| ... | ... | @@ -27,7 +27,7 @@ flag threaded |
| 27 | 27 | -- See also #21913
|
| 28 | 28 | flag selftest
|
| 29 | 29 | manual: True
|
| 30 | - default: True
|
|
| 30 | + default: False
|
|
| 31 | 31 | description: Enables the hadrian selftest rules which require
|
| 32 | 32 | QuickCheck. Disabling it thus saves on a few dependencies
|
| 33 | 33 | which can be problematic when bootstrapping.
|