changeset 23545:7f2fc79d07ad

getframe.m: add bug number for tests failing on windows
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Wed, 31 May 2017 22:59:46 +0200
parents 2fd1745398e3
children 06805aabbdd1
files scripts/image/getframe.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/getframe.m	Mon May 29 17:06:31 2017 -0700
+++ b/scripts/image/getframe.m	Wed May 31 22:59:46 2017 +0200
@@ -156,7 +156,7 @@
 %! image (im.cdata);
 %! title ('Lower left hand corner');
 
-%!testif HAVE_OSMESA
+%!testif HAVE_OSMESA, <44338>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   pos = get (hf, "position");
@@ -165,7 +165,7 @@
 %!   close (hf)
 %! end_unwind_protect
 
-%!testif HAVE_OSMESA
+%!testif HAVE_OSMESA, <44338>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   hax = axes ("visible", "off", "position", [0 0 1 1]);