diff libinterp/corefcn/sparse-xpow.cc @ 22470:9d4cb0cf9cd2

maint: tag xtests and tests that fail on some systems with bug numbers * conv2.cc, num2str.m, isosurface.m, residue.m, classdef.tst: Convert some xtests to tests with bug numbers. * sparse-xpow.cc, realpow.m, lscov.m: Add bug numbers to tests that fail on some systems.
author Mike Miller <mtmiller@octave.org>
date Sun, 11 Sep 2016 21:08:56 -0700
parents 34ce5be04942
children 3a2b891d0b33 e9a0469dedd9
line wrap: on
line diff
--- a/libinterp/corefcn/sparse-xpow.cc	Sun Sep 11 16:41:35 2016 -0700
+++ b/libinterp/corefcn/sparse-xpow.cc	Sun Sep 11 21:08:56 2016 -0700
@@ -239,7 +239,7 @@
 
 /*
 %!assert (sparse (2) .^ [3, 4], sparse ([8, 16]))
-%!assert (sparse (2i) .^ [3, 4], sparse ([-0-8i, 16]))
+%!assert <47775> (sparse (2i) .^ [3, 4], sparse ([-0-8i, 16]))
 */
 
 // -*- 1 -*-