Unignore some working emscripten tests

This commit is contained in:
Brian Anderson 2016-09-27 21:07:17 +00:00
parent d997a6291f
commit 21b987ea08
7 changed files with 0 additions and 7 deletions

View file

@ -12,7 +12,6 @@
// compile-flags:--test
// check-stdout
// ignore-pretty: does not work well with `--test`
// ignore-emscripten Needs threads.
mod m {
pub fn exported() {}

View file

@ -10,7 +10,6 @@
// compile-flags:--test
// ignore-pretty turns out the pretty-printer doesn't handle gensym'd things...
// ignore-emscripten
mod tests {
use super::*;

View file

@ -10,7 +10,6 @@
// compile-flags: --test
// no-pretty-expanded
// ignore-emscripten
#![deny(unstable)]

View file

@ -9,7 +9,6 @@
// except according to those terms.
// write_volatile causes an LLVM assert with composite types
// ignore-emscripten write_volatile doesn't work on arrays of structs?
#![feature(volatile)]
use std::ptr::{read_volatile, write_volatile};

View file

@ -7,7 +7,6 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-emscripten Right side of comparison is screwed up. No idea how.
use std::mem;

View file

@ -7,7 +7,6 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-emscripten needs threads?
#![feature(test)]

View file

@ -10,7 +10,6 @@
// compile-flags: --test
// ignore-pretty: does not work well with `--test`
// ignore-emscripten needs threads?
#[test]
#[should_panic(expected = "foo")]