Adding fuchsia-ignore and needs-unwind to compiler test cases
This commit is contained in:
parent
c97d02cdb5
commit
810cce85aa
9 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
// run-pass
|
// run-pass
|
||||||
// ignore-emscripten no processes
|
// ignore-emscripten no processes
|
||||||
// ignore-sgx no processes
|
// ignore-sgx no processes
|
||||||
|
// ignore-fuchsia Needs directory creation privilege
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// run-pass
|
// run-pass
|
||||||
// ignore-emscripten no processes
|
// ignore-emscripten no processes
|
||||||
// ignore-sgx no processes
|
// ignore-sgx no processes
|
||||||
|
// ignore-fuchsia Child I/O swaps not privileged
|
||||||
|
|
||||||
// Previously libstd would set stdio descriptors of a child process
|
// Previously libstd would set stdio descriptors of a child process
|
||||||
// by `dup`ing the requested descriptors to inherit directly into the
|
// by `dup`ing the requested descriptors to inherit directly into the
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
// ignore-emscripten no processes
|
// ignore-emscripten no processes
|
||||||
// ignore-sgx no processes
|
// ignore-sgx no processes
|
||||||
|
// ignore-fuchsia Filesystem manipulation privileged
|
||||||
|
|
||||||
use std::io::prelude::*;
|
use std::io::prelude::*;
|
||||||
use std::io;
|
use std::io;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// run-pass
|
// run-pass
|
||||||
|
// ignore-fuchsia Test must be run out-of-process
|
||||||
|
|
||||||
#![feature(test)]
|
#![feature(test)]
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
// exec-env:RUST_BACKTRACE=0
|
// exec-env:RUST_BACKTRACE=0
|
||||||
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
||||||
// ignore-emscripten no threads support
|
// ignore-emscripten no threads support
|
||||||
|
// needs-unwind
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn thready_pass() {
|
fn thready_pass() {
|
||||||
|
|
|
@ -10,7 +10,7 @@ fee
|
||||||
fie
|
fie
|
||||||
foe
|
foe
|
||||||
fum
|
fum
|
||||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:31:5
|
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:32:5
|
||||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
// exec-env:RUST_BACKTRACE=0
|
// exec-env:RUST_BACKTRACE=0
|
||||||
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
||||||
// ignore-emscripten no threads support
|
// ignore-emscripten no threads support
|
||||||
|
// needs-unwind
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn thready_pass() {
|
fn thready_pass() {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-nocapture.rs:31:5
|
thread 'main' panicked at 'explicit panic', $DIR/test-thread-nocapture.rs:32:5
|
||||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
// ignore-wasm32-bare networking not available
|
// ignore-wasm32-bare networking not available
|
||||||
// ignore-sgx ToSocketAddrs cannot be used for DNS Resolution
|
// ignore-sgx ToSocketAddrs cannot be used for DNS Resolution
|
||||||
|
// ignore-fuchsia Req. test-harness networking privileges
|
||||||
|
|
||||||
use std::net::ToSocketAddrs;
|
use std::net::ToSocketAddrs;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue