diff --git a/dom/imptests/Makefile.in b/dom/imptests/Makefile.in index 1d0368803c0e..94b741970699 100644 --- a/dom/imptests/Makefile.in +++ b/dom/imptests/Makefile.in @@ -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 diff --git a/dom/imptests/editing.mk b/dom/imptests/editing.mk deleted file mode 100644 index e997b24fde53..000000000000 --- a/dom/imptests/editing.mk +++ /dev/null @@ -1,3 +0,0 @@ -DIRS += \ - editing \ - $(NULL) diff --git a/dom/imptests/editing.mozbuild b/dom/imptests/editing.mozbuild new file mode 100644 index 000000000000..da391734e0e4 --- /dev/null +++ b/dom/imptests/editing.mozbuild @@ -0,0 +1,5 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ + 'editing', +] diff --git a/dom/imptests/editing/Makefile.in b/dom/imptests/editing/Makefile.in index 5c271a1acf26..3e2b767f1544 100644 --- a/dom/imptests/editing/Makefile.in +++ b/dom/imptests/editing/Makefile.in @@ -9,12 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - css \ - conformancetest \ - selecttest \ - $(NULL) - MOCHITEST_FILES := \ implementation.js \ tests.js \ diff --git a/dom/imptests/editing/conformancetest/Makefile.in b/dom/imptests/editing/conformancetest/Makefile.in index 20ee8ec40b9f..a2254f39b0f6 100644 --- a/dom/imptests/editing/conformancetest/Makefile.in +++ b/dom/imptests/editing/conformancetest/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_runtest.html \ test_event.html \ diff --git a/dom/imptests/editing/conformancetest/moz.build b/dom/imptests/editing/conformancetest/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/editing/conformancetest/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/editing/css/Makefile.in b/dom/imptests/editing/css/Makefile.in index f3497bcee42d..cfea71350216 100644 --- a/dom/imptests/editing/css/Makefile.in +++ b/dom/imptests/editing/css/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ reset.css \ $(NULL) diff --git a/dom/imptests/editing/css/moz.build b/dom/imptests/editing/css/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/editing/css/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/editing/moz.build b/dom/imptests/editing/moz.build new file mode 100644 index 000000000000..754363536409 --- /dev/null +++ b/dom/imptests/editing/moz.build @@ -0,0 +1,7 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ + 'css', + 'conformancetest', + 'selecttest', +] diff --git a/dom/imptests/editing/selecttest/Makefile.in b/dom/imptests/editing/selecttest/Makefile.in index 7834b231aabd..d9422e2f0b53 100644 --- a/dom/imptests/editing/selecttest/Makefile.in +++ b/dom/imptests/editing/selecttest/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_addRange.html \ test_collapse.html \ diff --git a/dom/imptests/editing/selecttest/moz.build b/dom/imptests/editing/selecttest/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/editing/selecttest/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/html.mk b/dom/imptests/html.mk deleted file mode 100644 index c4b4f581941f..000000000000 --- a/dom/imptests/html.mk +++ /dev/null @@ -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) diff --git a/dom/imptests/html.mozbuild b/dom/imptests/html.mozbuild new file mode 100644 index 000000000000..edbbffc9bcec --- /dev/null +++ b/dom/imptests/html.mozbuild @@ -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', +] diff --git a/dom/imptests/html/html/browsers/browsing-the-web/read-media/Makefile.in b/dom/imptests/html/html/browsers/browsing-the-web/read-media/Makefile.in index 39dad67f0483..7421246a3ded 100644 --- a/dom/imptests/html/html/browsers/browsing-the-web/read-media/Makefile.in +++ b/dom/imptests/html/html/browsers/browsing-the-web/read-media/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_pageload-image.html \ test_pageload-video.html \ diff --git a/dom/imptests/html/html/browsers/browsing-the-web/read-media/moz.build b/dom/imptests/html/html/browsers/browsing-the-web/read-media/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/html/html/browsers/browsing-the-web/read-media/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/html/html/semantics/scripting-1/the-script-element/Makefile.in b/dom/imptests/html/html/semantics/scripting-1/the-script-element/Makefile.in index 74853ff32b1d..01d809f10fba 100644 --- a/dom/imptests/html/html/semantics/scripting-1/the-script-element/Makefile.in +++ b/dom/imptests/html/html/semantics/scripting-1/the-script-element/Makefile.in @@ -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 \ diff --git a/dom/imptests/html/html/semantics/scripting-1/the-script-element/moz.build b/dom/imptests/html/html/semantics/scripting-1/the-script-element/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/html/html/semantics/scripting-1/the-script-element/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/html/html/webappapis/scripting/events/Makefile.in b/dom/imptests/html/html/webappapis/scripting/events/Makefile.in index 0bee4986af93..fcd52b675cbd 100644 --- a/dom/imptests/html/html/webappapis/scripting/events/Makefile.in +++ b/dom/imptests/html/html/webappapis/scripting/events/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_body-onload.html \ test_event-handler-javascript.html \ diff --git a/dom/imptests/html/html/webappapis/scripting/events/moz.build b/dom/imptests/html/html/webappapis/scripting/events/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/html/html/webappapis/scripting/events/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/html/html/webappapis/scripting/processing-model-2/Makefile.in b/dom/imptests/html/html/webappapis/scripting/processing-model-2/Makefile.in index bffdfc21de41..d798044e62c9 100644 --- a/dom/imptests/html/html/webappapis/scripting/processing-model-2/Makefile.in +++ b/dom/imptests/html/html/webappapis/scripting/processing-model-2/Makefile.in @@ -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 \ diff --git a/dom/imptests/html/html/webappapis/scripting/processing-model-2/moz.build b/dom/imptests/html/html/webappapis/scripting/processing-model-2/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/html/html/webappapis/scripting/processing-model-2/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in b/dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in index bb77740a3b43..aea7b3316f56 100644 --- a/dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in +++ b/dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_001.html \ $(NULL) diff --git a/dom/imptests/html/old-tests/submission/Opera/microdata/moz.build b/dom/imptests/html/old-tests/submission/Opera/microdata/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/html/old-tests/submission/Opera/microdata/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/moz.build b/dom/imptests/moz.build new file mode 100644 index 000000000000..293eb0429229 --- /dev/null +++ b/dom/imptests/moz.build @@ -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') diff --git a/dom/imptests/webapps.mk b/dom/imptests/webapps.mk deleted file mode 100644 index 374824fca5cc..000000000000 --- a/dom/imptests/webapps.mk +++ /dev/null @@ -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) diff --git a/dom/imptests/webapps.mozbuild b/dom/imptests/webapps.mozbuild new file mode 100644 index 000000000000..2da26c9784f6 --- /dev/null +++ b/dom/imptests/webapps.mozbuild @@ -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', +] diff --git a/dom/imptests/webapps/DOMCore/tests/approved/Makefile.in b/dom/imptests/webapps/DOMCore/tests/approved/Makefile.in index 9720bf637332..ea09f953d4c8 100644 --- a/dom/imptests/webapps/DOMCore/tests/approved/Makefile.in +++ b/dom/imptests/webapps/DOMCore/tests/approved/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_exceptions.html \ test_interfaces.html \ diff --git a/dom/imptests/webapps/DOMCore/tests/approved/moz.build b/dom/imptests/webapps/DOMCore/tests/approved/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/DOMCore/tests/approved/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/Makefile.in b/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/Makefile.in index f59be13da8d8..1d1a5905db5f 100644 --- a/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/Makefile.in +++ b/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_attributes.html \ test_case.html \ diff --git a/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/moz.build b/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/webapps/DOMCore/tests/submissions/Opera/Makefile.in b/dom/imptests/webapps/DOMCore/tests/submissions/Opera/Makefile.in index 057b55b8d571..2cbcd93e709d 100644 --- a/dom/imptests/webapps/DOMCore/tests/submissions/Opera/Makefile.in +++ b/dom/imptests/webapps/DOMCore/tests/submissions/Opera/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_getElementsByClassName-01.htm \ test_getElementsByClassName-02.htm \ diff --git a/dom/imptests/webapps/DOMCore/tests/submissions/Opera/moz.build b/dom/imptests/webapps/DOMCore/tests/submissions/Opera/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/DOMCore/tests/submissions/Opera/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/Makefile.in b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/Makefile.in index c47c3bc6aaeb..a2b6617b3e90 100644 --- a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/Makefile.in +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/Makefile.in @@ -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 \ diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/Makefile.in b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/Makefile.in index 19dbbe42550b..517f33fc6ea5 100644 --- a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/Makefile.in +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ local_change_item_iframe.html \ local_security_iframe.html \ diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/moz.build b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/moz.build b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/moz.build new file mode 100644 index 000000000000..d406cdf1483d --- /dev/null +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Infraware/moz.build @@ -0,0 +1,5 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ + 'iframe', +] diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Makefile.in b/dom/imptests/webapps/WebStorage/tests/submissions/Makefile.in index f29b68c470e5..de4cf83ce220 100644 --- a/dom/imptests/webapps/WebStorage/tests/submissions/Makefile.in +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Makefile.in @@ -9,11 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - Infraware \ - Ms2ger \ - $(NULL) - include $(topsrcdir)/config/rules.mk diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/Makefile.in b/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/Makefile.in index 047cf6426eb4..c12aec445bc5 100644 --- a/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/Makefile.in +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_event_constructor_js.html \ test_missing_arguments.html \ diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/moz.build b/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +] diff --git a/dom/imptests/webapps/WebStorage/tests/submissions/moz.build b/dom/imptests/webapps/WebStorage/tests/submissions/moz.build new file mode 100644 index 000000000000..f72b9cc92495 --- /dev/null +++ b/dom/imptests/webapps/WebStorage/tests/submissions/moz.build @@ -0,0 +1,6 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ + 'Infraware', + 'Ms2ger', +] diff --git a/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile.in b/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile.in index 3ca93ba43ca4..8e92e56305f3 100644 --- a/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile.in +++ b/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile.in @@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@ include $(DEPTH)/config/autoconf.mk -DIRS := \ - $(NULL) - MOCHITEST_FILES := \ test_interfaces.html \ test_setrequestheader-invalid-arguments.htm \ diff --git a/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/moz.build b/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/moz.build new file mode 100644 index 000000000000..1147426c7da9 --- /dev/null +++ b/dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/moz.build @@ -0,0 +1,4 @@ +# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT + +DIRS += [ +]