Disable test with block and stack_solve_algo=3 under Octave (Ref #407)

time-shift
Sébastien Villemot 2013-05-23 13:10:09 +02:00
parent bf18eef9dd
commit f11c2f2521
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ for blockFlag = 0:1
try
old_path = path;
save wsOct
if blockFlag && ~bytecodeFlag && stack_solve_algos(i) == 3
error('This test currently enters an infinite loop, skipping')
end
run_ls2003(blockFlag, bytecodeFlag, default_solve_algo, stack_solve_algos(i))
load wsOct
path(old_path);