Changeset 154246 in webkit


Ignore:
Timestamp:
Aug 18, 2013 4:06:35 AM (11 years ago)
Author:
Antti Koivisto
Message:

<https://webkit.org/b/119963> Use TextNodeTraversal for getting sheet text in StyleElement

Reviewed by Andreas Kling.

As a follow-up, mark as crashing a test that is now expected to crash in controlled manner (CRASH()).

Note that the test only ever passed because the amount of data was huge enough (>4GB) for it to take
the special do-nothing code path. With slightly less data the test would hit CRASH() in fastRealloc() like
it does now.


Mark fast/css/giant-stylesheet-crash.html as crashing.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r154236 r154246  
     12013-08-18  Antti Koivisto  <antti@apple.com>
     2
     3        <https://webkit.org/b/119963> Use TextNodeTraversal for getting sheet text in StyleElement
     4
     5        Reviewed by Andreas Kling.
     6       
     7        As a follow-up, mark as crashing a test that is now expected to crash in controlled manner (CRASH()).
     8
     9        Note that the test only ever passed because the amount of data was huge enough (>4GB) for it to take
     10        the special do-nothing code path. With slightly less data the test would hit CRASH() in fastRealloc() like
     11        it does now.
     12
     13        * TestExpectations:
     14       
     15            Mark fast/css/giant-stylesheet-crash.html as crashing.
     16
    1172013-08-17  Zan Dobersek  <zdobersek@igalia.com>
    218
  • trunk/LayoutTests/TestExpectations

    r154150 r154246  
    3535
    3636webkit.org/b/119094 fast/forms/color/input-color-onchange-event.html [ Crash Pass ]
     37
     38# This is an expected controlled crash. See webkit.org/b/119976 for a better solution.
     39fast/css/giant-stylesheet-crash.html [ Crash ]
Note: See TracChangeset for help on using the changeset viewer.