Changeset 148581 in webkit


Ignore:
Timestamp:
Apr 16, 2013 5:07:28 PM (11 years ago)
Author:
Michelangelo De Simone
Message:

[CSS Shaders] Add a test with a vertex, fragment shader pair that compiles but don't link
https://bugs.webkit.org/show_bug.cgi?id=114636

Added a test to check that unavailable varyings in fragment shaders
don't lead to unexpected crashes due to linking errors.
The current implementation does not crash, and this makes sure it
won't in future.

Reviewed by Dean Jackson.

  • css3/filters/custom/custom-filter-unavailable-varying-expected.html: Added.
  • css3/filters/custom/custom-filter-unavailable-varying.html: Added.
  • css3/filters/resources/unavailable-varying.fs: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r148546 r148581  
     12013-04-16  Michelangelo De Simone  <michelangelo@webkit.org>
     2
     3        [CSS Shaders] Add a test with a vertex, fragment shader pair that compiles but don't link
     4        https://bugs.webkit.org/show_bug.cgi?id=114636
     5
     6        Added a test to check that unavailable varyings in fragment shaders
     7        don't lead to unexpected crashes due to linking errors.
     8        The current implementation does not crash, and this makes sure it
     9        won't in future.
     10
     11        Reviewed by Dean Jackson.
     12
     13        * css3/filters/custom/custom-filter-unavailable-varying-expected.html: Added.
     14        * css3/filters/custom/custom-filter-unavailable-varying.html: Added.
     15        * css3/filters/resources/unavailable-varying.fs: Added.
     16
    1172013-04-16  Jessie Berlin  <jberlin@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.