Ignore some should_fail tests on win32

This commit is contained in:
Brian Anderson 2011-11-28 13:28:03 -08:00
parent 90d27af42a
commit 92f1e9f1ab
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ fn test_basic() {
#[test]
#[should_fail]
#[ignore(cfg(target_os = "win32"))]
fn test_overrun_get() {
let cv = malloc(16u);
@ -39,6 +40,7 @@ fn test_overrun_get() {
#[test]
#[should_fail]
#[ignore(cfg(target_os = "win32"))]
fn test_overrun_set() {
let cv = malloc(16u);