# HG changeset patch # User Markus Mützel # Date 1617898442 -7200 # Node ID 526a5ba817ca03a741c4ed530fddcc4e1d33fb80 # Parent 71b074e7519869b9fa5a996dc1a3e4e5fd812077 Don't mark BISTs specific for Mac and Windows as fixed. * libinterp/corefcn/mappers.cc: Remove "*" from BISTs that are run specifically only on Mac and Windows and are "allowed" to fail on those platforms. diff -r 71b074e75198 -r 526a5ba817ca libinterp/corefcn/mappers.cc --- a/libinterp/corefcn/mappers.cc Thu Apr 08 00:16:13 2021 -0400 +++ b/libinterp/corefcn/mappers.cc Thu Apr 08 18:14:02 2021 +0200 @@ -133,7 +133,7 @@ %! v = [0, pi, pi/2, pi/2]; %! assert (real (acos (x)), v); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac and %! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac () && ! ispc ()), return; endif @@ -164,7 +164,7 @@ %! v = [0, pi/2*i, pi*i, pi/2*i]; %! assert (acosh (x), v, sqrt (eps)); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac. %! ## Mac trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif @@ -187,7 +187,7 @@ %! v = single ([0, pi/2*i, pi*i, pi/2*i]); %! assert (acosh (x), v, sqrt (eps ("single"))); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac. %! ## Mac trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif @@ -208,7 +208,7 @@ %! v = [0, pi, pi/2, -pi/2]; %! assert (imag (acosh (x)), v); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac and %! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac () && ! ispc ()), return; endif @@ -336,7 +336,7 @@ %! v = [pi/2, -pi/2, 0, -0]; %! assert (real (asin (x)), v); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac and %! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac () && ! ispc ()), return; endif @@ -379,7 +379,7 @@ %! v = [0, 0, pi/2, -pi/2]; %! assert (imag (asinh (x)), v); -%!test <*52627> +%!test <52627> %! ## Same test code as above, but intended only for test statistics on Mac and %! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac () && ! ispc ()), return; endif