Skip to content

Commit

Permalink
ignore test cases when checking emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
flba-eb committed Sep 23, 2022
1 parent 10f3657 commit 0be3cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/extern-flag/empty-extern-arg.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// compile-flags: --extern std=
// error-pattern: extern location for std does not exist
// needs-unwind since it affects the error output
// ignore-emscripten missing eh_catch_typeinfo lang item

fn main() {}
1 change: 1 addition & 0 deletions src/test/ui/panic-handler/weak-lang-item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// error-pattern: `#[panic_handler]` function required, but not found
// error-pattern: language item required, but not found: `eh_personality`
// needs-unwind since it affects the error output
// ignore-emscripten missing eh_catch_typeinfo lang item

#![no_std]

Expand Down

0 comments on commit 0be3cc8

Please sign in to comment.