Unignore some working emscripten tests
This commit is contained in:
parent
d997a6291f
commit
21b987ea08
7 changed files with 0 additions and 7 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue