Changeset 189778 in webkit


Ignore:
Timestamp:
Sep 14, 2015 11:46:48 PM (9 years ago)
Author:
ap@apple.com
Message:

Layout Test http/tests/media/media-document-referer.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=145257

Reviewed by Chris Dumez.

  • http/tests/media/media-document-referer.html: Increase the timeout, one second is not much.
  • platform/gtk/TestExpectations: Fingers crossed, this will help Gtk as well.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189777 r189778  
     12015-09-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Layout Test http/tests/media/media-document-referer.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=145257
     5
     6        Reviewed by Chris Dumez.
     7
     8        * http/tests/media/media-document-referer.html: Increase the timeout, one second is not much.
     9
     10        * platform/gtk/TestExpectations: Fingers crossed, this will help Gtk as well.
     11
    1122015-09-14  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    213
  • trunk/LayoutTests/http/tests/media/media-document-referer.html

    r172523 r189778  
    2222                }
    2323
    24                 if (++counter >= 10) {
     24                if (++counter >= 100) {
    2525                    failTest("TIMEOUT: video failed to load without an error.");
    2626                    return;
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r189769 r189778  
    11581158
    11591159webkit.org/b/145256 media/video-controller-child-rate.html [ Failure Pass ]
    1160 webkit.org/b/145257 http/tests/media/media-document-referer.html [ Failure Pass ]
    11611160webkit.org/b/145258 media/video-controller-child-rate.html [ Failure Pass ]
    11621161
Note: See TracChangeset for help on using the changeset viewer.