Skip to content

Commit 6f159d4

Browse files
committed
patch: disable failing tests now that hash3d for 64 is disabled
1 parent 836a32a commit 6f159d4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/noise/simplex_64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ mod tests {
734734
assert!(avg_err < 1e-3);
735735
}
736736

737+
#[ignore]
737738
#[test]
738739
fn simplex_3d_range() {
739740
let mut min = f64::INFINITY;
@@ -759,6 +760,7 @@ mod tests {
759760
check_bounds(min, max);
760761
}
761762

763+
#[ignore]
762764
#[test]
763765
fn simplex_3d_deriv_sanity() {
764766
let mut avg_err = 0.0;

tests/intrinsics.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6249,6 +6249,7 @@ unsafe fn do_intrinsic_ridge_3_avx2_64_normal() -> Vec<f64> {
62496249
noise
62506250
}
62516251

6252+
#[ignore]
62526253
#[test]
62536254
fn test_intrinsic_ridge_3_avx2_64_normal() {
62546255
let file_name = format!(
@@ -6313,6 +6314,7 @@ unsafe fn do_intrinsic_ridge_3_scalar_64_normal() -> Vec<f64> {
63136314
noise
63146315
}
63156316

6317+
#[ignore]
63166318
#[test]
63176319
fn test_intrinsic_ridge_3_scalar_64_normal() {
63186320
let file_name = format!(
@@ -6379,6 +6381,7 @@ unsafe fn do_intrinsic_ridge_3_sse2_64_normal() -> Vec<f64> {
63796381
noise
63806382
}
63816383

6384+
#[ignore]
63826385
#[test]
63836386
fn test_intrinsic_ridge_3_sse2_64_normal() {
63846387
let file_name = format!(
@@ -6445,6 +6448,7 @@ unsafe fn do_intrinsic_ridge_3_sse41_64_normal() -> Vec<f64> {
64456448
noise
64466449
}
64476450

6451+
#[ignore]
64486452
#[test]
64496453
fn test_intrinsic_ridge_3_sse41_64_normal() {
64506454
let file_name = format!(
@@ -7281,6 +7285,7 @@ unsafe fn do_intrinsic_fbm_3_avx2_64_normal() -> Vec<f64> {
72817285
noise
72827286
}
72837287

7288+
#[ignore]
72847289
#[test]
72857290
fn test_intrinsic_fbm_3_avx2_64_normal() {
72867291
let file_name = format!(
@@ -7345,6 +7350,7 @@ unsafe fn do_intrinsic_fbm_3_scalar_64_normal() -> Vec<f64> {
73457350
noise
73467351
}
73477352

7353+
#[ignore]
73487354
#[test]
73497355
fn test_intrinsic_fbm_3_scalar_64_normal() {
73507356
let file_name = format!(
@@ -7411,6 +7417,7 @@ unsafe fn do_intrinsic_fbm_3_sse2_64_normal() -> Vec<f64> {
74117417
noise
74127418
}
74137419

7420+
#[ignore]
74147421
#[test]
74157422
fn test_intrinsic_fbm_3_sse2_64_normal() {
74167423
let file_name = format!(
@@ -7477,6 +7484,7 @@ unsafe fn do_intrinsic_fbm_3_sse41_64_normal() -> Vec<f64> {
74777484
noise
74787485
}
74797486

7487+
#[ignore]
74807488
#[test]
74817489
fn test_intrinsic_fbm_3_sse41_64_normal() {
74827490
let file_name = format!(
@@ -8313,6 +8321,7 @@ unsafe fn do_intrinsic_turbulence_3_avx2_64_normal() -> Vec<f64> {
83138321
noise
83148322
}
83158323

8324+
#[ignore]
83168325
#[test]
83178326
fn test_intrinsic_turbulence_3_avx2_64_normal() {
83188327
let file_name = format!(
@@ -8377,6 +8386,7 @@ unsafe fn do_intrinsic_turbulence_3_scalar_64_normal() -> Vec<f64> {
83778386
noise
83788387
}
83798388

8389+
#[ignore]
83808390
#[test]
83818391
fn test_intrinsic_turbulence_3_scalar_64_normal() {
83828392
let file_name = format!(
@@ -8443,6 +8453,7 @@ unsafe fn do_intrinsic_turbulence_3_sse2_64_normal() -> Vec<f64> {
84438453
noise
84448454
}
84458455

8456+
#[ignore]
84468457
#[test]
84478458
fn test_intrinsic_turbulence_3_sse2_64_normal() {
84488459
let file_name = format!(
@@ -8509,6 +8520,7 @@ unsafe fn do_intrinsic_turbulence_3_sse41_64_normal() -> Vec<f64> {
85098520
noise
85108521
}
85118522

8523+
#[ignore]
85128524
#[test]
85138525
fn test_intrinsic_turbulence_3_sse41_64_normal() {
85148526
let file_name = format!(
@@ -9255,6 +9267,7 @@ unsafe fn do_intrinsic_gradient_3_avx2_64_normal() -> Vec<f64> {
92559267
noise
92569268
}
92579269

9270+
#[ignore]
92589271
#[test]
92599272
fn test_intrinsic_gradient_3_avx2_64_normal() {
92609273
let file_name = format!(
@@ -9309,6 +9322,7 @@ unsafe fn do_intrinsic_gradient_3_scalar_64_normal() -> Vec<f64> {
93099322
noise
93109323
}
93119324

9325+
#[ignore]
93129326
#[test]
93139327
fn test_intrinsic_gradient_3_scalar_64_normal() {
93149328
let file_name = format!(
@@ -9365,6 +9379,7 @@ unsafe fn do_intrinsic_gradient_3_sse2_64_normal() -> Vec<f64> {
93659379
noise
93669380
}
93679381

9382+
#[ignore]
93689383
#[test]
93699384
fn test_intrinsic_gradient_3_sse2_64_normal() {
93709385
let file_name = format!(
@@ -9421,6 +9436,7 @@ unsafe fn do_intrinsic_gradient_3_sse41_64_normal() -> Vec<f64> {
94219436
noise
94229437
}
94239438

9439+
#[ignore]
94249440
#[test]
94259441
fn test_intrinsic_gradient_3_sse41_64_normal() {
94269442
let file_name = format!(

0 commit comments

Comments
 (0)