# HG changeset patch # User Markus Mützel # Date 1581147296 -3600 # Node ID 04b2977952cc6332afc64302e5764766cd18a576 # Parent 9507b3cf5a8624a3e971a792b7a17b93ec4fe837 legend.m: Skip BIST that only succeeds with fltk or qt (bug #39697). diff -r 9507b3cf5a86 -r 04b2977952cc scripts/plot/appearance/legend.m --- a/scripts/plot/appearance/legend.m Wed Jan 29 13:51:32 2020 +0100 +++ b/scripts/plot/appearance/legend.m Sat Feb 08 08:34:56 2020 +0100 @@ -1938,7 +1938,7 @@ %! end_unwind_protect ## Test bugs in previous implementation -%!test <*39697> +%!testif ; any (strcmp (graphics_toolkit (), {"fltk", "qt"})) <*39697> %! hf = figure ("visible", "off"); %! unwind_protect %! axes ("units", "normalized");