changeset 28606:6d593c511edd stable

maint: update bug status of tests marked with bug numbers
author John W. Eaton <jwe@octave.org>
date Thu, 30 Jul 2020 00:21:51 -0400
parents 69cba42a01ca
children b9bf7a6bb8de 7b2f5b2ddbdb
files libinterp/parse-tree/pt-tm-const.cc test/fcn-handle/bug58519.tst test/io.tst test/nest/nest.tst
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-tm-const.cc	Wed Jul 29 13:14:40 2020 -0700
+++ b/libinterp/parse-tree/pt-tm-const.cc	Thu Jul 30 00:21:51 2020 -0400
@@ -935,11 +935,11 @@
 %!shared es
 %! es = struct ("a", {});
 %!
-%!assert <58695> ([1; es.a; 3], [1; 3])
-%!test <58695>
+%!assert <*58695> ([1; es.a; 3], [1; 3])
+%!test <*58695>
 %! fail ("undefined element in matrix list", "[1; my_undef(), 3]");
 %!
-%!assert <58695> ([es.a; es.a; 3], 3)
-%!test <58695>
+%!assert <*58695> ([es.a; es.a; 3], 3)
+%!test <*58695>
 %! fail ("undefined element in matrix list", "[my_undef(); my_undef(); 3]")
 */
--- a/test/fcn-handle/bug58519.tst	Wed Jul 29 13:14:40 2020 -0700
+++ b/test/fcn-handle/bug58519.tst	Thu Jul 30 00:21:51 2020 -0400
@@ -1,4 +1,4 @@
-%!test <58519>
+%!test <*58519>
 %! fieldname = "a";
 %! structure = struct (fieldname, 42);
 %! anonfunc = @ () structure.(fieldname);
--- a/test/io.tst	Wed Jul 29 13:14:40 2020 -0700
+++ b/test/io.tst	Thu Jul 30 00:21:51 2020 -0400
@@ -923,7 +923,7 @@
 %!assert <*53148> (double (sprintf ("B\0B")), [66, 0, 66])
 %!assert <*53148> (sscanf ("B\0B 13", "B\0B %d"), 13)
 
-%!test <58055>
+%!test <*58055>
 %!  w_modes = {"wb", "wt"};
 %!  r_modes = {"rb", "rt"};
 %!  f_texts = {"foo\nbar\nbaz\n", "foo\rbar\rbaz\r", "foo\r\nbar\r\nbaz\r\n"};
--- a/test/nest/nest.tst	Wed Jul 29 13:14:40 2020 -0700
+++ b/test/nest/nest.tst	Thu Jul 30 00:21:51 2020 -0400
@@ -41,7 +41,7 @@
 ##        worked.  The output of "script_nest" is unassigned. This got
 ##        revealed by fixing bug #58686.
 
-%!xtest <58691> assert (script_nest (), 5)
+%!xtest <*58691> assert (script_nest (), 5)
 
 %!assert (arg_ret (), 10)