aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-27 20:09:35 +0000
committerYang Tse <yangsita@gmail.com>2008-10-27 20:09:35 +0000
commit9230708e47d167d2e52564dd53ecfbd8cdafcceb (patch)
tree40fccb89bb7b17273462bcd8dde3567c3cab2db0 /tests
parent92f3b3895eed05d12aeae75e9ee174698550378a (diff)
don't skip tests 558 and 559 on i686 icc autobuilds
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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";
}