Auto merge of #1462 - RalfJung:ignore-windows, r=RalfJung
fix some ignore-windows comments and make that more consistent
This commit is contained in:
commit
fd81012477
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
// error-pattern: unsupported operation: the main thread terminated without waiting for other threads
|
||||
|
||||
// Check that we terminate the program when the main thread terminates.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
// Joining a detached thread is undefined behavior.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
// Joining an already joined thread is undefined behavior.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
// Joining the main thread is undefined behavior.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
// Joining the same thread from multiple threads is undefined behavior.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
// Joining itself is undefined behavior.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//ignore-windows: Windows does not have a global environ list that the program can access directly
|
||||
// ignore-windows: Windows does not have a global environ list that the program can access directly
|
||||
|
||||
#[cfg(target_os="linux")]
|
||||
fn get_environ() -> *const *const u8 {
|
||||
|
@ -1,4 +1,4 @@
|
||||
//ignore-windows: Uses POSIX APIs
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//ignore-windows: Uses POSIX APIs
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//ignore-windows: Uses POSIX APIs
|
||||
// ignore-windows: No libc on Windows
|
||||
|
||||
#![feature(rustc_private)]
|
||||
extern crate libc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user