Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on...
authorYang Tse <yangsita@gmail.com>
Sun, 24 Aug 2008 15:57:52 +0000 (15:57 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 24 Aug 2008 15:57:52 +0000 (15:57 +0000)
tests/runtests.pl

index 79d85e6..1eee31e 100755 (executable)
@@ -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;