diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 07:23:19 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 07:23:19 +0000 |
commit | 113ffb09cf959e656d22e1c3c53cd81a5603e292 (patch) | |
tree | 18bd329130fb4271d927aea57a3bf1852c2fd93a /webkit | |
parent | 4d89f386af65daedfa0acda2ec501c501af84fb8 (diff) | |
download | chromium_src-113ffb09cf959e656d22e1c3c53cd81a5603e292.zip chromium_src-113ffb09cf959e656d22e1c3c53cd81a5603e292.tar.gz chromium_src-113ffb09cf959e656d22e1c3c53cd81a5603e292.tar.bz2 |
WebKit update [43550:43553].
I did this narrow update so the canary can go green again.
LayoutTests/fast/js/instance-of-immediates.html
Crashing. Not a regression, as the crash reproes in chrome 1.0 as well.
<http://code.google.com/p/v8/issues/detail?id=341>
Review URL: http://codereview.chromium.org/113255
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d05de51..f1deb6e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2672,3 +2672,6 @@ BUG11795 : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL // Already baselined for chromium-win, may need to be done for mac/linux as well. BUG11796 MAC LINUX : LayoutTests/fast/forms/search-styled.html = FAIL +// Seems like a crash in "instanceof" V8 code generation. +// http://code.google.com/p/v8/issues/detail?id=341 +LayoutTests/fast/js/instance-of-immediates.html = CRASH |