⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136143 in webkit


Ignore:
Timestamp:
Nov 29, 2012, 11:28:14 AM (14 years ago)
Author:
dbates@webkit.org
Message:

[Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
​https://bugs.webkit.org/show_bug.cgi?id=103348

Reviewed by Abhishek Arya.

Add a comment to explain that the crash is expected and is performed in an
orderly fashion.

  • platform/chromium/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136142 r136143  
     12012-11-28  Daniel Bates  <dbates@webkit.org>
     2
     3        [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
     4        https://bugs.webkit.org/show_bug.cgi?id=103348
     5
     6        Reviewed by Abhishek Arya.
     7
     8        Add a comment to explain that the crash is expected and is performed in an
     9        orderly fashion.
     10
     11        * platform/chromium/TestExpectations:
     12
    1132012-11-29  Dan Bernstein  <mitz@apple.com>
    214
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r136130 r136143  
    267267# See http://code.google.com/p/v8/issues/detail?id=287
    268268fast/js/regexp-overflow-too-big.html [ WontFix ]
     269
     270# We expect V8 to crash in an orderly fashion instead of throwing a JavaScript out-of-memory error.
     271webkit.org/b/103348 fast/js/string-replacement-outofmemory.html [ Crash ]
    269272
    270273# XHTML tests. These tests are all checked in with expectations that represent
    … …  
    42344237webkit.org/b/103308 [ SnowLeopard Lion ] css3/filters/custom/custom-filter-transforms-animation.html [ Pass Timeout ]
    42354238
    4236 webkit.org/b/103348 fast/js/string-replacement-outofmemory.html [ Crash ]
    42374239webkit.org/b/103363 [ Mac ] touchadjustment/touch-links-longpress.html [ Failure ]
    42384240webkit.org/b/103183 [ Win7 SnowLeopard Lion ] media/video-duration-known-after-eos.html [ Pass Crash ]
Note: See TracChangeset for help on using the changeset viewer.