-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCO-emscriptenTarget: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
Description
These are the tests that are failing after #131705:
-
abi/numbers-arithmetic/return-float.rs
-- adding-Cpanic=abort
fixes the failure. The upstream bug report has a C++ reproducer. More reason it would be nice to resolve Support wasm exception handling for Emscripten target #112195. -
async-await/issue-60709.rs
-- Emscripten bug that occurs when-lc
and-Oz
are passed to the linker, can be reproduced withecho "fn main(){}" > a.rs rustc -Copt-level=z a.rs -o a.js --target=wasm32-unknown-emscripten
- backtrace/dylib-dep.rs -- "Not supported", xfailed in Emscripten: Xfail backtrace ui tests #131776
- backtrace/line-tables-only.rs -- "Not supported", xfailed in Emscripten: Xfail backtrace ui tests #131776
- no_std/no-std-unwind-binary.rs -- compiler says error: lang item required, but not found: eh_catch_typeinfo
- structs-enums/enum-rec/issue-17431-6.rs -- One of the two compiler errors is missing
- test-attrs/test-passed.rs
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCO-emscriptenTarget: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!