about summary refs log tree commit diff
path: root/src/test/ui/hashmap
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-05-08 00:39:02 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-05-08 00:39:02 +0900
commit9a164ff4c59e19afbbc13072676d06aa2f70942e (patch)
treed35ea499270d3deaac76c95045c281eedaf2e0a0 /src/test/ui/hashmap
parent82cb88b7777f370eb0afd84459f53ded6627061b (diff)
downloadrust-9a164ff4c59e19afbbc13072676d06aa2f70942e.tar.gz
rust-9a164ff4c59e19afbbc13072676d06aa2f70942e.zip
Skip tests on emscripten
Diffstat (limited to 'src/test/ui/hashmap')
-rw-r--r--src/test/ui/hashmap/hashmap-capacity-overflow.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/hashmap/hashmap-capacity-overflow.rs b/src/test/ui/hashmap/hashmap-capacity-overflow.rs
index 0e904b7b6a4..5f88683f4ad 100644
--- a/src/test/ui/hashmap/hashmap-capacity-overflow.rs
+++ b/src/test/ui/hashmap/hashmap-capacity-overflow.rs
@@ -1,5 +1,6 @@
 // run-fail
 // error-pattern:capacity overflow
+// ignore-emscripten no processes
 
 use std::collections::hash_map::HashMap;
 use std::usize;