зеркало из https://github.com/mozilla/pjs.git
Bug 683163 - Disable the too-mittently-failing bug389321-1.html on Windows
--HG-- extra : rebase_source : f7ad5865c3cbf47746545eee2f03c7d884bce76f
This commit is contained in:
Родитель
7fbbe5ab74
Коммит
d71bb40a2f
|
@ -97,7 +97,6 @@ function endTest() {
|
|||
var isWindows = /WINNT/.test(SpecialPowers.OS);
|
||||
|
||||
var tests = [
|
||||
[ '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' ] ,
|
||||
|
@ -114,6 +113,7 @@ if (!isWindows) {
|
|||
tests.push([ 'bug106855-2.html' , 'bug106855-1-ref.html' ]); // bug 681138
|
||||
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([ 'bug512295-1.html' , 'bug512295-1-ref.html' ]); // bug 681152
|
||||
tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]); // bug 681331
|
||||
tests.push([ 'bug597519-1.html' , 'bug597519-1-ref.html' ]); // bug 680579
|
||||
|
|
Загрузка…
Ссылка в новой задаче