Enable Tp and Tdhtml since boxset is missing. Also fix the hostname reported to the graph server until someone has time to do it the 'right' way.

git-svn-id: svn://10.0.0.236/trunk@254040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alqahira%ardisson.org 2008-09-05 02:49:10 +00:00
parent 2f4f45903c
commit e6cef25513

View File

@ -79,9 +79,9 @@ $RegxpcomTest = 0;
#$EmbedCodesizeTest = 0; # mZ, require mozilla/tools/codesigns
#$MailBloatTest = 0;
#$EmbedTest = 0; # Assumes you wanted $BuildEmbed=1
$LayoutPerformanceTest = 0; # Tp
$LayoutPerformanceTest = 1; # Tp
#$LayoutPerformanceLocalTest = 0; # Tp2
$DHTMLPerformanceTest = 0; # Tdhtml
$DHTMLPerformanceTest = 1; # Tdhtml
#$QATest = 0;
#$XULWindowOpenTest = 0; # Txul
$StartupPerformanceTest = 1; # Ts
@ -94,7 +94,7 @@ $StartupPerformanceTest = 1; # Ts
# aviary directory structure?
$TestsPhoneHome = 1; # Should test report back to server?
#$GraphNameOverride = ''; # Override name built from ::hostname() and $BuildTag
$GraphNameOverride = 'cb-xserve01.mozilla.com'; # Override name built from ::hostname() and $BuildTag
# $results_server
#----------------------------------------------------------------------------