about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorFlorian Bartels <Florian.Bartels@elektrobit.com>2022-09-23 09:41:12 +0200
committerFlorian Bartels <Florian.Bartels@elektrobit.com>2022-09-23 09:41:12 +0200
commit0be3cc82345b22c898fb46a93e69fa7b1f6c710f (patch)
tree305b8566a91dc227b5e2c08eb18a5794282b60fe /src/test
parent10f3657936e3aec6671b8135ec34e8ba69d12899 (diff)
downloadrust-0be3cc82345b22c898fb46a93e69fa7b1f6c710f.tar.gz
rust-0be3cc82345b22c898fb46a93e69fa7b1f6c710f.zip
ignore test cases when checking emscripten
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/extern-flag/empty-extern-arg.rs1
-rw-r--r--src/test/ui/panic-handler/weak-lang-item.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/extern-flag/empty-extern-arg.rs b/src/test/ui/extern-flag/empty-extern-arg.rs
index a371afb128c..2f4ae7d8e70 100644
--- a/src/test/ui/extern-flag/empty-extern-arg.rs
+++ b/src/test/ui/extern-flag/empty-extern-arg.rs
@@ -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() {}
diff --git a/src/test/ui/panic-handler/weak-lang-item.rs b/src/test/ui/panic-handler/weak-lang-item.rs
index aef5e1b2c1c..14a07a9ef1b 100644
--- a/src/test/ui/panic-handler/weak-lang-item.rs
+++ b/src/test/ui/panic-handler/weak-lang-item.rs
@@ -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]