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

This commit is contained in:
Ms2ger 2013-02-25 12:47:19 -08:00
parent 9d41654174
commit 27b1511473
20 changed files with 48 additions and 39 deletions

View File

@ -8,18 +8,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = dom/imported-tests
DIRS = \
failures/editing/conformancetest \
failures/editing/selecttest \
failures/html/html/semantics/scripting-1/the-script-element \
failures/html/old-tests/submission/Opera/microdata \
failures/webapps/DOMCore/tests/approved \
failures/webapps/DOMCore/tests/submissions/Ms2ger \
failures/webapps/DOMCore/tests/submissions/Opera \
failures/webapps/WebStorage/tests/submissions/Infraware \
failures/webapps/WebStorage/tests/submissions/Ms2ger \
$(NULL)
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -9,9 +9,6 @@ relativesrcdir := @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := \
$(NULL)
MOCHITEST_FILES := \
test_getElementsByClassName-10.xml.json \
test_getElementsByClassName-11.xml.json \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,6 +3,18 @@
# 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/.
DIRS += [
'failures/editing/conformancetest',
'failures/editing/selecttest',
'failures/html/html/semantics/scripting-1/the-script-element',
'failures/html/old-tests/submission/Opera/microdata',
'failures/webapps/DOMCore/tests/approved',
'failures/webapps/DOMCore/tests/submissions/Ms2ger',
'failures/webapps/DOMCore/tests/submissions/Opera',
'failures/webapps/WebStorage/tests/submissions/Infraware',
'failures/webapps/WebStorage/tests/submissions/Ms2ger',
]
include('editing.mozbuild')
include('html.mozbuild')
include('webapps.mozbuild')