Bug 482598 - Requesting a tinderbox for Mac with --enable-accessibility; (Jv1) Remove previously forced leak threshold; (no review)

This commit is contained in:
Serge Gautherie 2009-06-22 03:09:00 +02:00
Родитель afe43167f6
Коммит 54852013b8
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -438,11 +438,6 @@ Are you executing $objdir/_tests/testing/mochitest/runtests.py?"""
testURL = A11YTESTS_URL
if options.testPath:
urlOpts.append("testPath=" + encodeURIComponent(options.testPath))
# Force leak threshold. (bug 472773)
if automation.IS_MAC and options.leakThreshold == 0:
options.leakThreshold = 68
automation.log.info("INFO | runtests.py | setting leak threshold to %d",
options.leakThreshold)
elif options.browserChrome:
testURL = "about:blank"