]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
For i686 icc autobuilds:
authorYang Tse <yangsita@gmail.com>
Wed, 22 Oct 2008 15:03:15 +0000 (15:03 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 22 Oct 2008 15:03:15 +0000 (15:03 +0000)
  Re-enable all tests for debug-enabled builds.

  For debug-disabled builds only 8 tests are enabled.

tests/runtests.pl

index 5456a87327be205b4eb33000f392d781d5195e0f..18c65c9f446b9122979b194b2e31910cdecd2866 100755 (executable)
@@ -1823,7 +1823,14 @@ sub singletest {
 
     my $dbghosttype=join(' ', runclientoutput("uname -a"));
     if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
-        $why = "debugging icc build" if(($testnum != 1) && ($testnum != 100));
+        if(!$curl_debug) {
+            if(($testnum != 1)   && ($testnum != 100) &&
+               ($testnum != 500) && ($testnum != 507) &&
+               ($testnum != 517) && ($testnum != 534) &&
+               ($testnum != 557) && ($testnum != 1013)) {
+                $why = "debugging icc build";
+            }
+        }
     }
 
     if(!$why) {