diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 11:33:42 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 11:33:42 +0000 |
commit | 450429a92e89e71de860f2158efd626795c9b830 (patch) | |
tree | 35f68dffd685ce2c74bc29e8dc1f3f0220479422 /webkit | |
parent | b15ffb1890bbfdfcb9c646e122dec09829bcaade (diff) | |
download | chromium_src-450429a92e89e71de860f2158efd626795c9b830.zip chromium_src-450429a92e89e71de860f2158efd626795c9b830.tar.gz chromium_src-450429a92e89e71de860f2158efd626795c9b830.tar.bz2 |
WebKit roll 64534:64541.
TBR=atwilson
Review URL: http://codereview.chromium.org/3029054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1932a61..0ca4cc3 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -4,47 +4,3 @@ // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. - -// These tests all fail because the expected output is wrong. The -// reason is that JSC does not currently implement Function.prototype.bind -// These test has intentionally been marked as FAIL, which makes it easy -// to fix this when webkit implements this ES5 feature. - -BUGWK42371 : ietestcenter/Javascript/15.2.3.3-4-38.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-0-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-0-2.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-2.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-3.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-4.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-5.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-15-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-15-2.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-16-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-2.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-3.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-4.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-5.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-6.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-7.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-8.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-9.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-2.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-1.html = FAIL -BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-2.html = FAIL - -BUG50438 : media/controls-drag-timebar.html = PASS FAIL - -// This test fails because the expected output is wrong. -// The reason is the device orientation runtime feature -// switch had to be switched off for test_shell until -// it provides a mock DeviceOrientationClient. -// See crbug.com/50637. -BUG50637 : fast/dom/prototype-inheritance.html = FAIL - -BUG50816 MAC : fast/forms/search-transformed.html = FAIL -BUG50825 LINUX : svg/custom/massive-coordinates.svg = FAIL - -BUG51036 : fast/events/special-key-events-in-input-text.html = FAIL |