core: Ignore should_fail tests on win32
This commit is contained in:
@@ -1769,6 +1769,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
|
#[ignore(cfg(target_os = "win32"))]
|
||||||
fn test_from_bytes_fail() {
|
fn test_from_bytes_fail() {
|
||||||
let bb = [0xff_u8, 0xb8_u8, 0xa8_u8,
|
let bb = [0xff_u8, 0xb8_u8, 0xa8_u8,
|
||||||
0xe0_u8, 0xb9_u8, 0x84_u8,
|
0xe0_u8, 0xb9_u8, 0x84_u8,
|
||||||
@@ -1995,6 +1996,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
|
#[ignore(cfg(target_os = "win32"))]
|
||||||
fn test_windowed_() {
|
fn test_windowed_() {
|
||||||
let _x = windowed(0u, "abcd");
|
let _x = windowed(0u, "abcd");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1526,6 +1526,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
|
#[ignore(cfg(target_os = "win32"))]
|
||||||
fn test_windowed_() {
|
fn test_windowed_() {
|
||||||
let _x = windowed (0u, [1u,2u,3u,4u,5u,6u]);
|
let _x = windowed (0u, [1u,2u,3u,4u,5u,6u]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user