зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: toolkit. r=RyanVM
MozReview-Commit-ID: I5LuDjnM7By --HG-- extra : rebase_source : f9b5704ab17d717169a4b89651f7ede68cec2091
This commit is contained in:
Родитель
f8c9d72cfd
Коммит
69e7d5814f
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = (buildapp == 'b2g' || buildapp == 'mulet' || os == 'android')
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
crash-dump-diff1.json
|
||||
crash-dump-diff2.json
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || buildapp == 'mulet'
|
||||
support-files =
|
||||
image.gif
|
||||
image.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head=head.js
|
||||
tail=
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_AsyncShutdown.js]
|
||||
[test_AsyncShutdown_leave_uncaught.js]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head_autocomplete.js
|
||||
tail =
|
||||
skip-if = toolkit == 'gonk'
|
||||
|
||||
[test_330578.js]
|
||||
[test_378079.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/test_bug410156.desktop
|
||||
data/test_bug410156.url
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
!/toolkit/components/commandlines/test/unit/data/test_bug410156.desktop
|
||||
!/toolkit/components/commandlines/test/unit/data/test_bug410156.url
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[DEFAULT]
|
||||
|
||||
[test_remoteContentPrefs.html]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e10s #bug 783513 # b2g(nested ipc not working) b2g-debug(nested ipc not working) b2g-desktop(nested ipc not working)
|
||||
skip-if = toolkit == 'android' || e10s # bug 783513
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head_contentPrefs.js
|
||||
tail = tail_contentPrefs.js
|
||||
skip-if = toolkit == 'gonk'
|
||||
|
||||
[test_bug248970.js]
|
||||
[test_bug503971.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files = AsyncRunner.jsm
|
||||
|
||||
[test_service.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_crash_manager.js]
|
||||
[test_crash_service.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_init.js]
|
||||
[test_valid_file.js]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
xpcshellTestHarnessAdaptor.js
|
||||
ctypes_worker.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_errno.js]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_download_manager.js
|
||||
tail = tail_download_manager.js
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/digest.chunk
|
||||
data/block_digest.chunk
|
||||
|
|
|
@ -81,7 +81,7 @@ skip-if = os == 'android' # port.sender.tab is undefined on Android (bug 1258975
|
|||
skip-if = os == 'android' # Android does not currently support tabs.
|
||||
[test_ext_test.html]
|
||||
[test_ext_cookies.html]
|
||||
skip-if = (os == 'android' || buildapp == 'b2g') # needs TabManager which is not yet implemented. Bug 1258975 on android.
|
||||
skip-if = os == 'android' # Bug 1258975 on android.
|
||||
[test_ext_background_api_injection.html]
|
||||
[test_ext_background_generated_url.html]
|
||||
[test_ext_background_teardown.html]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_bug675492.xul]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
xml/rfc4287/author_namespaces.xml
|
||||
xml/rfc4287/entry_link_IANA.xml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_filecomplete.js]
|
||||
skip-if = os != 'linux'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
# The following files starting with ".." are installed in the current folder.
|
||||
support-files =
|
||||
../head_common.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = loader.js head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
# The following files starting with ".." are installed in the current folder.
|
||||
# However, they cannot be referenced directly in the "head" directive above.
|
||||
support-files =
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
# Note: The "tail.js" file is not defined in the "tail" key because it calls
|
||||
# the "add_test_task" function, that does not work properly in tail files.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/worker_lz4.js
|
||||
data/chrome.manifest
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/bug1079747.mp4
|
||||
data/detodos.mp3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
main_test_osfile_async.js
|
||||
worker_handler.js
|
||||
|
@ -12,5 +12,4 @@ support-files =
|
|||
[test_osfile_async.xul]
|
||||
[test_osfile_back.xul]
|
||||
[test_osfile_comms.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_osfile_front.xul]
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
# Intermittently times out on debug b2g emulators
|
||||
requesttimeoutfactor = 2
|
||||
|
||||
support-files =
|
||||
test_loader/module_test_loader.js
|
||||
|
||||
[test_available_free_space.js]
|
||||
[test_osfile_closed.js]
|
||||
[test_path.js]
|
||||
[test_compression.js]
|
||||
[test_constants.js]
|
||||
[test_creationDate.js]
|
||||
[test_duration.js]
|
||||
[test_exception.js]
|
||||
[test_file_URL_conversion.js]
|
||||
[test_loader.js]
|
||||
[test_logging.js]
|
||||
[test_makeDir.js]
|
||||
[test_open.js]
|
||||
[test_osfile_async.js]
|
||||
[test_osfile_async_append.js]
|
||||
[test_osfile_async_bytes.js]
|
||||
|
@ -17,40 +23,29 @@ support-files =
|
|||
[test_osfile_async_flush.js]
|
||||
[test_osfile_async_largefiles.js]
|
||||
[test_osfile_async_setDates.js]
|
||||
skip-if = (toolkit == 'gonk' && debug) # Bug 1208199
|
||||
[test_removeEmptyDir.js]
|
||||
[test_makeDir.js]
|
||||
[test_file_URL_conversion.js]
|
||||
[test_logging.js]
|
||||
[test_creationDate.js]
|
||||
[test_exception.js]
|
||||
[test_path_constants.js]
|
||||
[test_remove.js]
|
||||
[test_removeDir.js]
|
||||
requesttimeoutfactor = 4
|
||||
[test_reset.js]
|
||||
[test_shutdown.js]
|
||||
[test_unique.js]
|
||||
[test_open.js]
|
||||
[test_telemetry.js]
|
||||
[test_duration.js]
|
||||
[test_read_write.js]
|
||||
requesttimeoutfactor = 4
|
||||
[test_compression.js]
|
||||
[test_osfile_writeAtomic_backupTo_option.js]
|
||||
[test_osfile_writeAtomic_zerobytes.js]
|
||||
[test_osfile_error.js]
|
||||
[test_queue.js]
|
||||
[test_loader.js]
|
||||
[test_constants.js]
|
||||
[test_osfile_kill.js]
|
||||
|
||||
# Unimplemented on Windows (bug 1022816).
|
||||
# Spurious failure on Android test farm due to non-POSIX behavior of
|
||||
# filesystem backing /mnt/sdcard (not worth trying to fix).
|
||||
[test_osfile_async_setPermissions.js]
|
||||
skip-if = os == "win" || os == "android"
|
||||
|
||||
[test_osfile_closed.js]
|
||||
[test_osfile_error.js]
|
||||
[test_osfile_kill.js]
|
||||
# Windows test
|
||||
[test_osfile_win_async_setPermissions.js]
|
||||
skip-if = os != "win"
|
||||
[test_osfile_writeAtomic_backupTo_option.js]
|
||||
[test_osfile_writeAtomic_zerobytes.js]
|
||||
[test_path.js]
|
||||
[test_path_constants.js]
|
||||
[test_queue.js]
|
||||
[test_read_write.js]
|
||||
requesttimeoutfactor = 4
|
||||
[test_remove.js]
|
||||
[test_removeDir.js]
|
||||
requesttimeoutfactor = 4
|
||||
[test_removeEmptyDir.js]
|
||||
[test_reset.js]
|
||||
[test_shutdown.js]
|
||||
[test_telemetry.js]
|
||||
[test_unique.js]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
|
||||
[test_privbrowsing_perwindowpb.html]
|
||||
skip-if = true # Bug 1173337
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || e10s
|
||||
skip-if = e10s
|
||||
support-files =
|
||||
authenticate.sjs
|
||||
blank.html
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
support-files =
|
||||
../../../prompts/test/chromeScript.js
|
||||
../../../prompts/test/prompt_common.js
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'gonk'
|
||||
support-files = data/**
|
||||
|
||||
# Test JSON file access and import from SQLite, not applicable to Android.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_pm.xul]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_bookmarks.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_1016953-renaming-uncompressed.js]
|
||||
[test_1017502-bookmarks_foreign_count.js]
|
||||
|
|
|
@ -11,7 +11,6 @@ support-files =
|
|||
[browser_bug461710.js]
|
||||
[browser_bug646422.js]
|
||||
[browser_bug680727.js]
|
||||
skip-if = buildapp == 'mulet' # Bug ?????? - test times out on try on all platforms, but works locally for markh!
|
||||
[browser_colorAnalyzer.js]
|
||||
[browser_double_redirect.js]
|
||||
[browser_favicon_privatebrowsing_perwindowpb.js]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_303567.xul]
|
||||
[test_341972a.xul]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_expiration.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_analyze_runs.js]
|
||||
# Bug 676989: test hangs consistently on Android
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_favicons.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
expected-favicon-big32.jpg.png
|
||||
expected-favicon-big4.jpg.png
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head_network.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_history_redirects.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_queries.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_415716.js]
|
||||
[test_abstime-annotation-domain.js]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_autocomplete.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/engine-rel-searchform.xml
|
||||
data/engine-suggestions.xml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
head = head_bookmarks.js
|
||||
tail =
|
||||
firefox-appdir = browser
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
bookmarks.corrupt.html
|
||||
bookmarks.json
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head=
|
||||
tail=
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files=
|
||||
data/worker.js
|
||||
data/chrome.manifest
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
support-files =
|
||||
../../passwordmgr/test/authenticate.sjs
|
||||
bug619644_inner.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = toolkit == 'android' || buildapp == 'b2g' || os == 'linux' # linux - bug 1022386
|
||||
skip-if = toolkit == 'android' || os == 'linux' # linux - bug 1022386
|
||||
support-files =
|
||||
satchel_common.js
|
||||
subtst_form_submission_1.html
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_satchel.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
asyncformhistory_expire.sqlite
|
||||
formhistory_1000.sqlite
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
head = head_search.js
|
||||
tail =
|
||||
firefox-appdir = browser
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/chrome.manifest
|
||||
data/engine.xml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk' || (os == 'mac' && appname == 'thunderbird')
|
||||
skip-if = toolkit == 'android' || (os == 'mac' && appname == 'thunderbird')
|
||||
support-files =
|
||||
data/worker_sqlite_shared.js
|
||||
data/worker_sqlite_internal.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head_startup.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_startup_crash.js]
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
head = head.js
|
||||
tail =
|
||||
firefox-appdir = browser
|
||||
skip-if = toolkit == 'gonk'
|
||||
# The *.xpi files are only needed for test_TelemetryEnvironment.js, but
|
||||
# xpcshell fails to install tests if we move them under the test entry.
|
||||
support-files =
|
||||
|
|
|
@ -5,4 +5,4 @@ tail=
|
|||
[test_terminator_record.js]
|
||||
skip-if = debug # Disabled by bug 1242084, bug 1255484 will enable it again.
|
||||
[test_terminator_reload.js]
|
||||
skip-if = (os == "android" || appname == "b2g")
|
||||
skip-if = os == "android"
|
||||
|
|
|
@ -12,9 +12,9 @@ support-files =
|
|||
|
||||
[browser_thumbnails_bg_bad_url.js]
|
||||
[browser_thumbnails_bg_crash_during_capture.js]
|
||||
skip-if = buildapp == 'mulet' || !crashreporter
|
||||
skip-if = !crashreporter
|
||||
[browser_thumbnails_bg_crash_while_idle.js]
|
||||
skip-if = buildapp == 'mulet' || !crashreporter
|
||||
skip-if = !crashreporter
|
||||
[browser_thumbnails_bg_basic.js]
|
||||
[browser_thumbnails_bg_queueing.js]
|
||||
[browser_thumbnails_bg_timeout.js]
|
||||
|
@ -27,7 +27,6 @@ skip-if = buildapp == 'mulet' || !crashreporter
|
|||
[browser_thumbnails_bg_no_duplicates.js]
|
||||
[browser_thumbnails_bg_captureIfMissing.js]
|
||||
[browser_thumbnails_bug726727.js]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[browser_thumbnails_bug727765.js]
|
||||
[browser_thumbnails_bug818225.js]
|
||||
[browser_thumbnails_capture.js]
|
||||
|
@ -36,5 +35,4 @@ skip-if = buildapp == 'mulet'
|
|||
[browser_thumbnails_redirect.js]
|
||||
[browser_thumbnails_storage.js]
|
||||
[browser_thumbnails_storage_migrate3.js]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[browser_thumbnails_update.js]
|
||||
|
|
|
@ -3,4 +3,4 @@ head =
|
|||
tail =
|
||||
|
||||
[test_thumbnails_interfaces.js]
|
||||
skip-if = os == 'b2g' || os == 'android' # xpcom interface not packaged
|
||||
skip-if = os == 'android' # xpcom interface not packaged
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
allowlistAnnotatedFrame.html
|
||||
classifiedAnnotatedFrame.html
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
classifiedAnnotatedPBFrame.html
|
||||
classifierCommon.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_urlclassifier.js
|
||||
tail = tail_urlclassifier.js
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
data/digest1.chunk
|
||||
data/digest2.chunk
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[DEFAULT]
|
||||
head = head_urlformatter.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_urlformatter.js]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_bug428653.html]
|
||||
support-files = file_empty.html
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
moduleA-depends.js
|
||||
moduleB-dependency.js
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
window_persistence.xul
|
||||
animals.rdf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
localstore.rdf
|
||||
|
||||
|
|
|
@ -52,22 +52,18 @@ tags = audiochannel
|
|||
support-files =
|
||||
file_mediaPlayback2.html
|
||||
file_mediaPlaybackFrame2.html
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
[browser_mediaPlayback_suspended.js]
|
||||
tags = audiochannel
|
||||
support-files =
|
||||
file_mediaPlayback2.html
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
[browser_mediaPlayback_suspended_multipleAudio.js]
|
||||
tags = audiochannel
|
||||
support-files =
|
||||
file_multipleAudio.html
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
[browser_mute.js]
|
||||
tags = audiochannel
|
||||
[browser_mute2.js]
|
||||
tags = audiochannel
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
[browser_quickfind_editable.js]
|
||||
[browser_saveImageURL.js]
|
||||
support-files =
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
../widgets/popup_shared.js
|
||||
../widgets/tree_shared.js
|
||||
|
@ -63,7 +63,6 @@ subsuite = clipboard
|
|||
[test_autocomplete_with_composition_on_textbox.xul]
|
||||
[test_autocomplete_placehold_last_complete.xul]
|
||||
[test_browser_drop.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_bug253481.xul]
|
||||
subsuite = clipboard
|
||||
[test_bug263683.xul]
|
||||
|
@ -102,9 +101,7 @@ skip-if = toolkit == "cocoa"
|
|||
[test_dialogfocus.xul]
|
||||
[test_findbar.xul]
|
||||
subsuite = clipboard
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_findbar_entireword.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_findbar_events.xul]
|
||||
[test_focus_anons.xul]
|
||||
[test_hiddenitems.xul]
|
||||
|
@ -120,18 +117,14 @@ skip-if = os == 'linux' && !debug #Bug 1207174
|
|||
[test_menuitem_blink.xul]
|
||||
[test_menuitem_commands.xul]
|
||||
[test_menulist.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_menulist_keynav.xul]
|
||||
[test_menulist_null_value.xul]
|
||||
[test_menulist_paging.xul]
|
||||
[test_menulist_position.xul]
|
||||
[test_mousescroll.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_notificationbox.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_panel.xul]
|
||||
[test_panelfrommenu.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_popup_anchor.xul]
|
||||
[test_popup_anchoratrect.xul]
|
||||
skip-if = os == 'linux' # 1167694
|
||||
|
@ -164,10 +157,8 @@ support-files = window_preferences_onsyncfrompreference.xul
|
|||
[test_righttoleft.xul]
|
||||
[test_scale.xul]
|
||||
[test_scaledrag.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_screenPersistence.xul]
|
||||
[test_scrollbar.xul]
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_showcaret.xul]
|
||||
[test_sorttemplate.xul]
|
||||
[test_statusbar.xul]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
skip-if(B2G&&browserIsRemote) random-if(cocoaWidget) == bug-442419-progressmeter-max.xul bug-442419-progressmeter-max-ref.xul # fails most of the time on Mac because progress meter animates # Bug 974780
|
||||
skip-if(B2G&&browserIsRemote) != textbox-multiline-default-value.xul textbox-multiline-empty.xul # Bug 974780
|
||||
random-if(cocoaWidget) == bug-442419-progressmeter-max.xul bug-442419-progressmeter-max-ref.xul # fails most of the time on Mac because progress meter animates
|
||||
!= textbox-multiline-default-value.xul textbox-multiline-empty.xul
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'gonk'
|
||||
|
||||
[test_contentAreaUtils.js]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
tree_shared.js
|
||||
popup_shared.js
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
support-files =
|
||||
audio.wav
|
||||
audio.ogg
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_crashreporter.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
crasher_subprocess_head.js
|
||||
crasher_subprocess_tail.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
!/toolkit/crashreporter/test/unit/crasher_subprocess_head.js
|
||||
!/toolkit/crashreporter/test/unit/crasher_subprocess_tail.js
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
support-files = browser_clearplugindata.html
|
||||
|
||||
[browser_clearplugindata.js]
|
||||
skip-if = buildapp == 'mulet'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_forgetaboutsite.js ../../../../dom/push/test/xpcshell/head.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
!/dom/push/test/xpcshell/head.js
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_bug544442_checkCert.xul]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_spatial_navigation.html]
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
# Per-file skip-if is logical or'd with DEFAULT skip-if.
|
||||
skip-if = toolkit == 'gonk'
|
||||
support-files =
|
||||
propertyLists/bug710259_propertyListBinary.plist
|
||||
propertyLists/bug710259_propertyListXML.plist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
support-files =
|
||||
unknownContentType_dialog_layout_data.pif
|
||||
unknownContentType_dialog_layout_data.pif^headers^
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet'
|
||||
tags = addons
|
||||
support-files =
|
||||
addons/*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
file_empty.html
|
||||
file_bug687194.xpi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# The file is shared between the two main xpcshell manifest files.
|
||||
[DEFAULT]
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
tags = addons
|
||||
|
||||
[test_AddonRepository.js]
|
||||
|
@ -116,7 +116,7 @@ skip-if = os == "android"
|
|||
skip-if = os == "android"
|
||||
[test_bug514327_2.js]
|
||||
# Bug 676992: test consistently hangs on Android
|
||||
skip-if = buildapp == "mulet" || os == "android"
|
||||
skip-if = os == "android"
|
||||
[test_bug514327_3.js]
|
||||
# Bug 676992: test consistently hangs on Android
|
||||
skip-if = os == "android"
|
||||
|
@ -232,13 +232,12 @@ requesttimeoutfactor = 2
|
|||
[test_permissions.js]
|
||||
[test_permissions_prefs.js]
|
||||
[test_plugins.js]
|
||||
skip-if = buildapp == "mulet"
|
||||
[test_pluginchange.js]
|
||||
# PluginProvider.jsm is not shipped on Android
|
||||
skip-if = os == "android"
|
||||
[test_pluginBlocklistCtp.js]
|
||||
# Bug 676992: test consistently fails on Android
|
||||
fail-if = buildapp == "mulet" || os == "android"
|
||||
fail-if = os == "android"
|
||||
[test_pref_properties.js]
|
||||
[test_registry.js]
|
||||
[test_safemode.js]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
head = head_addons.js head_unpack.js
|
||||
tail =
|
||||
firefox-appdir = browser
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
dupe-manifest =
|
||||
tags = addons
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'mulet' || toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
tags = addons
|
||||
head = head_addons.js
|
||||
tail =
|
||||
|
|
|
@ -37,7 +37,6 @@ support-files =
|
|||
|
||||
[browser_amosigned_trigger.js]
|
||||
[browser_amosigned_trigger_iframe.js]
|
||||
skip-if = buildapp == "mulet"
|
||||
[browser_amosigned_url.js]
|
||||
[browser_auth.js]
|
||||
[browser_auth2.js]
|
||||
|
@ -106,9 +105,8 @@ skip-if = require_signing
|
|||
[browser_unsigned_trigger.js]
|
||||
skip-if = require_signing
|
||||
[browser_unsigned_trigger_iframe.js]
|
||||
skip-if = buildapp == "mulet" || require_signing
|
||||
skip-if = require_signing
|
||||
[browser_unsigned_trigger_xorigin.js]
|
||||
skip-if = buildapp == "mulet"
|
||||
[browser_unsigned_url.js]
|
||||
skip-if = require_signing
|
||||
[browser_whitelist.js]
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
[DEFAULT]
|
||||
tags = appupdate
|
||||
skip-if = (buildapp == 'b2g' || buildapp == 'mulet')
|
||||
support-files =
|
||||
utils.js
|
||||
update.sjs
|
||||
|
|
|
@ -1,96 +0,0 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
const KEY_UPDATE_ARCHIVE_DIR = "UpdArchD";
|
||||
|
||||
var gActiveUpdate;
|
||||
var gDirService;
|
||||
var gDirProvider;
|
||||
var gOldProviders;
|
||||
|
||||
function run_test() {
|
||||
setupTestCommon();
|
||||
|
||||
debugDump("testing that error codes set from a directory provider propagate" +
|
||||
"up to AUS.downloadUpdate() correctly (Bug 794211).");
|
||||
|
||||
start_httpserver();
|
||||
setUpdateURLOverride(gURLData + gHTTPHandlerPath);
|
||||
standardInit();
|
||||
|
||||
gDirProvider = new FakeDirProvider();
|
||||
|
||||
let cm = Cc["@mozilla.org/categorymanager;1"].getService(Ci.nsICategoryManager);
|
||||
gOldProviders = [];
|
||||
let enumerator = cm.enumerateCategory("xpcom-directory-providers");
|
||||
while (enumerator.hasMoreElements()) {
|
||||
let entry = enumerator.getNext().QueryInterface(Ci.nsISupportsCString).data;
|
||||
let contractID = cm.getCategoryEntry("xpcom-directory-providers", entry);
|
||||
gOldProviders.push(Cc[contractID].createInstance(Ci.nsIDirectoryServiceProvider));
|
||||
}
|
||||
|
||||
gDirService = Cc["@mozilla.org/file/directory_service;1"].
|
||||
getService(Ci.nsIProperties);
|
||||
|
||||
gOldProviders.forEach(function(p) {
|
||||
gDirService.unregisterProvider(p);
|
||||
});
|
||||
gDirService.registerProvider(gDirProvider);
|
||||
|
||||
Services.prefs.setBoolPref(PREF_APP_UPDATE_SILENT, true);
|
||||
do_execute_soon(run_test_pt1);
|
||||
}
|
||||
|
||||
function run_test_pt1() {
|
||||
gUpdates = null;
|
||||
gUpdateCount = null;
|
||||
gCheckFunc = check_test_pt1;
|
||||
|
||||
let patches = getRemotePatchString();
|
||||
let updates = getRemoteUpdateString(patches);
|
||||
gResponseBody = getRemoteUpdatesXMLString(updates);
|
||||
gUpdateChecker.checkForUpdates(updateCheckListener, true);
|
||||
}
|
||||
|
||||
function check_test_pt1() {
|
||||
Assert.equal(gUpdateCount, 1,
|
||||
"the update count" + MSG_SHOULD_EQUAL);
|
||||
|
||||
gActiveUpdate = gUpdates[0];
|
||||
Assert.ok(!!gActiveUpdate,
|
||||
"there should be an active update");
|
||||
|
||||
let state = gAUS.downloadUpdate(gActiveUpdate, true);
|
||||
Assert.equal(state, STATE_NONE,
|
||||
"the update state" + MSG_SHOULD_EQUAL);
|
||||
Assert.equal(gActiveUpdate.errorCode >>> 0, Cr.NS_ERROR_FILE_TOO_BIG,
|
||||
"the update error code" + MSG_SHOULD_EQUAL);
|
||||
|
||||
doTestFinish();
|
||||
}
|
||||
|
||||
function end_test() {
|
||||
gDirService.unregisterProvider(gDirProvider);
|
||||
gOldProviders.forEach(function(p) {
|
||||
gDirService.registerProvider(p);
|
||||
});
|
||||
gActiveUpdate = null;
|
||||
gDirService = null;
|
||||
gDirProvider = null;
|
||||
}
|
||||
|
||||
function FakeDirProvider() {}
|
||||
FakeDirProvider.prototype = {
|
||||
getFile: function FP_getFile(prop, persistent) {
|
||||
if (prop == KEY_UPDATE_ARCHIVE_DIR) {
|
||||
if (gActiveUpdate) {
|
||||
gActiveUpdate.errorCode = Cr.NS_ERROR_FILE_TOO_BIG;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
},
|
||||
classID: Components.ID("{f30b43a7-2bfa-4e5f-8c4f-abc7dd4ac486}"),
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIDirectoryServiceProvider])
|
||||
};
|
|
@ -22,16 +22,6 @@ tail =
|
|||
[downloadInterruptedRecovery.js]
|
||||
[downloadResumeForSameAppVersion.js]
|
||||
[downloadCompleteAfterPartialFailure.js]
|
||||
skip-if = buildapp == "mulet" || toolkit == 'gonk'
|
||||
reason = custom nsIUpdatePrompt
|
||||
[downloadFileTooBig_gonk.js]
|
||||
skip-if = toolkit != 'gonk'
|
||||
[uiSilentPref.js]
|
||||
skip-if = toolkit == 'gonk'
|
||||
reason = custom nsIUpdatePrompt
|
||||
[uiUnsupportedAlreadyNotified.js]
|
||||
skip-if = toolkit == 'gonk'
|
||||
reason = custom nsIUpdatePrompt
|
||||
[uiAutoPref.js]
|
||||
skip-if = toolkit == 'gonk'
|
||||
reason = custom nsIUpdatePrompt
|
||||
|
|
|
@ -21,16 +21,16 @@ reason = bug 1291985
|
|||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985
|
||||
[marStageSuccessComplete.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk' && debug == true
|
||||
reason = bug 1291985 and bug 1179091
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985
|
||||
[marStageSuccessPartial.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk' && debug == true
|
||||
reason = bug 1291985 and bug 1179091
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985
|
||||
[marVersionDowngrade.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk'
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985 and mar signing
|
||||
[marWrongChannel.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk'
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985 and mar signing
|
||||
[marStageFailurePartial.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
|
@ -48,10 +48,10 @@ reason = Windows only test and bug 1291985
|
|||
skip-if = os != 'win' || debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = Windows only test and bug 1291985
|
||||
[marAppInUseSuccessComplete.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk'
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985 and bug 1164150
|
||||
[marAppInUseStageSuccessComplete_unix.js]
|
||||
skip-if = os == 'win' || toolkit == 'gonk'
|
||||
skip-if = os == 'win'
|
||||
reason = not a Windows test and bug 1164150
|
||||
[marAppInUseStageFailureComplete_win.js]
|
||||
skip-if = os != 'win' || debug && (os_version == '5.1' || os_version == '5.2')
|
||||
|
@ -99,10 +99,10 @@ reason = Windows only test and bug 1291985
|
|||
skip-if = os != 'win' || debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = Windows only test and bug 1291985
|
||||
[marAppApplyUpdateSuccess.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk'
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985 and bug 1164150
|
||||
[marAppApplyUpdateStageSuccess.js]
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2') || toolkit == 'gonk'
|
||||
skip-if = os == 'win' && debug && (os_version == '5.1' || os_version == '5.2')
|
||||
reason = bug 1291985 and bug 1164150
|
||||
[marWrongApplyToDirFailure_win.js]
|
||||
skip-if = os != 'win' || debug && (os_version == '5.1' || os_version == '5.2')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_create_profile.xul]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_bug510426.xul]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
[test_fpuhandler.html]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_profiler.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_start.js]
|
||||
skip-if = true
|
||||
|
|
Загрузка…
Ссылка в новой задаче