提交 21b987ea 编写于 作者: B Brian Anderson

Unignore some working emscripten tests

上级 d997a629
......@@ -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() {}
......
......@@ -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::*;
......
......@@ -10,7 +10,6 @@
// compile-flags: --test
// no-pretty-expanded
// ignore-emscripten
#![deny(unstable)]
......
......@@ -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};
......
......@@ -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;
......
......@@ -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)]
......
......@@ -10,7 +10,6 @@
// compile-flags: --test
// ignore-pretty: does not work well with `--test`
// ignore-emscripten needs threads?
#[test]
#[should_panic(expected = "foo")]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册