about summary refs log tree commit diff
path: root/src/test/compile-fail/panic-runtime
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-16 23:10:00 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-19 13:54:19 -0800
commite8f9d2d43a190074d52a0df40725ebd2c0fb0a9e (patch)
tree3119680164eca5ef18b4ad27d4b964b3f365c002 /src/test/compile-fail/panic-runtime
parentaedebfe77de30675826505572f36767e77dfba90 (diff)
downloadrust-e8f9d2d43a190074d52a0df40725ebd2c0fb0a9e.tar.gz
rust-e8f9d2d43a190074d52a0df40725ebd2c0fb0a9e.zip
travis: Get an emscripten builder online
This commit adds a new entry to the Travis matrix which will execute emscripten
test suites. Along the way it updates a few bits of the test suite to continue
passing on emscripten, such as:

* Ignoring i128/u128 tests as they're presumably just not working (didn't
  investigate as to why)
* Disabling a few process tests (not working on emscripten)
* Ignore some num tests in libstd (#39119)
* Fix some warnings when compiling
Diffstat (limited to 'src/test/compile-fail/panic-runtime')
-rw-r--r--src/test/compile-fail/panic-runtime/abort-link-to-unwind-dylib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/panic-runtime/abort-link-to-unwind-dylib.rs b/src/test/compile-fail/panic-runtime/abort-link-to-unwind-dylib.rs
index c3242a5082b..1fd60b15a72 100644
--- a/src/test/compile-fail/panic-runtime/abort-link-to-unwind-dylib.rs
+++ b/src/test/compile-fail/panic-runtime/abort-link-to-unwind-dylib.rs
@@ -10,6 +10,7 @@
 
 // compile-flags:-C panic=abort -C prefer-dynamic
 // ignore-musl - no dylibs here
+// ignore-emscripten
 // error-pattern:`panic_unwind` is not compiled with this crate's panic strategy
 
 // This is a test where the local crate, compiled with `panic=abort`, links to