diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 08:26:08 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 08:26:08 +0000 |
commit | 6584ba17bca0672b9d99f595f14afab14658e173 (patch) | |
tree | 49d8d5b8db19f30f29e85c4f3350153a810bded3 | |
parent | 7c9ba33c670a351c015b1a9880132cfa98d4c9f6 (diff) | |
download | chromium_src-6584ba17bca0672b9d99f595f14afab14658e173.zip chromium_src-6584ba17bca0672b9d99f595f14afab14658e173.tar.gz chromium_src-6584ba17bca0672b9d99f595f14afab14658e173.tar.bz2 |
Revert Update V8 to version 3.2.0.1
There are memory leaks.
Review URL: http://codereview.chromium.org/6623080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77264 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -12,7 +12,7 @@ vars = { "libvpx_revision": "76510", "ffmpeg_revision": "76547", "skia_revision": "877", - "v8_revision": "7079", + "v8_revision": "7023", } deps = { diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b57462a..7b36dde 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -21,6 +21,3 @@ BUG_TONYG MAC : svg/text/font-size-below-point-five.svg = TEXT // Skip these tests until the test_expecitations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT - -// Until new baselines land in WebKit. -BUG_MMALY : fast/js/mozilla/strict/15.5.5.1.html = PASS TEXT |