summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-24 00:00:39 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-24 00:00:39 +0000
commited1ff5e175dbc151aa7999e2c7b79a82c8ff7052 (patch)
treeb7489eaab2295cac4b1dcd1d02ed24a81c8f63aa
parent50caf274c9a2da3fac8df29abfa2fde2ceddd425 (diff)
downloadchromium_src-ed1ff5e175dbc151aa7999e2c7b79a82c8ff7052.zip
chromium_src-ed1ff5e175dbc151aa7999e2c7b79a82c8ff7052.tar.gz
chromium_src-ed1ff5e175dbc151aa7999e2c7b79a82c8ff7052.tar.bz2
Moves test to ignored list that is testing a KJS implementation detail
(window.GCController.getJSObjectCount) that we have no intention of supporting. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/16257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7461 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt1
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt5
2 files changed, 5 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 593015f..9a3bf18 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1634,7 +1634,6 @@ LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html = FAIL
LINUX WIN : LayoutTests/http/tests/loading/simple-subframe.html = FAIL
// WebKit Merge 39100:39141 new tests:
-SKIP : LayoutTests/fast/dom/Window/timeout-released-on-close.html = FAIL
LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL
LayoutTests/fast/regex/non-pattern-characters.html = FAIL
SKIP : LayoutTests/fast/workers/worker-navigator.html = FAIL
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index 5cbcf7b..0adb028 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -146,6 +146,11 @@ LayoutTests/fast/js/exception-expression-offset.html = FAIL
// if the tests pass or fail.
LayoutTests/fast/js/function-names.html = FAIL PASS
+// This test relies on KJS specific implementation
+// (window.GCController.getJSObjectCount), which we have no intention of
+// supporting.
+LayoutTests/fast/dom/Window/timeout-released-on-close.html = FAIL
+
// These tests expect a tiff decoder, which we don't have.
LINUX WIN : LayoutTests/fast/images/embed-image.html = FAIL
LINUX WIN : LayoutTests/fast/images/object-image.html = FAIL