File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2478,6 +2478,7 @@ BOOST_AUTO_TEST_CASE(regression_switches_20231125)
2478
2478
2479
2479
2480
2480
// The re-assembled matrix B is inaccurate.
2481
+ #if BUILD_DOUBLE
2481
2482
BOOST_AUTO_TEST_CASE (regression_switches_20231220)
2482
2483
{
2483
2484
auto m = 4 ;
@@ -2540,10 +2541,12 @@ BOOST_AUTO_TEST_CASE(regression_switches_20231220)
2540
2541
2541
2542
BOOST_CHECK (!caller.swapped_p );
2542
2543
}
2544
+ #endif
2543
2545
2544
2546
2545
2547
// Check if lapack#965 was fixed (the DBBCSD termination criterion is too
2546
2548
// loose).
2549
+ #if BUILD_DOUBLE
2547
2550
BOOST_AUTO_TEST_CASE (regression_switches_20231226)
2548
2551
{
2549
2552
auto m = 3 ;
@@ -2595,6 +2598,7 @@ BOOST_AUTO_TEST_CASE(regression_switches_20231226)
2595
2598
2596
2599
BOOST_CHECK (!caller.swapped_p );
2597
2600
}
2601
+ #endif
2598
2602
2599
2603
2600
2604
// expect failures because xLANGE overflows when it should not
You can’t perform that action at this time.
0 commit comments