mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Bug 683163 - Disable the too-mittently-failing bug389321-1.html on Windows
--HG-- extra : rebase_source : f7ad5865c3cbf47746545eee2f03c7d884bce76f
This commit is contained in:
parent
6d669bd3c0
commit
aa7afa50d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user