changeset 30324:49c8538c64c4

update bug status Modified files: mappers.cc, which.m, bug-61191.tst, and bug-61201.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 23 Nov 2021 09:57:51 -0500
parents f69f749aad9b
children f18f5cae2b06
files libinterp/corefcn/mappers.cc scripts/help/which.m test/bug-61191/bug-61191.tst test/bug-61201.tst
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mappers.cc	Tue Nov 23 09:53:44 2021 -0500
+++ b/libinterp/corefcn/mappers.cc	Tue Nov 23 09:57:51 2021 -0500
@@ -165,7 +165,7 @@
 %! v = [0, pi/2*i, pi*i, pi/2*i];
 %! assert (acosh (x), v, sqrt (eps));
 
-%!testif ; ismac ()   <52627>
+%!testif ; ismac ()   <*52627>
 %! ## Same test code as above, but intended only for test statistics on Mac.
 %! ## Mac trig/hyperbolic functions have huge tolerances.
 %! x = [1, 0, -1, 0];
@@ -187,7 +187,7 @@
 %! v = single ([0, pi/2*i, pi*i, pi/2*i]);
 %! assert (acosh (x), v, sqrt (eps ("single")));
 
-%!testif ; ismac ()   <52627>
+%!testif ; ismac ()   <*52627>
 %! ## Same test code as above, but intended only for test statistics on Mac.
 %! ## Mac trig/hyperbolic functions have huge tolerances.
 %! x = single ([1, 0, -1, 0]);
--- a/scripts/help/which.m	Tue Nov 23 09:53:44 2021 -0500
+++ b/scripts/help/which.m	Tue Nov 23 09:57:51 2021 -0500
@@ -93,7 +93,7 @@
 %!test
 %! str = which ("fftw");
 %! assert (str(end-7:end), "fftw.oct");
-%!assert <49434> (which ("inputParser"), file_in_loadpath ("inputParser.m"));
+%!assert <*49434> (which ("inputParser"), file_in_loadpath ("inputParser.m"));
 %!test
 %! x = 3;
 %! str = which ("x");
--- a/test/bug-61191/bug-61191.tst	Tue Nov 23 09:53:44 2021 -0500
+++ b/test/bug-61191/bug-61191.tst	Tue Nov 23 09:57:51 2021 -0500
@@ -23,7 +23,7 @@
 ##
 ########################################################################
 
-%!test <61191>
+%!test <*61191>
 %! unwind_protect
 %!   addpath ("subdir");
 %!   omc_1 = rand (3, 1);
--- a/test/bug-61201.tst	Tue Nov 23 09:53:44 2021 -0500
+++ b/test/bug-61201.tst	Tue Nov 23 09:57:51 2021 -0500
@@ -53,12 +53,12 @@
 %!  end_try_catch
 %!endfunction
 
-%!assert<61201> (test_conditional_lines ("while"), 8)
+%!assert<*61201> (test_conditional_lines ("while"), 8)
 
-%!assert<61201> (test_conditional_lines ("if"), 18)
+%!assert<*61201> (test_conditional_lines ("if"), 18)
 
-%!assert<61201> (test_conditional_lines ("elseif"), 23)
+%!assert<*61201> (test_conditional_lines ("elseif"), 23)
 
 ## Because the DO-UNTIL statement is not part of Matlab it is not
 ## eligible for Matlab-style short-circuit behavior in Octave.
-%!assert<61201> (test_conditional_lines ("until"), -42)
+%!assert<*61201> (test_conditional_lines ("until"), -42)