enable browser_420786.js, disable browser_480148.js

This commit is contained in:
Dão Gottwald 2009-03-15 14:33:30 +01:00
parent ea03dc9c6b
commit 93e90fe240
2 changed files with 1 additions and 5 deletions

View File

@ -45,6 +45,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
# browser_477657.js is disabled, because it's unreliable (bug 482975).
# browser_480148.js is disabled, because it breaks browser_420786.js (see bug 483382).
_BROWSER_TEST_FILES = \
browser_248970_a.js \
@ -76,7 +77,6 @@ _BROWSER_TEST_FILES = \
browser_466937_sample.html \
browser_476161.js \
browser_476161_sample.html \
browser_480148.js \
$(NULL)
libs:: $(_BROWSER_TEST_FILES)

View File

@ -80,10 +80,6 @@ function onPageLoad() {
}
function test() {
// XXX test disabled, see bug 483382.
finish();
return;
var osString = Cc["@mozilla.org/xre/app-info;1"].
getService(Ci.nsIXULRuntime).OS;