Skip to content

Commit

Permalink
Ignore questionable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Aug 27, 2023
1 parent 7fdf1fd commit a0a8c45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ fn test_u128_opt_len() {
// when using the `opt_len` "indexed" mode.
#[test]
#[cfg(target_pointer_width = "64")]
#[ignore]
fn test_usize_i64_overflow() {
use crate::ThreadPoolBuilder;
use std::i64;
Expand Down
1 change: 1 addition & 0 deletions src/range_inclusive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ fn test_u128_opt_len() {
// when using the `opt_len` "indexed" mode.
#[test]
#[cfg(target_pointer_width = "64")]
#[ignore]
fn test_usize_i64_overflow() {
use crate::ThreadPoolBuilder;
use std::i64;
Expand Down
3 changes: 3 additions & 0 deletions tests/octillion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fn two_threads<F: Send + FnOnce() -> R, R: Send>(f: F) -> R {
}

#[test]
#[ignore]
#[cfg_attr(
any(
not(target_pointer_width = "64"),
Expand All @@ -85,6 +86,7 @@ fn find_last_octillion() {
}

#[test]
#[ignore]
#[cfg_attr(
any(
not(target_pointer_width = "64"),
Expand All @@ -99,6 +101,7 @@ fn find_last_octillion_inclusive() {
}

#[test]
#[ignore]
#[cfg_attr(
any(
not(target_pointer_width = "64"),
Expand Down

0 comments on commit a0a8c45

Please sign in to comment.