1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/geolocation/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,50 @@ 1.4 +[DEFAULT] 1.5 +support-files = 1.6 + geolocation.html 1.7 + geolocation_common.js 1.8 + network_geolocation.sjs 1.9 + windowTest.html 1.10 + 1.11 +[test_allowCurrent.html] 1.12 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe]) b2g-debug(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe]) b2g-desktop(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe]) 1.13 +[test_allowWatch.html] 1.14 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.15 +[test_cachedPosition.html] 1.16 +skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT 1.17 +[test_cancelCurrent.html] 1.18 +skip-if = buildapp == 'b2g' 1.19 +[test_cancelWatch.html] 1.20 +skip-if = buildapp == 'b2g' 1.21 +[test_clearWatch.html] 1.22 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.23 +[test_clearWatch_invalid.html] 1.24 +skip-if = buildapp == 'b2g' 1.25 +[test_errorcheck.html] 1.26 +skip-if = toolkit=='gonk' || toolkit == 'android' || e10s #TIMED_OUT # b2g-debug(debug-only timeout) 1.27 +[test_geolocation_is_undefined_when_pref_is_off.html] 1.28 +[test_handlerSpinsEventLoop.html] 1.29 +skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #Don't run modal tests on Android # b2g(showmodaldialog) b2g-debug(showmodaldialog) b2g-desktop(showmodaldialog) 1.30 +[test_manyCurrentConcurrent.html] 1.31 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.32 +[test_manyCurrentSerial.html] 1.33 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.34 +[test_manyWatchConcurrent.html] 1.35 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.36 +[test_manyWatchSerial.html] 1.37 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.38 +[test_manyWindows.html] 1.39 +skip-if = buildapp == 'b2g' 1.40 +[test_mozsettings.html] 1.41 +skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #mozSettings is undefined 1.42 +[test_mozsettingsWatch.html] 1.43 +skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #mozSettings is undefined 1.44 +[test_optional_api_params.html] 1.45 +skip-if = buildapp == 'b2g' 1.46 +[test_shutdown.html] 1.47 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.48 +[test_timerRestartWatch.html] 1.49 +skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT 1.50 +[test_windowClose.html] 1.51 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT 1.52 +[test_worseAccuracyDoesNotBlockCallback.html] 1.53 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT