UI failures fix

This commit is contained in:
Umesh Kalappa 2019-10-20 23:48:05 -07:00 committed by BaoshanPang
parent f466f52c1b
commit eb6d757cb0
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 {