Skip to content

Commit 46d8039

Browse files
committed
---
yaml --- r: 27951 b: refs/heads/try c: 907f5b4 h: refs/heads/master i: 27949: 93997e4 27947: 3eb2635 27943: 255da57 27935: d1c3ec3 v: v3
1 parent 862950c commit 46d8039

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
@@ -2,7 +2,7 @@
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5-
refs/heads/try: ce3cc46ce602990b39f76344a2132b2c2db122dd
5+
refs/heads/try: 907f5b46729f646b037727751885fdc04ef62560
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df

branches/try/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)