Bug 784841 - Part 18i: Convert dom/imptests with importTestsuite.py output; rs=gps

This commit is contained in:
Ms2ger 2013-02-25 12:47:19 -08:00
Родитель acbdb6060f
Коммит 77ad7ecf33
42 изменённых файлов: 105 добавлений и 77 удалений

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

@ -20,9 +20,6 @@ DIRS = \
failures/webapps/WebStorage/tests/submissions/Ms2ger \
$(NULL)
include $(srcdir)/editing.mk
include $(srcdir)/html.mk
include $(srcdir)/webapps.mk
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

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

@ -1,3 +0,0 @@
DIRS += \
editing \
$(NULL)

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

@ -0,0 +1,5 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'editing',
]

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

@ -9,12 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
css \
conformancetest \
selecttest \
$(NULL)
MOCHITEST_FILES := \
implementation.js \
tests.js \

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_runtest.html \
test_event.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
reset.css \
$(NULL)

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -0,0 +1,7 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'css',
'conformancetest',
'selecttest',
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_addRange.html \
test_collapse.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -1,7 +0,0 @@
DIRS += \
html/html/webappapis/scripting/events \
html/html/browsers/browsing-the-web/read-media \
html/html/semantics/scripting-1/the-script-element \
html/html/webappapis/scripting/processing-model-2 \
html/old-tests/submission/Opera/microdata \
$(NULL)

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

@ -0,0 +1,9 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'html/html/webappapis/scripting/events',
'html/html/browsers/browsing-the-web/read-media',
'html/html/semantics/scripting-1/the-script-element',
'html/html/webappapis/scripting/processing-model-2',
'html/old-tests/submission/Opera/microdata',
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_pageload-image.html \
test_pageload-video.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_script-for-event.html \
test_script-for-onload.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_body-onload.html \
test_event-handler-javascript.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_window-onerror-parse-error.html \
test_window-onerror-runtime-error.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_001.html \
$(NULL)

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

8
dom/imptests/moz.build Normal file
Просмотреть файл

@ -0,0 +1,8 @@
# 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/.
include('editing.mozbuild')
include('html.mozbuild')
include('webapps.mozbuild')

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

@ -1,7 +0,0 @@
DIRS += \
webapps/DOMCore/tests/approved \
webapps/DOMCore/tests/submissions/Ms2ger \
webapps/DOMCore/tests/submissions/Opera \
webapps/WebStorage/tests/submissions \
webapps/XMLHttpRequest/tests/submissions/Ms2ger \
$(NULL)

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

@ -0,0 +1,9 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'webapps/DOMCore/tests/approved',
'webapps/DOMCore/tests/submissions/Ms2ger',
'webapps/DOMCore/tests/submissions/Opera',
'webapps/WebStorage/tests/submissions',
'webapps/XMLHttpRequest/tests/submissions/Ms2ger',
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_exceptions.html \
test_interfaces.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_attributes.html \
test_case.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_getElementsByClassName-01.htm \
test_getElementsByClassName-02.htm \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -9,10 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
iframe \
$(NULL)
MOCHITEST_FILES := \
test_event_constructor.html \
test_event_local_key.html \

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
local_change_item_iframe.html \
local_security_iframe.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -0,0 +1,5 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'iframe',
]

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

@ -9,11 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
Infraware \
Ms2ger \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_event_constructor_js.html \
test_missing_arguments.html \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]

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

@ -0,0 +1,6 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
'Infraware',
'Ms2ger',
]

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

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_interfaces.html \
test_setrequestheader-invalid-arguments.htm \

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

@ -0,0 +1,4 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
DIRS += [
]