Bug 859075 - Disable test_window-named-properties.html via Makefile

CLOSED TREE
This commit is contained in:
Ed Morley 2013-09-19 17:08:28 +01:00
parent 7e1838537c
commit 9f3f2280c4
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,10 @@
# THIS FILE IS AUTOGENERATED BY parseFailures.py - DO NOT EDIT
# Disabled due to bug 859075
# test_window-named-properties.html.json \
MOCHITEST_FILES := \
test_window-indexed-properties-strict.html.json \
test_window-named-properties.html.json \
test_window-properties.html.json \
test_window-prototype-chain.html.json \
$(NULL)

View File

@ -1,5 +1,4 @@
{
"Static name on the prototype": true,
"constructor": true,
"Dynamic name": true
"constructor": true
}

View File

@ -1,7 +1,9 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
# Disabled due to bug 859075
# test_window-indexed-properties.html \
MOCHITEST_FILES := \
test_window-indexed-properties.html \
test_window-indexed-properties-strict.html \
test_window-named-properties.html \
test_window-properties.html \