Commit 10918587 authored by mrowe@apple.com's avatar mrowe@apple.com

Ignore the --use-remote-links-to-tests option for GTK as it leads to

perl errors being spewed at the end of run-webkit-tests.

* Scripts/run-webkit-tests:

git-svn-id: svn://svn.chromium.org/blink/trunk@43017 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 61f55ffd
2009-04-29 Mark Rowe <mrowe@apple.com>
Ignore the --use-remote-links-to-tests option for GTK as it leads to
perl errors being spewed at the end of run-webkit-tests.
* Scripts/run-webkit-tests:
2009-04-29 Mark Rowe <mrowe@apple.com> 2009-04-29 Mark Rowe <mrowe@apple.com>
Implement test-result-archive for GTK. Implement test-result-archive for GTK.
......
...@@ -282,6 +282,9 @@ if ($shouldCheckLeaks && $testsPerDumpTool > 1000) { ...@@ -282,6 +282,9 @@ if ($shouldCheckLeaks && $testsPerDumpTool > 1000) {
# Stack logging does not play well with QuickTime on Tiger (rdar://problem/5537157) # Stack logging does not play well with QuickTime on Tiger (rdar://problem/5537157)
$testMedia = 0 if $shouldCheckLeaks && isTiger(); $testMedia = 0 if $shouldCheckLeaks && isTiger();
# Generating remote links causes a lot of unnecessary spew on the GTK build bot
$useRemoteLinksToTests = 0 if isGtk();
setConfigurationProductDir(Cwd::abs_path($root)) if (defined($root)); setConfigurationProductDir(Cwd::abs_path($root)) if (defined($root));
my $productDir = productDir(); my $productDir = productDir();
$productDir .= "/bin" if isQt(); $productDir .= "/bin" if isQt();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment