Changeset 162543 in webkit


Ignore:
Timestamp:
Jan 22, 2014 11:53:24 AM (10 years ago)
Author:
ap@apple.com
Message:

REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
https://bugs.webkit.org/show_bug.cgi?id=126166

Rubber-stamped by Filip Pizlo.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r162532 r162543  
     12014-01-22  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
     4        https://bugs.webkit.org/show_bug.cgi?id=126166
     5
     6        Rubber-stamped by Filip Pizlo.
     7
     8        * TestExpectations: Skipped these tests in debug builds.
     9
    1102014-01-22  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
    211
  • trunk/LayoutTests/TestExpectations

    r162262 r162543  
    7272
    7373webkit.org/b/124932 media/video-size.html [ Pass Failure ]
     74
     75webkit.org/b/126166 [ Debug ] js/dfg-int32array.html [ Skip ]
     76webkit.org/b/126166 [ Debug ] js/dfg-uint16array.html [ Skip ]
     77webkit.org/b/126166 [ Debug ] js/dfg-float32array.html [ Skip ]
     78webkit.org/b/126166 [ Debug ] js/dfg-uint8clampedarray.html [ Skip ]
     79webkit.org/b/126166 [ Debug ] js/dfg-int8array.html [ Skip ]
     80webkit.org/b/126166 [ Debug ] js/dfg-float64array.html [ Skip ]
     81webkit.org/b/126166 [ Debug ] js/dfg-uint8array.html [ Skip ]
     82webkit.org/b/126166 [ Debug ] js/dfg-int16array.html [ Skip ]
     83webkit.org/b/126166 [ Debug ] js/dfg-int32array-overflow-values.html [ Skip ]
     84webkit.org/b/126166 [ Debug ] js/dfg-uint32array.html [ Skip ]
     85webkit.org/b/126166 [ Debug ] js/dfg-uint32array-overflow-values.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.