Skip to content

Commit 92f1e9f

Browse files
committed
Ignore some should_fail tests on win32
1 parent 90d27af commit 92f1e9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/stdtest/c_vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fn test_basic() {
3131

3232
#[test]
3333
#[should_fail]
34+
#[ignore(cfg(target_os = "win32"))]
3435
fn test_overrun_get() {
3536
let cv = malloc(16u);
3637

@@ -39,6 +40,7 @@ fn test_overrun_get() {
3940

4041
#[test]
4142
#[should_fail]
43+
#[ignore(cfg(target_os = "win32"))]
4244
fn test_overrun_set() {
4345
let cv = malloc(16u);
4446

0 commit comments

Comments
 (0)