Skip to content

Commit ee7bdbe

Browse files
committed
---
yaml --- r: 6476 b: refs/heads/master c: 92f1e9f h: refs/heads/master v: v3
1 parent 14a8c1b commit ee7bdbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 90d27af42a7af82608363ad95456c88363a9c3da
2+
refs/heads/master: 92f1e9f1ab347087f4005c2e2fa5a2d805e1d888

trunk/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)