Rollup merge of #65729 - Wind-River:master_003, r=alexcrichton

Update test cases for vxWorks
This commit is contained in:
Mazdak Farrokhzad 2019-10-24 20:20:04 +02:00 committed by GitHub
commit efa50378d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,8 @@ mod rusti {
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "solaris"))]
target_os = "solaris",
target_os = "vxworks"))]
mod m {
#[main]
#[cfg(target_arch = "x86")]

View File

@ -7,6 +7,7 @@
// ignore-wasm32-bare no libc
// ignore-windows
// ignore-sgx no libc
// ignore-vxworks no SIGWINCH in user space
#![feature(rustc_private)]
extern crate libc;

View File

@ -40,7 +40,8 @@ struct Outer {
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "solaris"))]
target_os = "solaris",
target_os = "vxworks"))]
mod m {
#[cfg(target_arch = "x86")]
pub mod m {