This commit is contained in:
Brian Anderson 2016-09-08 01:58:00 +00:00
parent 10a52d507d
commit 37abec06e5
6 changed files with 8 additions and 6 deletions

View file

@ -18,7 +18,7 @@
// system allocator. Do this by linking in jemalloc and making sure that we get
// an error.
// ignore-emscripten TODO: What "other allocator" should we use for emcc?
// ignore-emscripten FIXME: What "other allocator" should we use for emcc?
#![feature(alloc_jemalloc)]

View file

@ -16,7 +16,7 @@
// Ensure that rust dynamic libraries use jemalloc as their allocator, verifying
// by linking in the system allocator here and ensuring that we get a complaint.
// ignore-emscripten TODO: What "other allocator" is correct for emscripten?
// ignore-emscripten FIXME: What "other allocator" is correct for emscripten?
#![feature(alloc_system)]

View file

@ -12,7 +12,7 @@
// error-pattern:thread 'test_foo' panicked at
// compile-flags: --test
// ignore-pretty: does not work well with `--test`
// ignore-emscripten
// ignore-emscripten
#[test]
fn test_foo() {

View file

@ -12,7 +12,7 @@
// error-pattern:thread 'test_foo' panicked at
// compile-flags: --test
// ignore-pretty: does not work well with `--test`
// ignore-emscripten
// ignore-emscripten
#[test]
#[should_panic(expected = "foobar")]