]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 7 Jan 2023 19:43:20 +0000 (20:43 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 19:43:20 +0000 (20:43 +0100)
commit3d18c4d62d50df273efa8c4b66a12aa010827640
treea3d9bd1ef58ea91f1e94843e949e93ae40154eb9
parentd7519c363994d87a05efb2041bb2bbbdda55e9ef
parent9553a4d439ffcf239c12142a78aa9923058e8a78
Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco

Fix process-panic-after-fork.rs to pass on newer versions of Android.

The test process-panic-after-fork.rs was checking that abort() resulted in SIGSEGV on Android. This non-standard behavior was fixed back in 2013, so let's fix the test to also accept the standard behavior on Android.