aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-24 15:57:52 +0000
committerYang Tse <yangsita@gmail.com>2008-08-24 15:57:52 +0000
commit71d3c5bf415659162172332362ffa605edc8147e (patch)
tree9b1811f9381f48192e4af0f4b7eb065252a320a4 /tests/runtests.pl
parentbc69e46ad112ff3680a18f6c5361894d74194e80 (diff)
Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on these systems.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 79d85e674..1eee31eae 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1820,6 +1820,11 @@ sub singletest {
last;
}
+ my $dbghosttype=join(' ', runclientoutput("uname -a"));
+ if(($dbghosttype =~ /x86_64/) || ($dbghosttype =~ /ia64/)) {
+ $why = "debugging curl_mprintf" if($testnum != 557);
+ }
+
if(!$why) {
my @keywords = getpart("info", "keywords");
my $match;