File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 625405562c278cb2e45bec6805f13d2c1de8049e
2
+ refs/heads/master: 07d0af151a5c2acf283b960eb34d769b0fb06c29
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ pub fn test_ranges() {
412
412
413
413
#[ test]
414
414
#[ should_fail]
415
+ #[ ignore( cfg( windows) ) ]
415
416
fn test_range_step_zero_step( ) {
416
417
for range_step( 0 , 10 , 0 ) |_i| { }
417
418
}
Original file line number Diff line number Diff line change @@ -397,11 +397,13 @@ pub fn test_ranges() {
397
397
398
398
#[ test]
399
399
#[ should_fail]
400
+ #[ ignore( cfg( windows) ) ]
400
401
fn test_range_step_zero_step_up( ) {
401
402
for range_step( 0 , 10 , 0 ) |_i| { }
402
403
}
403
404
#[ test]
404
405
#[ should_fail]
406
+ #[ ignore( cfg( windows) ) ]
405
407
fn test_range_step_zero_step_down( ) {
406
408
for range_step( 0 , -10 , 0 ) |_i| { }
407
409
}
You can’t perform that action at this time.
0 commit comments