Skip to content

Commit de4f8db

Browse files
committed
---
yaml --- r: 23373 b: refs/heads/master c: 907f5b4 h: refs/heads/master i: 23371: 86997af v: v3
1 parent f2236ae commit de4f8db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ce3cc46ce602990b39f76344a2132b2c2db122dd
2+
refs/heads/master: 907f5b46729f646b037727751885fdc04ef62560
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/managed.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ impl<T> Data<T> {
6262
}
6363

6464
#[test]
65+
#[ignore(cfg(windows))]
6566
#[should_fail]
6667
fn test_mut_in_imm() {
6768
let m = Managed(1);
@@ -73,6 +74,7 @@ fn test_mut_in_imm() {
7374
}
7475

7576
#[test]
77+
#[ignore(cfg(windows))]
7678
#[should_fail]
7779
fn test_imm_in_mut() {
7880
let m = Managed(1);
@@ -129,6 +131,7 @@ fn test_const_in_imm() {
129131

130132

131133
#[test]
134+
#[ignore(cfg(windows))]
132135
#[should_fail]
133136
fn test_mut_in_imm_in_const() {
134137
let m = Managed(1);

0 commit comments

Comments
 (0)