diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 30 |
2 files changed, 31 insertions, 1 deletions
@@ -52,7 +52,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@837", "src/v8": - "http://v8.googlecode.com/svn/trunk@5128", + "http://v8.googlecode.com/svn/trunk@5136", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0ca4cc3..4c31d24 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -4,3 +4,33 @@ // // 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 |