diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 16:31:54 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 16:31:54 +0000 |
commit | ef9c2a3c4e1bcea0b6dd1af6c0d27e0bd113eb7d (patch) | |
tree | aa6a7494826cee4bffeb0a700af5c82bc6cc8537 /webkit/tools | |
parent | 7f8d362ec211a82f4e18b3bca74dec29b888ffa2 (diff) | |
download | chromium_src-ef9c2a3c4e1bcea0b6dd1af6c0d27e0bd113eb7d.zip chromium_src-ef9c2a3c4e1bcea0b6dd1af6c0d27e0bd113eb7d.tar.gz chromium_src-ef9c2a3c4e1bcea0b6dd1af6c0d27e0bd113eb7d.tar.bz2 |
Rebaseline js layout tests that depend on the output strings.
This is a compromised solution. This should be fixed in V8
so V8 outputs the same results as JSC. A bug was filed in
V8: http://code.google.com/p/v8/issues/detail?id=438
Before this is fix, we create local baselines for these
tests from upstream and remove the chromium's versions, which
are basically the same tests.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/201094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 83aea4e..70f325b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -319,13 +319,6 @@ WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS // ----------------------------------------------------------------- // These tests have been rewritten, with the original being ignored, -// because they were written in ways which are not cross-browser. -// (e.g. they expect implementation-dependent strings in output) -WONTFIX : LayoutTests/fast/js/date-proto-generic-invocation.html = FAIL -WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL -WONTFIX : LayoutTests/fast/js/kde/inbuilt_function_tostring.html = FAIL - -// These tests have been rewritten, with the original being ignored, // because they rely on being able to shadow the 'top' variable on the // global object. For security we disallow shadowing of top. WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL |