mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:57:20 +03:00
For i686 icc autobuilds:
Re-enable all tests for debug-enabled builds. For debug-disabled builds only 8 tests are enabled.
This commit is contained in:
parent
598bc44f67
commit
81e48ada47
1 changed files with 8 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue