From b92c6238e6e1c918fdfdb4c3cd3b339e1902aa60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:37:48 +0000 Subject: [PATCH] build(deps): bump rustix from 0.38.23 to 0.38.24 (#30738) * build(deps): bump rustix from 0.38.23 to 0.38.24 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.23 to 0.38.24. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.23...v0.38.24) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update expectation for column-count-crash.https.html The test has been intermittently crashing on CI but only for legacy layout - see #30741 Signed-off-by: Mukilan Thiyagarajan --------- Signed-off-by: dependabot[bot] Signed-off-by: Mukilan Thiyagarajan Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mukilan Thiyagarajan --- Cargo.lock | 4 ++-- .../css/css-paint-api/column-count-crash.https.html.ini | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tests/wpt/meta-legacy-layout/css/css-paint-api/column-count-crash.https.html.ini diff --git a/Cargo.lock b/Cargo.lock index 3f6f024f2e5..fa8c4260bc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4663,9 +4663,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.23" +version = "0.38.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb93593068e9babdad10e4fce47dc9b3ac25315a72a59766ffd9e9a71996a04" +checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" dependencies = [ "bitflags 2.4.1", "errno", diff --git a/tests/wpt/meta-legacy-layout/css/css-paint-api/column-count-crash.https.html.ini b/tests/wpt/meta-legacy-layout/css/css-paint-api/column-count-crash.https.html.ini new file mode 100644 index 00000000000..542a8d738c3 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-paint-api/column-count-crash.https.html.ini @@ -0,0 +1,2 @@ +[column-count-crash.https.html] + expected: [PASS, CRASH]