about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-10-17 18:45:42 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-10-17 18:46:38 -0700
commitd9ecdfe3a7a579b9ec89355168f13760c670d4d4 (patch)
treef0145aaa0339cfbcfa8e9bb355ed07f6b307d634 /src/test/run-pass/thinlto
parent0be6863a15f5aacacb287ca490823ab3b7ceb302 (diff)
downloadrust-d9ecdfe3a7a579b9ec89355168f13760c670d4d4.tar.gz
rust-d9ecdfe3a7a579b9ec89355168f13760c670d4d4.zip
test: Update Emscripten failures/passing
All tests should now have annotation for *why* they're ignored on emscripten. A
few tests no longer need such an annotation as well!

Closes #41299
Diffstat (limited to 'src/test/run-pass/thinlto')
-rw-r--r--src/test/run-pass/thinlto/thin-lto-inlines.rs2
-rw-r--r--src/test/run-pass/thinlto/thin-lto-inlines2.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/thinlto/thin-lto-inlines.rs b/src/test/run-pass/thinlto/thin-lto-inlines.rs
index 3135a682d86..7a71dd2bc51 100644
--- a/src/test/run-pass/thinlto/thin-lto-inlines.rs
+++ b/src/test/run-pass/thinlto/thin-lto-inlines.rs
@@ -10,7 +10,7 @@
 
 // compile-flags: -Z thinlto -C codegen-units=8 -O
 // min-llvm-version 4.0
-// ignore-emscripten
+// ignore-emscripten can't inspect instructions on emscripten
 
 // We want to assert here that ThinLTO will inline across codegen units. There's
 // not really a great way to do that in general so we sort of hack around it by
diff --git a/src/test/run-pass/thinlto/thin-lto-inlines2.rs b/src/test/run-pass/thinlto/thin-lto-inlines2.rs
index ed899d2b115..0e8ad08a5f6 100644
--- a/src/test/run-pass/thinlto/thin-lto-inlines2.rs
+++ b/src/test/run-pass/thinlto/thin-lto-inlines2.rs
@@ -12,7 +12,7 @@
 // aux-build:thin-lto-inlines-aux.rs
 // min-llvm-version 4.0
 // no-prefer-dynamic
-// ignore-emscripten
+// ignore-emscripten can't inspect instructions on emscripten
 
 // We want to assert here that ThinLTO will inline across codegen units. There's
 // not really a great way to do that in general so we sort of hack around it by