[Git][ghc/ghc][master] 2 commits: Mark setnumcapabilities001 fragile
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Feb 28 10:58:54 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
f84a8cd4 by Bryan Richter at 2023-02-28T05:58:37-05:00
Mark setnumcapabilities001 fragile
- - - - -
29a04d6e by Bryan Richter at 2023-02-28T05:58:37-05:00
Allow nightly-x86_64-linux-deb10-validate+thread_sanitizer to fail
See #22520
- - - - -
3 changed files:
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
- testsuite/tests/concurrent/should_run/all.T
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -857,7 +857,9 @@ job_groups =
, validateBuilds Amd64 (Linux Debian10) nativeInt
, fastCI (validateBuilds Amd64 (Linux Debian10) unreg)
, fastCI (validateBuilds Amd64 (Linux Debian10) debug)
- , modifyValidateJobs manual tsan_jobs
+ , -- Nightly allowed to fail: #22520
+ modifyNightlyJobs allowFailure
+ (modifyValidateJobs manual tsan_jobs)
, -- Nightly allowed to fail: #22343
modifyNightlyJobs allowFailure
(modifyValidateJobs manual (validateBuilds Amd64 (Linux Debian10) noTntc))
=====================================
.gitlab/jobs.yaml
=====================================
@@ -1333,7 +1333,7 @@
".gitlab/ci.sh clean",
"cat ci_timings"
],
- "allow_failure": false,
+ "allow_failure": true,
"artifacts": {
"expire_in": "8 weeks",
"paths": [
=====================================
testsuite/tests/concurrent/should_run/all.T
=====================================
@@ -241,7 +241,8 @@ test('setnumcapabilities001',
extra_run_opts('8 12 2000'),
when(have_thread_sanitizer(), expect_broken(18808)),
req_target_smp,
- req_ghc_smp
+ req_ghc_smp,
+ fragile(22989)
],
compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d0c7bbedb741e6bf947bcdc0e097070242ab56e1...29a04d6e6e999bf907ba01ea0cb2f3af9f76f558
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d0c7bbedb741e6bf947bcdc0e097070242ab56e1...29a04d6e6e999bf907ba01ea0cb2f3af9f76f558
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/20230228/5c1ea036/attachment-0001.html>
More information about the ghc-commits
mailing list