diff scripts/testfun/test.m @ 25216:b72972ab83f1 stable

test: Add bug IDs to failing %!xtest blocks. * gammainc.m, test.m, classdef.tst: Add bug ID to failing %!xtest blocks. * jit.tst: Add bug ID to failing %!xtest blocks. Add code to immediately exit from test if jit is not enabled. Need to do this because there is no %!xtestif keyword.
author Rik <rik@octave.org>
date Wed, 11 Apr 2018 11:52:49 -0700
parents 6652d3823428
children a87b4dca2ce3
line wrap: on
line diff
--- a/scripts/testfun/test.m	Wed Apr 11 11:19:18 2018 -0700
+++ b/scripts/testfun/test.m	Wed Apr 11 11:52:49 2018 -0700
@@ -1010,7 +1010,7 @@
 ## Test 'xtest' keyword
 %!xtest
 %! assert (1, 1);      # Test passes
-%!xtest
+%!xtest <53613>
 %! assert (0, 1);      # Test fails
 
 ## Test comment block.  It can contain anything.