changeset 28011:b31a118729ed

update bug status for tests Files affected: pr-output.cc, griddatan.m, legend.m, movstd.m, movvar.m, and bug-53956.tst.
author John W. Eaton <jwe@octave.org>
date Sun, 26 Jan 2020 23:16:24 -0500
parents 4f00900ac621
children 9a965fec21c1
files libinterp/corefcn/pr-output.cc scripts/geometry/griddatan.m scripts/plot/appearance/legend.m scripts/statistics/movstd.m scripts/statistics/movvar.m test/bug-53956/bug-53956.tst
diffstat 6 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Sun Jan 26 19:28:56 2020 -0800
+++ b/libinterp/corefcn/pr-output.cc	Sun Jan 26 23:16:24 2020 -0500
@@ -3287,7 +3287,7 @@
 }
 
 /*
-%!test <56941>
+%!test <*56941>
 %! [old_fmt, old_spacing] = format ();
 %! unwind_protect
 %!   format short;
@@ -3305,14 +3305,14 @@
 %!   format (old_spacing);
 %! end_unwind_protect
 
-%!test <57003>
+%!test <*57003>
 %! x = ones (2,1,3);
 %! s = rats (x,4);
 %! assert (ndims (s) == 2);
 %! assert (rows (s) == 2);
 %! assert (columns (s) == 3 * 6);
 
-%!assert <57004> (rats ([]), '')
+%!assert <*57004> (rats ([]), '')
 
 */
 
--- a/scripts/geometry/griddatan.m	Sun Jan 26 19:28:56 2020 -0800
+++ b/scripts/geometry/griddatan.m	Sun Jan 26 23:16:24 2020 -0500
@@ -121,7 +121,7 @@
 %! zz2 = griddata (x(:,1),x(:,2),y,xi(:,1),xi(:,2),"nearest");
 %! assert (zz, zz2, 1e-10);
 
-%!testif HAVE_QHULL <56515>
+%!testif HAVE_QHULL <*56515>
 %! x = [ 0, 0; 1, 1; 0, 1; 1, 0 ];
 %! y = [ 1; 2; 3; 4 ];
 %! xi = [ .5, .5 ];
--- a/scripts/plot/appearance/legend.m	Sun Jan 26 19:28:56 2020 -0800
+++ b/scripts/plot/appearance/legend.m	Sun Jan 26 23:16:24 2020 -0500
@@ -1910,7 +1910,7 @@
 %! end_unwind_protect
 
 ## Test bugs in previous implementation
-%!test <39697>
+%!test <*39697>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   axes ("units", "normalized");
@@ -1926,7 +1926,7 @@
 %!   close (hf);
 %! end_unwind_protect
 
-%!test <40333>
+%!test <*40333>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   axes ("units", "normalized");
--- a/scripts/statistics/movstd.m	Sun Jan 26 19:28:56 2020 -0800
+++ b/scripts/statistics/movstd.m	Sun Jan 26 23:16:24 2020 -0500
@@ -170,7 +170,7 @@
 # test for bug #55241
 %!assert ([1/sqrt(2); ones(8,1); 1/sqrt(2)], movstd ((1:10).', 3), 1e-8)
 
-%!test <56765>
+%!test <*56765>
 %! x = 1:10;
 %! y = movstd (x, 4);
 %! y0 = movstd (x, 4, 0);
--- a/scripts/statistics/movvar.m	Sun Jan 26 19:28:56 2020 -0800
+++ b/scripts/statistics/movvar.m	Sun Jan 26 23:16:24 2020 -0500
@@ -169,7 +169,7 @@
 # test for bug #55241
 %!assert ([0.5; ones(8,1); 0.5], movvar ((1:10).', 3))
 
-%!test <56765>
+%!test <*56765>
 %! x = 1:10;
 %! y = movvar (x, 4);
 %! y0 = movvar (x, 4, 0);
--- a/test/bug-53956/bug-53956.tst	Sun Jan 26 19:28:56 2020 -0800
+++ b/test/bug-53956/bug-53956.tst	Sun Jan 26 23:16:24 2020 -0500
@@ -1,4 +1,4 @@
-%!test <53956>
+%!test <*53956>
 %! global dtor2_called dtor4_called
 %!
 %! dtor2_called = dtor4_called = 0;