Changeset 71753 in webkit


Ignore:
Timestamp:
Nov 10, 2010 10:37:33 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-10 Adrienne Walker <enne@google.com>

Reviewed by Kenneth Russell.

Add a test for "is" tests on WebGL objects that have not been bound or
have been deleted. This currently does not work in the Chromium
command buffer or in Mesa, so is skipped there.
https://bugs.webkit.org/show_bug.cgi?id=48877

  • fast/canvas/webgl/is-object-expected.txt: Added.
  • fast/canvas/webgl/is-object.html: Added.
  • platform/chromium-gpu/test_expectations.txt:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r71750 r71753  
     12010-11-10  Adrienne Walker  <enne@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4       
     5        Add a test for "is" tests on WebGL objects that have not been bound or
     6        have been deleted.  This currently does not work in the Chromium
     7        command buffer or in Mesa, so is skipped there.
     8        https://bugs.webkit.org/show_bug.cgi?id=48877
     9
     10        * fast/canvas/webgl/is-object-expected.txt: Added.
     11        * fast/canvas/webgl/is-object.html: Added.
     12        * platform/chromium-gpu/test_expectations.txt:
     13        * platform/chromium/test_expectations.txt:
     14
    1152010-11-10  Martin Robinson  <mrobinson@igalia.com>
    216
  • trunk/LayoutTests/platform/chromium-gpu/test_expectations.txt

    r71742 r71753  
    195195BUGWEBGL : fast/canvas/webgl/gl-uniform-arrays.html = TEXT
    196196BUGWEBGL : fast/canvas/webgl/point-size.html = TEXT
     197BUGWEBGL : fast/canvas/webgl/is-object.html = TEXT
    197198BUG60651 : fast/canvas/webgl/gl-object-get-calls.html = TEXT PASS
    198199BUG60651 WIN : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r71738 r71753  
    29642964BUGWEBGL : fast/canvas/webgl/gl-uniform-arrays.html = TEXT
    29652965BUGWEBGL : fast/canvas/webgl/point-size.html = TEXT
     2966// http://bugs.freedesktop.org/show_bug.cgi?id=31514
     2967BUGWEBGL : fast/canvas/webgl/is-object.html = TEXT
    29662968
    29672969// These were not fixed by the Mesa 7.9 upgrade. Need to investigate.
Note: See TracChangeset for help on using the changeset viewer.