Skip to content

Commit 8975cd1

Browse files
committed
---
yaml --- r: 41954 b: refs/heads/master c: 07d0af1 h: refs/heads/master v: v3
1 parent 0965851 commit 8975cd1

File tree

3 files changed

+4
-1
lines changed

3 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: 625405562c278cb2e45bec6805f13d2c1de8049e
2+
refs/heads/master: 07d0af151a5c2acf283b960eb34d769b0fb06c29
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcore/int-template.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ pub fn test_ranges() {
412412

413413
#[test]
414414
#[should_fail]
415+
#[ignore(cfg(windows))]
415416
fn test_range_step_zero_step() {
416417
for range_step(0,10,0) |_i| {}
417418
}

trunk/src/libcore/uint-template.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,13 @@ pub fn test_ranges() {
397397

398398
#[test]
399399
#[should_fail]
400+
#[ignore(cfg(windows))]
400401
fn test_range_step_zero_step_up() {
401402
for range_step(0,10,0) |_i| {}
402403
}
403404
#[test]
404405
#[should_fail]
406+
#[ignore(cfg(windows))]
405407
fn test_range_step_zero_step_down() {
406408
for range_step(0,-10,0) |_i| {}
407409
}

0 commit comments

Comments
 (0)