mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 961919 - Re-enable all of the subtests in test_reftests_with_caret.html. r=roc
This commit is contained in:
parent
9bc06ab84e
commit
b5cfdda01d
@ -101,67 +101,51 @@ function endTest() {
|
||||
SimpleTest.executeSoon(SimpleTest.finish);
|
||||
}
|
||||
|
||||
var isWindows = /WINNT/.test(SpecialPowers.OS);
|
||||
var isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1;
|
||||
|
||||
var tests = [
|
||||
[ 'bug106855-1.html' , 'bug106855-1-ref.html' ] ,
|
||||
[ 'bug106855-2.html' , 'bug106855-1-ref.html' ] ,
|
||||
[ 'bug240933-1.html' , 'bug240933-1-ref.html' ] ,
|
||||
[ 'bug240933-2.html' , 'bug240933-1-ref.html' ] ,
|
||||
[ 'bug389321-1.html' , 'bug389321-1-ref.html' ] ,
|
||||
[ 'bug389321-2.html' , 'bug389321-2-ref.html' ] ,
|
||||
[ 'bug389321-3.html' , 'bug389321-3-ref.html' ] ,
|
||||
[ 'bug482484.html' , 'bug482484-ref.html' ] ,
|
||||
[ 'bug585922.html' , 'bug585922-ref.html' ] ,
|
||||
[ 'bug597519-1.html' , 'bug597519-1-ref.html' ] ,
|
||||
[ 'bug602141-1.html' , 'bug602141-1-ref.html' ] ,
|
||||
[ 'bug602141-2.html' , 'bug602141-2-ref.html' ] ,
|
||||
[ 'bug602141-3.html' , 'bug602141-3-ref.html' ] ,
|
||||
[ 'bug602141-4.html' , 'bug602141-4-ref.html' ] ,
|
||||
[ 'bug612271-1.html' , 'bug612271-ref.html' ] ,
|
||||
[ 'bug612271-2.html' , 'bug612271-ref.html' ] ,
|
||||
[ 'bug612271-3.html' , 'bug612271-ref.html' ] ,
|
||||
[ 'bug613433-1.html' , 'bug613433-ref.html' ] ,
|
||||
[ 'bug613433-2.html' , 'bug613433-ref.html' ] ,
|
||||
[ 'bug613433-3.html' , 'bug613433-ref.html' ] ,
|
||||
[ 'bug613807-1.html' , 'bug613807-1-ref.html' ] ,
|
||||
[ 'bug632215-1.html' , 'bug632215-ref.html' ] ,
|
||||
[ 'bug632215-2.html' , 'bug632215-ref.html' ] ,
|
||||
[ 'bug633044-1.html' , 'bug633044-1-ref.html' ] ,
|
||||
[ 'bug634406-1.html' , 'bug634406-1-ref.html' ] ,
|
||||
[ 'bug644428-1.html' , 'bug644428-1-ref.html' ] ,
|
||||
function() {SpecialPowers.setBoolPref("bidi.browser.ui", true);} ,
|
||||
[ 'bug646382-1.html' , 'bug646382-1-ref.html' ] ,
|
||||
[ 'bug646382-2.html' , 'bug646382-2-ref.html' ] ,
|
||||
[ 'bug664087-1.html' , 'bug664087-1-ref.html' ] ,
|
||||
[ 'bug664087-2.html' , 'bug664087-2-ref.html' ] ,
|
||||
[ 'bug682712-1.html' , 'bug682712-1-ref.html' ] ,
|
||||
function() {SpecialPowers.clearUserPref("bidi.browser.ui");} ,
|
||||
[ 'bug746993-1.html' , 'bug746993-1-ref.html' ] ,
|
||||
];
|
||||
|
||||
if (!isWindows) {
|
||||
tests.push([ 'bug240933-1.html' , 'bug240933-1-ref.html' ]); // bug 681144
|
||||
tests.push([ 'bug240933-2.html' , 'bug240933-1-ref.html' ]); // bug 681162
|
||||
tests.push([ 'bug389321-1.html' , 'bug389321-1-ref.html' ]); // bug 683163
|
||||
tests.push([ 'bug482484.html' , 'bug482484-ref.html' ]); // bug 688575
|
||||
if (navigator.appVersion.indexOf("Android") == -1 &&
|
||||
SpecialPowers.Services.appinfo.name != "B2G") {
|
||||
tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]); // bug 681331
|
||||
} else {
|
||||
is(SpecialPowers.getIntPref("layout.spellcheckDefault"), 0, "Spellcheck should be turned off for this platrom or this if..else check removed");
|
||||
}
|
||||
tests.push([ 'bug597519-1.html' , 'bug597519-1-ref.html' ]); // bug 680579
|
||||
tests.push([ 'bug602141-1.html' , 'bug602141-1-ref.html' ]); // bug 681334
|
||||
tests.push([ 'bug602141-2.html' , 'bug602141-2-ref.html' ]); // bug 682836
|
||||
tests.push([ 'bug602141-3.html' , 'bug602141-3-ref.html' ]); // bug 683048
|
||||
tests.push([ 'bug602141-4.html' , 'bug602141-4-ref.html' ]); // bug 681167
|
||||
tests.push([ 'bug612271-1.html' , 'bug612271-ref.html' ]); // bug 681032
|
||||
tests.push([ 'bug612271-2.html' , 'bug612271-ref.html' ]); // bug 680581
|
||||
tests.push([ 'bug612271-3.html' , 'bug612271-ref.html' ]); // bug 681035
|
||||
tests.push([ 'bug613433-1.html' , 'bug613433-ref.html' ]); // bug 681332
|
||||
tests.push([ 'bug613433-2.html' , 'bug613433-ref.html' ]); // bug 681332
|
||||
tests.push([ 'bug613433-3.html' , 'bug613433-ref.html' ]); // bug 681332
|
||||
tests.push([ 'bug613807-1.html' , 'bug613807-1-ref.html' ]); // bug 680574
|
||||
tests.push([ 'bug634406-1.html' , 'bug634406-1-ref.html' ]); // bug 681146
|
||||
tests.push([ 'bug644428-1.html' , 'bug644428-1-ref.html' ]); // bug 689435
|
||||
tests.push([ 'bug746993-1.html' , 'bug746993-1-ref.html' ]); // bug 746993
|
||||
if (navigator.appVersion.indexOf("Android") == -1 &&
|
||||
SpecialPowers.Services.appinfo.name != "B2G") {
|
||||
tests.push([ 'bug512295-1.html' , 'bug512295-1-ref.html' ]);
|
||||
tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]);
|
||||
} else {
|
||||
is(SpecialPowers.getIntPref("layout.spellcheckDefault"), 0, "Spellcheck should be turned off for this platrom or this if..else check removed");
|
||||
}
|
||||
|
||||
// Disabled on all platforms for too many intermittent failures
|
||||
/*
|
||||
if (!isWindows && !isOSXMtnLion) {
|
||||
tests.push([ 'bug106855-1.html' , 'bug106855-1-ref.html' ]); // bug 682837
|
||||
tests.push([ 'bug106855-2.html' , 'bug106855-1-ref.html?' ]); // bug 681138
|
||||
tests.push([ 'bug512295-1.html' , 'bug512295-1-ref.html' ]); // bug 681152
|
||||
}
|
||||
*/
|
||||
|
||||
tests.push(function() {SpecialPowers.setBoolPref("bidi.browser.ui", true);});
|
||||
|
||||
if (!isWindows) {
|
||||
tests.push([ 'bug646382-1.html' , 'bug646382-1-ref.html' ]); // bug 681076
|
||||
tests.push([ 'bug646382-2.html' , 'bug646382-2-ref.html' ]); // bug 680577
|
||||
tests.push([ 'bug664087-1.html' , 'bug664087-1-ref.html' ]); // bug 681038
|
||||
tests.push([ 'bug664087-2.html' , 'bug664087-2-ref.html' ]); // bug 680578
|
||||
tests.push([ 'bug682712-1.html' , 'bug682712-1-ref.html' ]); // disabled on Windows
|
||||
}
|
||||
|
||||
tests.push(function() {SpecialPowers.clearUserPref("bidi.browser.ui");});
|
||||
|
||||
var testIndex = 0;
|
||||
|
||||
function nextTest() {
|
||||
|
Loading…
Reference in New Issue
Block a user