Commit 9230708e authored by Yang Tse's avatar Yang Tse
Browse files

don't skip tests 558 and 559 on i686 icc autobuilds

parent 92f3b389
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
            }