Skip to content

Commit f991050

Browse files
committed
Auto merge of #514 - RalfJung:patch-1, r=pietroalbini
Blacklist some spurious failures I don't know if these qualify as spurious failure, but the following two regressions showed up in a report recently and (as far as I can tell) do not have anything to do with the actual change: * https://crater-reports.s3.amazonaws.com/pr-71814/try%235fae8f15a4dcfce640ee800a4d495673524b0a4d/gh/luc-tielen.fire-emblem-rs/log.txt * https://crater-reports.s3.amazonaws.com/pr-71814/try%235fae8f15a4dcfce640ee800a4d495673524b0a4d/reg/xtp-0.1.0-alpha.4/log.txt The error in both cases is `sudo: setrlimit(RLIMIT_CORE): Operation not permitted`. Why that is a regression (i.e. why the "reference run" worked and only the changed run failed) I have no idea...
2 parents e3887ac + c8bf454 commit f991050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ treeflection = { skip-tests = true } # flaky test
118118
update_rate = { skip-tests = true } # flaky tests
119119
urdf-viz = { skip = true } # flaky build
120120
vidar = { skip-tests = true } # flaky test
121+
xtp = { skip = true } # setrlimit(RLIMIT_CORE): Operation not permitted
121122

122123
[github-repos]
123124
# "org_name/repo_name" = { option = true }
@@ -129,5 +130,6 @@ vidar = { skip-tests = true } # flaky test
129130
"kellymclaughlin/rust-quickcheck-example" = { skip-tests = true } # flaky tests
130131
"otaviopace/minigrep" = { skip-tests = true } # flaky tests
131132
"wischli/rpaillier" = { skip-tests = true } # flaky tests
133+
"luc-tielen/fire-emblem-rs" = { skip = true } # setrlimit(RLIMIT_CORE): Operation not permitted
132134

133135
[local-crates]

0 commit comments

Comments
 (0)