From fd9264627ef68c198386e0737be28dd174c71e9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 13 Jun 2013 11:02:15 +0200
Subject: [PATCH] Reenable test for block with stack_solve_algo=3

Closes #407
---
 tests/run_block_byte_tests_matlab.m | 3 ---
 tests/run_block_byte_tests_octave.m | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/tests/run_block_byte_tests_matlab.m b/tests/run_block_byte_tests_matlab.m
index 1fdd5cc7e6..c9be02120e 100644
--- a/tests/run_block_byte_tests_matlab.m
+++ b/tests/run_block_byte_tests_matlab.m
@@ -106,9 +106,6 @@ for blockFlag = 0:1
             try
                 old_path = path;
                 save wsMat
-                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 wsMat
                 path(old_path);
diff --git a/tests/run_block_byte_tests_octave.m b/tests/run_block_byte_tests_octave.m
index 17c7e94496..5312c96d03 100644
--- a/tests/run_block_byte_tests_octave.m
+++ b/tests/run_block_byte_tests_octave.m
@@ -108,9 +108,6 @@ 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);
-- 
GitLab