Bug 1138063 - Fix up most of the manual test staging rules in c-c; r=jcranmer,callek
This commit is contained in:
Родитель
9ac89a2fa2
Коммит
93d3ea0abc
|
@ -19,18 +19,13 @@ _DEST_DIR = $(DEPTH)/_tests/mozmill
|
|||
$(_DEST_DIR):
|
||||
$(NSINSTALL) -D $@
|
||||
|
||||
# Copy the mailnews and mail resources that we require.
|
||||
libs:: $(_DEST_DIR)
|
||||
$(INSTALL) $(topsrcdir)/mailnews/test/resources/* $(_DEST_DIR)/resources
|
||||
$(INSTALL) $(topsrcdir)/mailnews/test/fakeserver/* $(_DEST_DIR)/resources
|
||||
$(INSTALL) $(topsrcdir)/mail/base/test/unit/resources/* $(_DEST_DIR)/resources
|
||||
|
||||
# Copy MozMill and its dependencies over, and set up a virtualenv. The
|
||||
# virtualenv directory is outside because we don't want to bundle it up during
|
||||
# stage-package.
|
||||
VIRTUALENV_DIR = $(_DEST_DIR)/../mozmill-virtualenv
|
||||
mozmill-virtualenv: NSDISTMODE=copy
|
||||
mozmill-virtualenv:
|
||||
mozmill-virtualenv: $(_DEST_DIR)
|
||||
$(INSTALL) $(topsrcdir)/mail/test/resources $(_DEST_DIR)
|
||||
$(INSTALL) $(topsrcdir)/mozilla/python/virtualenv $(_DEST_DIR)/resources/
|
||||
rm -rf $(VIRTUALENV_DIR) && \
|
||||
|
|
|
@ -8,3 +8,10 @@ TEST_HARNESS_FILES.mozmill += [
|
|||
'runtest.py',
|
||||
'runtestlist.py',
|
||||
]
|
||||
|
||||
TEST_HARNESS_FILES.mozmill.resources += [
|
||||
'/mail/base/test/unit/resources/**',
|
||||
'/mailnews/test/fakeserver/**',
|
||||
'/mailnews/test/resources/**',
|
||||
]
|
||||
|
||||
|
|
|
@ -1,12 +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/.
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
libs::
|
||||
$(INSTALL) $(wildcard $(srcdir)/test/resources/*.js) $(DEPTH)/_tests/xpcshell/mailnews/resources
|
||||
$(INSTALL) $(wildcard $(srcdir)/test/data/*) $(DEPTH)/_tests/xpcshell/mailnews/data
|
||||
endif
|
|
@ -64,17 +64,25 @@ DEFINES['MOZ_WIDGET_TOOLKIT'] = CONFIG['MOZ_WIDGET_TOOLKIT']
|
|||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
TESTING_JS_MODULES.mailnews += [
|
||||
'test/fakeserver/auth.js',
|
||||
'test/fakeserver/imapd.js',
|
||||
'test/fakeserver/maild.js',
|
||||
'test/fakeserver/nntpd.js',
|
||||
'test/fakeserver/pop3d.js',
|
||||
'test/fakeserver/smtpd.js',
|
||||
'test/resources/IMAPpump.js',
|
||||
'test/resources/localAccountUtils.js',
|
||||
'test/resources/mailTestUtils.js',
|
||||
'test/resources/MockFactory.js',
|
||||
'test/resources/PromiseTestUtils.jsm',
|
||||
'test/fakeserver/auth.js',
|
||||
'test/fakeserver/imapd.js',
|
||||
'test/fakeserver/maild.js',
|
||||
'test/fakeserver/nntpd.js',
|
||||
'test/fakeserver/pop3d.js',
|
||||
'test/fakeserver/smtpd.js',
|
||||
'test/resources/IMAPpump.js',
|
||||
'test/resources/localAccountUtils.js',
|
||||
'test/resources/mailTestUtils.js',
|
||||
'test/resources/MockFactory.js',
|
||||
'test/resources/PromiseTestUtils.jsm',
|
||||
]
|
||||
|
||||
TEST_HARNESS_FILES.xpcshell.mailnews.data += [
|
||||
'/mailnews/test/data/**',
|
||||
]
|
||||
|
||||
TEST_HARNESS_FILES.xpcshell.mailnews.resources += [
|
||||
'/mailnews/test/resources/**',
|
||||
]
|
||||
|
||||
JS_PREFERENCE_FILES += [
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
# 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/.
|
||||
|
||||
TEST_DIRS += ['test']
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
|
||||
MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
|
||||
MOCHITEST_MANIFESTS += ['test/mochitest/mochitest.ini']
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsBrowserContentHandler.js',
|
||||
|
|
|
@ -1,104 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = test_feed_discovery.html \
|
||||
feed_discovery.html \
|
||||
test_bug395533.html \
|
||||
bug395533-data.txt \
|
||||
test_bug364677.html \
|
||||
bug364677-data.xml \
|
||||
bug364677-data.xml^headers^ \
|
||||
test_registerHandler.html \
|
||||
valid-feed.xml \
|
||||
valid-unsniffable-feed.xml \
|
||||
$(NULL)
|
||||
|
||||
# test_contextmenu.html is disabled on Linux due to bug 513558
|
||||
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
_TEST_FILES += \
|
||||
test_contextmenu.html \
|
||||
subtst_contextmenu.html \
|
||||
ctxmenu-image.png \
|
||||
audio.ogg \
|
||||
video.ogg \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
_BROWSER_FILES = \
|
||||
head.js \
|
||||
browser_bug329212.js \
|
||||
browser_bug409624.js \
|
||||
browser_bug413915.js \
|
||||
browser_bug427559.js \
|
||||
browser_bug435325.js \
|
||||
browser_bug519216.js \
|
||||
browser_bug561636.js \
|
||||
browser_bug562649.js \
|
||||
browser_bug581947.js \
|
||||
browser_bug585511.js \
|
||||
browser_bug595507.js \
|
||||
browser_bug623155.js \
|
||||
browser_fayt.js \
|
||||
browser_page_style_menu.js \
|
||||
blockPluginVulnerableNoUpdate.xml \
|
||||
blockPluginVulnerableUpdatable.xml \
|
||||
blockNoPlugins.xml \
|
||||
blockPluginHard.xml \
|
||||
browser_pluginCrashCommentAndURL.js \
|
||||
page_style_sample.html \
|
||||
browser_pageInfo.js \
|
||||
feed_tab.html \
|
||||
browser_pluginnotification.js \
|
||||
browser_pluginplaypreview.js \
|
||||
pluginCrashCommentAndURL.html \
|
||||
plugin_alternate_content.html \
|
||||
plugin_bug743421.html \
|
||||
plugin_bug749455.html \
|
||||
plugin_clickToPlayAllow.html \
|
||||
plugin_clickToPlayDeny.html \
|
||||
plugin_hidden_to_visible.html \
|
||||
plugin_unknown.html \
|
||||
plugin_test.html \
|
||||
plugin_test2.html \
|
||||
plugin_test3.html \
|
||||
plugin_two_types.html \
|
||||
plugin_both.html \
|
||||
plugin_both2.html \
|
||||
browser_popupNotification.js \
|
||||
browser_scope.js \
|
||||
browser_alltabslistener.js \
|
||||
alltabslistener.html \
|
||||
browser_relatedTabs.js \
|
||||
browser_selectTabAtIndex.js \
|
||||
title_test.svg \
|
||||
redirect_bug623155.sjs \
|
||||
browser_privatebrowsing_protocolhandler.js \
|
||||
browser_privatebrowsing_protocolhandler_page.html \
|
||||
$(NULL)
|
||||
|
||||
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
_BROWSER_FILES += browser_bug462289.js
|
||||
endif
|
||||
|
||||
_CHROME_FILES = \
|
||||
test_maxSniffing.html \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(addprefix mochitest/, $(_TEST_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
||||
libs:: $(addprefix browser/, $(_BROWSER_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
|
||||
libs:: $(addprefix chrome/, $(_CHROME_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
|
@ -0,0 +1,54 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
head.js
|
||||
blockPluginVulnerableNoUpdate.xml
|
||||
blockPluginVulnerableUpdatable.xml
|
||||
blockNoPlugins.xml
|
||||
blockPluginHard.xml
|
||||
page_style_sample.html
|
||||
feed_tab.html
|
||||
pluginCrashCommentAndURL.html
|
||||
plugin_alternate_content.html
|
||||
plugin_bug743421.html
|
||||
plugin_bug749455.html
|
||||
plugin_clickToPlayAllow.html
|
||||
plugin_clickToPlayDeny.html
|
||||
plugin_hidden_to_visible.html
|
||||
plugin_unknown.html
|
||||
plugin_test.html
|
||||
plugin_test2.html
|
||||
plugin_test3.html
|
||||
plugin_two_types.html
|
||||
plugin_both.html
|
||||
plugin_both2.html
|
||||
alltabslistener.html
|
||||
title_test.svg
|
||||
redirect_bug623155.sjs
|
||||
|
||||
[browser_alltabslistener.js]
|
||||
[browser_bug329212.js]
|
||||
[browser_bug409624.js]
|
||||
[browser_bug413915.js]
|
||||
[browser_bug427559.js]
|
||||
[browser_bug435325.js]
|
||||
[browser_bug462289.js]
|
||||
skip-if = toolkit == 'cocoa'
|
||||
[browser_bug519216.js]
|
||||
[browser_bug561636.js]
|
||||
[browser_bug562649.js]
|
||||
[browser_bug581947.js]
|
||||
[browser_bug585511.js]
|
||||
[browser_bug595507.js]
|
||||
[browser_bug623155.js]
|
||||
[browser_fayt.js]
|
||||
[browser_pageInfo.js]
|
||||
[browser_page_style_menu.js]
|
||||
[browser_pluginCrashCommentAndURL.js]
|
||||
[browser_pluginnotification.js]
|
||||
[browser_pluginplaypreview.js]
|
||||
[browser_popupNotification.js]
|
||||
[browser_privatebrowsing_protocolhandler.js]
|
||||
support-files = browser_privatebrowsing_protocolhandler_page.html
|
||||
[browser_relatedTabs.js]
|
||||
[browser_scope.js]
|
||||
[browser_selectTabAtIndex.js]
|
|
@ -0,0 +1 @@
|
|||
[test_maxSniffing.html]
|
|
@ -0,0 +1,11 @@
|
|||
[test_bug364677.html]
|
||||
support_files = bug364677-data.xml bug364677-data.xml^headers^
|
||||
[test_bug395533.html]
|
||||
support_files = bug395533-data.txt
|
||||
[test_feed_discovery.html]
|
||||
support_files = feed_discovery.html
|
||||
[test_registerHandler.html ]
|
||||
support_files = valid-feed.xml valid-unsniffable-feed.xml
|
||||
[test_contextmenu.html]
|
||||
support_files = subtst_contextmenu.html ctxmenu-image.png audio.ogg video.ogg
|
||||
skip-if = toolkit == 'gtk2' || toolkit == 'gtk3' # disabled on Linux due to bug 513558
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
|
@ -1,22 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_FILES = \
|
||||
browser_dataman_basics.js \
|
||||
dataman_storage.appcache \
|
||||
dataman_storage.appcache^headers^ \
|
||||
dataman_storage.html \
|
||||
browser_dataman_callviews.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_BROWSER_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
@ -0,0 +1,8 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
dataman_storage.appcache
|
||||
dataman_storage.appcache^headers^
|
||||
dataman_storage.html
|
||||
|
||||
[browser_dataman_basics.js]
|
||||
[browser_dataman_callviews.js]
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
|
@ -1,43 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_CHROME_FILES = \
|
||||
test_action_keys_respect_focus.xul \
|
||||
test_basic_functionality.xul \
|
||||
test_cleanup_search.xul \
|
||||
test_clear_button_disabled.xul \
|
||||
test_close_download_manager.xul \
|
||||
test_delete_key_cancels.xul \
|
||||
test_delete_key_removes.xul \
|
||||
test_drag.xul \
|
||||
test_enter_dblclick_opens.xul \
|
||||
test_multi_select.xul \
|
||||
test_multiword_search.xul \
|
||||
test_open_properties.xul \
|
||||
test_removeDownload_updates_ui.xul \
|
||||
test_search_clearlist.xul \
|
||||
test_search_keys.xul \
|
||||
test_select_all.xul \
|
||||
test_space_key_pauses_resumes.xul \
|
||||
test_space_key_retries.xul \
|
||||
test_ui_stays_open_on_alert_clickback.xul \
|
||||
$(NULL)
|
||||
|
||||
_BROWSER_FILES = browser_nsISuiteDownloadManagerUI.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(addprefix chrome/, $(_CHROME_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
||||
|
||||
libs:: $(addprefix browser/, $(_BROWSER_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
@ -0,0 +1 @@
|
|||
[browser_nsISuiteDownloadManagerUI.js]
|
|
@ -0,0 +1,19 @@
|
|||
[test_action_keys_respect_focus.xul]
|
||||
[test_basic_functionality.xul]
|
||||
[test_cleanup_search.xul]
|
||||
[test_clear_button_disabled.xul]
|
||||
[test_close_download_manager.xul]
|
||||
[test_delete_key_cancels.xul]
|
||||
[test_delete_key_removes.xul]
|
||||
[test_drag.xul]
|
||||
[test_enter_dblclick_opens.xul]
|
||||
[test_multiword_search.xul]
|
||||
[test_multi_select.xul]
|
||||
[test_open_properties.xul]
|
||||
[test_removeDownload_updates_ui.xul]
|
||||
[test_search_clearlist.xul]
|
||||
[test_search_keys.xul]
|
||||
[test_select_all.xul]
|
||||
[test_space_key_pauses_resumes.xul]
|
||||
[test_space_key_retries.xul]
|
||||
[test_ui_stays_open_on_alert_clickback.xul]
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
|
@ -8,13 +8,23 @@ DIRS += [
|
|||
'src',
|
||||
]
|
||||
|
||||
TEST_DIRS += [
|
||||
'tests',
|
||||
'dataman/tests',
|
||||
'downloads/tests',
|
||||
'places/tests',
|
||||
BROWSER_CHROME_MANIFESTS += [
|
||||
'dataman/tests/browser.ini',
|
||||
'downloads/tests/browser/browser.ini',
|
||||
'places/tests/browser/browser.ini',
|
||||
'tests/browser/browser.ini',
|
||||
'tests/preferences/browser.ini',
|
||||
]
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += [
|
||||
'downloads/tests/chrome/chrome.ini',
|
||||
'places/tests/chrome/chrome.ini',
|
||||
'tests/chrome/chrome.ini',
|
||||
]
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['places/tests/unit/xpcshell.ini']
|
||||
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
# DEFINES for preprocessing
|
||||
|
|
|
@ -1,45 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_CHROME_FILES = \
|
||||
head.js \
|
||||
test_treeview_date.xul \
|
||||
test_bug485100-change-case-loses-tag.xul \
|
||||
test_bug427633_no_newfolder_if_noip.xul \
|
||||
test_0_multiple_left_pane.xul \
|
||||
test_0_bug510634.xul \
|
||||
test_bug549192.xul \
|
||||
test_bug549491.xul \
|
||||
$(NULL)
|
||||
|
||||
_BROWSER_FILES = \
|
||||
head.js \
|
||||
browser_0_library_left_pane_migration.js \
|
||||
browser_library_left_pane_fixnames.js \
|
||||
browser_425884.js \
|
||||
browser_423515.js \
|
||||
browser_sort_in_library.js \
|
||||
browser_library_open_leak.js \
|
||||
browser_library_left_pane_commands.js \
|
||||
browser_drag_bookmarks_on_toolbar.js \
|
||||
browser_library_views_liveupdate.js \
|
||||
browser_library_infoBox.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(addprefix chrome/, $(_CHROME_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
||||
|
||||
libs:: $(addprefix browser/, $(_BROWSER_FILES))
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
@ -0,0 +1,14 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
head.js
|
||||
|
||||
[browser_0_library_left_pane_migration.js]
|
||||
[browser_423515.js]
|
||||
[browser_425884.js]
|
||||
[browser_drag_bookmarks_on_toolbar.js]
|
||||
[browser_library_infoBox.js]
|
||||
[browser_library_left_pane_commands.js]
|
||||
[browser_library_left_pane_fixnames.js]
|
||||
[browser_library_open_leak.js]
|
||||
[browser_library_views_liveupdate.js]
|
||||
[browser_sort_in_library.js]
|
|
@ -0,0 +1,11 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
head.js
|
||||
|
||||
[test_0_bug510634.xul]
|
||||
[test_0_multiple_left_pane.xul]
|
||||
[test_bug427633_no_newfolder_if_noip.xul]
|
||||
[test_bug485100-change-case-loses-tag.xul]
|
||||
[test_bug549192.xul]
|
||||
[test_bug549491.xul]
|
||||
[test_treeview_date.xul]
|
|
@ -1,7 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
|
||||
|
|
@ -1,90 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_FILES = \
|
||||
head.js \
|
||||
browser_form_restore_events.js \
|
||||
browser_form_restore_events_sample.html \
|
||||
browser_339445.js \
|
||||
browser_339445_sample.html \
|
||||
browser_345898.js \
|
||||
browser_346337.js \
|
||||
browser_346337_sample.html \
|
||||
browser_350525.js \
|
||||
browser_354894.js \
|
||||
browser_367052.js \
|
||||
browser_393716.js \
|
||||
browser_394759_basic.js \
|
||||
browser_394759_behavior.js \
|
||||
browser_408470.js \
|
||||
browser_408470_sample.html \
|
||||
browser_423132.js \
|
||||
browser_423132_sample.html \
|
||||
browser_bug431826.js \
|
||||
browser_447951.js \
|
||||
browser_447951_sample.html \
|
||||
browser_448741.js \
|
||||
browser_454908.js \
|
||||
browser_454908_sample.html \
|
||||
browser_456342.js \
|
||||
browser_456342_sample.xhtml \
|
||||
browser_461634.js \
|
||||
browser_463206.js \
|
||||
browser_463206_sample.html \
|
||||
browser_465215.js \
|
||||
browser_465223.js \
|
||||
browser_466937.js \
|
||||
browser_466937_sample.html \
|
||||
browser_477657.js \
|
||||
browser_480893.js \
|
||||
browser_483330.js \
|
||||
browser_485482.js \
|
||||
browser_485482_sample.html \
|
||||
browser_490040.js \
|
||||
browser_491168.js \
|
||||
browser_493467.js \
|
||||
browser_500328.js \
|
||||
browser_514751.js \
|
||||
browser_522545.js \
|
||||
browser_524745.js \
|
||||
browser_526613.js \
|
||||
browser_528776.js \
|
||||
browser_581937.js \
|
||||
browser_586068-cascaded_restore.js \
|
||||
browser_597315.js \
|
||||
browser_597315_index.html \
|
||||
browser_597315_a.html \
|
||||
browser_597315_b.html \
|
||||
browser_597315_c.html \
|
||||
browser_597315_c1.html \
|
||||
browser_597315_c2.html \
|
||||
browser_607016.js \
|
||||
browser_615394-SSWindowState_events.js \
|
||||
browser_625257.js \
|
||||
browser_636279.js \
|
||||
browser_637020.js \
|
||||
browser_637020_slow.sjs \
|
||||
browser_665702-state_session.js \
|
||||
browser_687710.js \
|
||||
browser_687710_2.js \
|
||||
browser_694378.js \
|
||||
browser_isempty.js \
|
||||
browser_markPageAsFollowedLink.js \
|
||||
framedPage.html \
|
||||
frameLeft.html \
|
||||
frameRight.html \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_BROWSER_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
@ -0,0 +1,75 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
head.js
|
||||
framedPage.html
|
||||
frameLeft.html
|
||||
frameRight.html
|
||||
|
||||
[browser_339445.js]
|
||||
support-files = browser_339445_sample.html
|
||||
[browser_345898.js]
|
||||
[browser_346337.js]
|
||||
support-files = browser_346337_sample.html
|
||||
[browser_350525.js]
|
||||
[browser_354894.js]
|
||||
[browser_367052.js]
|
||||
[browser_393716.js]
|
||||
[browser_394759_basic.js]
|
||||
[browser_394759_behavior.js]
|
||||
[browser_408470.js]
|
||||
support-files = browser_408470_sample.html
|
||||
[browser_423132.js]
|
||||
support-files = browser_423132_sample.html
|
||||
[browser_447951.js]
|
||||
support-files = browser_447951_sample.html
|
||||
[browser_448741.js]
|
||||
[browser_454908.js]
|
||||
support-files = browser_454908_sample.html
|
||||
[browser_456342.js]
|
||||
support-files = browser_456342_sample.xhtml
|
||||
[browser_461634.js]
|
||||
[browser_463206.js]
|
||||
support-files = browser_463206_sample.html
|
||||
[browser_465215.js]
|
||||
[browser_465223.js]
|
||||
[browser_466937.js]
|
||||
support-files = browser_466937_sample.html
|
||||
[browser_477657.js]
|
||||
[browser_480893.js]
|
||||
[browser_483330.js]
|
||||
[browser_485482.js]
|
||||
support-files = browser_485482_sample.html
|
||||
[browser_490040.js]
|
||||
[browser_491168.js]
|
||||
[browser_493467.js]
|
||||
[browser_500328.js]
|
||||
[browser_514751.js]
|
||||
[browser_522545.js]
|
||||
[browser_524745.js]
|
||||
[browser_526613.js]
|
||||
[browser_528776.js]
|
||||
[browser_581937.js]
|
||||
[browser_586068-cascaded_restore.js]
|
||||
[browser_597315.js]
|
||||
support-files =
|
||||
browser_597315_a.html
|
||||
browser_597315_b.html
|
||||
browser_597315_c.html
|
||||
browser_597315_c1.html
|
||||
browser_597315_c2.html
|
||||
browser_597315_index.html
|
||||
[browser_607016.js]
|
||||
[browser_615394-SSWindowState_events.js]
|
||||
[browser_625257.js]
|
||||
[browser_636279.js]
|
||||
[browser_637020.js]
|
||||
support-files = browser_637020_slow.sjs
|
||||
[browser_665702-state_session.js]
|
||||
[browser_687710.js]
|
||||
[browser_687710_2.js]
|
||||
[browser_694378.js]
|
||||
[browser_bug431826.js]
|
||||
[browser_form_restore_events.js]
|
||||
support-files = browser_form_restore_events_sample.html
|
||||
[browser_isempty.js]
|
||||
[browser_markPageAsFollowedLink.js]
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
|
@ -1,20 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = test_idcheck.xul \
|
||||
$(topsrcdir)/mailnews/test/resources/mailTestUtils.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
|
@ -0,0 +1,2 @@
|
|||
[test_idcheck.xul]
|
||||
support-files = /mailnews/test/resources/mailTestUtils.js
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
|
@ -1,11 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
||||
|
||||
TEST_DIRS += [
|
||||
'browser',
|
||||
'chrome',
|
||||
'preferences',
|
||||
]
|
||||
|
|
@ -1,19 +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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_FILES = \
|
||||
browser_bug410900.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_BROWSER_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
@ -0,0 +1 @@
|
|||
[browser_bug410900.js]
|
|
@ -1,4 +0,0 @@
|
|||
# vim: set filetype=python:
|
||||
# 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/.
|
Загрузка…
Ссылка в новой задаче