From 9230708e47d167d2e52564dd53ecfbd8cdafcceb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 27 Oct 2008 20:09:35 +0000 Subject: don't skip tests 558 and 559 on i686 icc autobuilds --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 381692a54..d7c2d84fc 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1827,7 +1827,7 @@ sub singletest { if(($testnum != 1) && ($testnum != 100) && ($testnum != 500) && ($testnum != 507) && ($testnum != 517) && ($testnum != 534) && - ($testnum != 558) && + ($testnum != 558) && ($testnum != 559) && ($testnum != 557) && ($testnum != 1013)) { $why = "debugging icc build"; } -- cgit v1.2.3