Changeset 246904 in webkit


Ignore:
Timestamp:
Jun 27, 2019 1:57:10 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Layout Test fast/parser/parser-yield-timing.html was flaky due to strict tolerance, increased tolerance.
https://bugs.webkit.org/show_bug.cgi?id=199280

Patch by Russell Epstein <russell_e@apple.com> on 2019-06-27
Reviewed by Tim Horton.

  • fast/parser/parser-yield-timing-expected.txt:
  • fast/parser/parser-yield-timing.html:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246900 r246904  
     12019-06-27  Russell Epstein  <russell_e@apple.com>
     2
     3        Layout Test fast/parser/parser-yield-timing.html was flaky due to strict tolerance, increased tolerance.
     4        https://bugs.webkit.org/show_bug.cgi?id=199280
     5
     6        Reviewed by Tim Horton.
     7
     8        * fast/parser/parser-yield-timing-expected.txt:
     9        * fast/parser/parser-yield-timing.html:
     10        * platform/mac-wk1/TestExpectations:
     11
    1122019-06-27  Ryan Haddad  <ryanhaddad@apple.com>
    213
  • trunk/LayoutTests/fast/parser/parser-yield-timing-expected.txt

    r177763 r246904  
    44
    55
    6 PASS new Date().getTime() - startTime is within 300 of 1000
    7 PASS new Date().getTime() - startTime is within 300 of 2000
    8 PASS new Date().getTime() - startTime is within 300 of 3000
     6PASS new Date().getTime() - startTime is within 400 of 1000
     7PASS new Date().getTime() - startTime is within 400 of 2000
     8PASS new Date().getTime() - startTime is within 400 of 3000
    99PASS successfullyParsed is true
    1010
  • trunk/LayoutTests/fast/parser/parser-yield-timing.html

    r177763 r246904  
    99
    1010      var startTime = new Date().getTime();
    11       var tolerance = 300; // 300 ms
     11      var tolerance = 400; // 400 ms
    1212
    1313      function expectElapsedTime(expectedTime) {
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r246898 r246904  
    747747webkit.org/b/199242 [ Debug ] http/tests/performance/performance-resource-timing-resourcetimingbufferfull-shrinking-buffer-crash.html [ Pass Failure ]
    748748
    749 webkit.org/b/199280 [ Debug Mojave ] fast/parser/parser-yield-timing.html [ Pass Failure ]
    750 
Note: See TracChangeset for help on using the changeset viewer.