Skip to content

Commit a0a8c45

Browse files
committed
Ignore questionable tests
1 parent 7fdf1fd commit a0a8c45

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Diff for: src/range.rs

+1
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ fn test_u128_opt_len() {
429429
// when using the `opt_len` "indexed" mode.
430430
#[test]
431431
#[cfg(target_pointer_width = "64")]
432+
#[ignore]
432433
fn test_usize_i64_overflow() {
433434
use crate::ThreadPoolBuilder;
434435
use std::i64;

Diff for: src/range_inclusive.rs

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ fn test_u128_opt_len() {
353353
// when using the `opt_len` "indexed" mode.
354354
#[test]
355355
#[cfg(target_pointer_width = "64")]
356+
#[ignore]
356357
fn test_usize_i64_overflow() {
357358
use crate::ThreadPoolBuilder;
358359
use std::i64;

Diff for: tests/octillion.rs

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fn two_threads<F: Send + FnOnce() -> R, R: Send>(f: F) -> R {
6868
}
6969

7070
#[test]
71+
#[ignore]
7172
#[cfg_attr(
7273
any(
7374
not(target_pointer_width = "64"),
@@ -85,6 +86,7 @@ fn find_last_octillion() {
8586
}
8687

8788
#[test]
89+
#[ignore]
8890
#[cfg_attr(
8991
any(
9092
not(target_pointer_width = "64"),
@@ -99,6 +101,7 @@ fn find_last_octillion_inclusive() {
99101
}
100102

101103
#[test]
104+
#[ignore]
102105
#[cfg_attr(
103106
any(
104107
not(target_pointer_width = "64"),

0 commit comments

Comments
 (0)