Skip to content

Commit 21b987e

Browse files
committed
Unignore some working emscripten tests
1 parent d997a62 commit 21b987e

7 files changed

+0
-7
lines changed

src/test/run-fail/run-unexported-tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// compile-flags:--test
1313
// check-stdout
1414
// ignore-pretty: does not work well with `--test`
15-
// ignore-emscripten Needs threads.
1615

1716
mod m {
1817
pub fn exported() {}

src/test/run-pass/issue-16597.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// compile-flags:--test
1212
// ignore-pretty turns out the pretty-printer doesn't handle gensym'd things...
13-
// ignore-emscripten
1413

1514
mod tests {
1615
use super::*;

src/test/run-pass/issue-20823.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// compile-flags: --test
1212
// no-pretty-expanded
13-
// ignore-emscripten
1413

1514
#![deny(unstable)]
1615

src/test/run-pass/issue-29663.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// write_volatile causes an LLVM assert with composite types
12-
// ignore-emscripten write_volatile doesn't work on arrays of structs?
1312

1413
#![feature(volatile)]
1514
use std::ptr::{read_volatile, write_volatile};

src/test/run-pass/packed-struct-vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
// ignore-emscripten Right side of comparison is screwed up. No idea how.
1110

1211
use std::mem;
1312

src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
// ignore-emscripten needs threads?
1110

1211
#![feature(test)]
1312

src/test/run-pass/test-should-fail-good-message.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// compile-flags: --test
1212
// ignore-pretty: does not work well with `--test`
13-
// ignore-emscripten needs threads?
1413

1514
#[test]
1615
#[should_panic(expected = "foo")]

0 commit comments

Comments
 (0)