Changeset 128073 in webkit


Ignore:
Timestamp:
Sep 10, 2012 10:05:27 AM (12 years ago)
Author:
tony@chromium.org
Message:

fast/canvas/webgl/shader-precision-format.html is flaky in debug
https://bugs.webkit.org/show_bug.cgi?id=84065

Reviewed by James Robinson.

It looks like we need to use waitUntilDone since we're adding a script
tag. Some tests have "PASS successfullyParsed is true" and some don't.

  • fast/canvas/webgl/shader-precision-format-expected.txt: Add end output.
  • fast/canvas/webgl/shader-precision-format.html: Use initNonKhronosFramework(true).
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128072 r128073  
     12012-09-10  Tony Chang  <tony@chromium.org>
     2
     3        fast/canvas/webgl/shader-precision-format.html is flaky in debug
     4        https://bugs.webkit.org/show_bug.cgi?id=84065
     5
     6        Reviewed by James Robinson.
     7
     8        It looks like we need to use waitUntilDone since we're adding a script
     9        tag. Some tests have "PASS successfullyParsed is true" and some don't.
     10
     11        * fast/canvas/webgl/shader-precision-format-expected.txt: Add end output.
     12        * fast/canvas/webgl/shader-precision-format.html: Use initNonKhronosFramework(true).
     13
    1142012-09-10  Dominic Mazzoni  <dmazzoni@google.com>
    215
  • trunk/LayoutTests/fast/canvas/webgl/shader-precision-format-expected.txt

    r114289 r128073  
    5151PASS shaderPrecisionFormat.rangeMax == shaderPrecisionFormat2.rangeMax is true
    5252PASS shaderPrecisionFormat.precision == shaderPrecisionFormat2.precision is true
     53PASS successfullyParsed is true
    5354
     55TEST COMPLETE
     56
  • trunk/LayoutTests/fast/canvas/webgl/shader-precision-format.html

    r113733 r128073  
    1414<div id="console"></div>
    1515<script>
     16if (window.initNonKhronosFramework) {
     17    window.initNonKhronosFramework(true);
     18}
     19
    1620var wtu = WebGLTestUtils;
    1721description(document.title);
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r127971 r128073  
    30283028BUGWK83647 WIN LINUX ANDROID : fast/multicol/cell-shrinkback.html = IMAGE
    30293029
    3030 BUGWK84065 DEBUG : fast/canvas/webgl/shader-precision-format.html = TEXT
    3031 BUGWK84065 DEBUG : platform/chromium/virtual/gpu/fast/canvas/webgl/shader-precision-format.html = TEXT
    3032 
    30333030// IETC grid layout
    30343031BUGWK83906 : ietestcenter/css3/grid/grid-column-001.htm = IMAGE
Note: See TracChangeset for help on using the changeset viewer.