bug 352026 - update test to uniquely identify subtest results. sync developer trace tests with js test suite. bug 472619 - update sisyphus to build 1.9.1 from releases/mozilla-1.9.1 and 1.9.2 from mozilla-central. bug 458679 - JavaScript Tests by Igor Bukanov, Jesse Ruderman and Gary Kwong. bug 469855 - allow test parameter to be placed anywhere in query string. bug 469696 - obsolete test for 1.9.1 branch. bug 454142 - JavaScript Test by Gary Kwong. bug 462470 - update spidermonkey-n-1.9.1.tests to include missed test. bug 465366 - JavaScript Test by Boris Zbarsky, Andreas Gal. bug 417131 - JavaScript Test by Igor Bukanov. bug 428366 - JavaScript Test by Blake Kaplan. bug 371802 - JavaScript Test by Brendan Eich. bug 443071 - JavaScript Test by Jesse Ruderman. bug 465133 - JavaScript Test by Jesse Ruderman. git-svn-id: svn://10.0.0.236/trunk@255808 18797224-902f-48f8-a5cc-f745e15eee43
9 lines
468 B
Plaintext
Executable File
9 lines
468 B
Plaintext
Executable File
product=${product:-firefox}
|
|
branch=${branch:-1.9.0}
|
|
buildtype=${buildtype:-debug}
|
|
profilename=${profilename:-firefox-1.9.0-profile}
|
|
profiledirectory=${profiledirectory:-/tmp/firefox-1.9.0-profile}
|
|
executablepath=${executablepath:-/work/mozilla/builds/1.9.0/mozilla/firefox-debug/dist}
|
|
userpreferences=${userpreferences:-/work/mozilla/mozilla.com/test.mozilla.com/www/prefs/test-user.js}
|
|
extensiondir=${extensiondir:-/work/mozilla/mozilla.com/test.mozilla.com/www/xpi}
|