]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge