Changeset 64283 in webkit


Ignore:
Timestamp:
Jul 29, 2010 9:15:46 AM (14 years ago)
Author:
jorlow@chromium.org
Message:

2010-07-29 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Dimitri Glazkov.

[Chromium] Rebaseline 8 tests which are no longer failing
https://bugs.webkit.org/show_bug.cgi?id=43194

http://trac.webkit.org/changeset/64275/ appears to have fixed
a bunch of SVG stuff for Chromium. Rebaseline all of these. (The
baselines that are modified or deleted were all incorrect, btw. I don't
know why they were committed rather than just being "fail"s.)

  • platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum:
  • platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
  • platform/chromium-linux/svg/custom/recursive-clippath-expected.checksum: Added.
  • platform/chromium-linux/svg/custom/recursive-clippath-expected.png: Added.
  • platform/chromium-linux/svg/custom/recursive-filter-expected.checksum: Added.
  • platform/chromium-linux/svg/custom/recursive-filter-expected.png: Added.
  • platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
  • platform/chromium-linux/svg/custom/recursive-gradient-expected.png: Added.
  • platform/chromium-linux/svg/custom/recursive-mask-expected.checksum: Added.
  • platform/chromium-linux/svg/custom/recursive-mask-expected.png: Added.
  • platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum:
  • platform/chromium-linux/svg/custom/recursive-pattern-expected.png: Added.
  • platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum:
  • platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
  • platform/chromium-win/svg/custom/recursive-clippath-expected.checksum: Added.
  • platform/chromium-win/svg/custom/recursive-clippath-expected.png:
  • platform/chromium-win/svg/custom/recursive-clippath-expected.txt: Added.
  • platform/chromium-win/svg/custom/recursive-filter-expected.checksum:
  • platform/chromium-win/svg/custom/recursive-filter-expected.png:
  • platform/chromium-win/svg/custom/recursive-filter-expected.txt: Added.
  • platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
  • platform/chromium-win/svg/custom/recursive-gradient-expected.png:
  • platform/chromium-win/svg/custom/recursive-gradient-expected.txt: Added.
  • platform/chromium-win/svg/custom/recursive-mask-expected.checksum:
  • platform/chromium-win/svg/custom/recursive-mask-expected.png:
  • platform/chromium-win/svg/custom/recursive-mask-expected.txt: Added.
  • platform/chromium-win/svg/custom/recursive-pattern-expected.checksum:
  • platform/chromium-win/svg/custom/recursive-pattern-expected.png:
  • platform/chromium-win/svg/custom/recursive-pattern-expected.txt: Added.
  • platform/chromium-win/svg/custom/use-events-crash-expected.txt: Removed.
  • platform/chromium-win/svg/hixie/error/017-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
14 added
2 deleted
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64279 r64283  
     12010-07-29  Jeremy Orlow  <jorlow@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [Chromium] Rebaseline 8 tests which are no longer failing
     6        https://bugs.webkit.org/show_bug.cgi?id=43194
     7
     8        http://trac.webkit.org/changeset/64275/ appears to have fixed
     9        a bunch of SVG stuff for Chromium.  Rebaseline all of these.  (The
     10        baselines that are modified or deleted were all incorrect, btw.  I don't
     11        know why they were committed rather than just being "fail"s.)
     12
     13        * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum:
     14        * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
     15        * platform/chromium-linux/svg/custom/recursive-clippath-expected.checksum: Added.
     16        * platform/chromium-linux/svg/custom/recursive-clippath-expected.png: Added.
     17        * platform/chromium-linux/svg/custom/recursive-filter-expected.checksum: Added.
     18        * platform/chromium-linux/svg/custom/recursive-filter-expected.png: Added.
     19        * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
     20        * platform/chromium-linux/svg/custom/recursive-gradient-expected.png: Added.
     21        * platform/chromium-linux/svg/custom/recursive-mask-expected.checksum: Added.
     22        * platform/chromium-linux/svg/custom/recursive-mask-expected.png: Added.
     23        * platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum:
     24        * platform/chromium-linux/svg/custom/recursive-pattern-expected.png: Added.
     25        * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum:
     26        * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
     27        * platform/chromium-win/svg/custom/recursive-clippath-expected.checksum: Added.
     28        * platform/chromium-win/svg/custom/recursive-clippath-expected.png:
     29        * platform/chromium-win/svg/custom/recursive-clippath-expected.txt: Added.
     30        * platform/chromium-win/svg/custom/recursive-filter-expected.checksum:
     31        * platform/chromium-win/svg/custom/recursive-filter-expected.png:
     32        * platform/chromium-win/svg/custom/recursive-filter-expected.txt: Added.
     33        * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
     34        * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
     35        * platform/chromium-win/svg/custom/recursive-gradient-expected.txt: Added.
     36        * platform/chromium-win/svg/custom/recursive-mask-expected.checksum:
     37        * platform/chromium-win/svg/custom/recursive-mask-expected.png:
     38        * platform/chromium-win/svg/custom/recursive-mask-expected.txt: Added.
     39        * platform/chromium-win/svg/custom/recursive-pattern-expected.checksum:
     40        * platform/chromium-win/svg/custom/recursive-pattern-expected.png:
     41        * platform/chromium-win/svg/custom/recursive-pattern-expected.txt: Added.
     42        * platform/chromium-win/svg/custom/use-events-crash-expected.txt: Removed.
     43        * platform/chromium-win/svg/hixie/error/017-expected.txt: Removed.
     44
    1452010-07-29  Nikolas Zimmermann  <nzimmermann@rim.com>
    246
  • trunk/LayoutTests/platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum

    r56273 r64283  
    1 5dc607fd007b89cb7e80c16555995457
     1b1f58db66b5be8ad946768749c833805
  • trunk/LayoutTests/platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum

    r63461 r64283  
    1 5f2ce8183966b41137a29e0d501b93de
     1135cb56c6b6442d874712ae2407dc939
  • trunk/LayoutTests/platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum

    r63461 r64283  
    1 cf45db93d4011b2212f469fdcd9e85e5
     10e2430cd266b8dda084465c3be33b90b
  • trunk/LayoutTests/platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum

    r56255 r64283  
    1 236770993161181f568aaa3712396dc8
     1700051df983ad1f6d3e7713f290a3480
  • trunk/LayoutTests/platform/chromium-win/svg/custom/recursive-filter-expected.checksum

    r63313 r64283  
    1 3616cf7264cf122de5808672357d47b1
     1d36f38c8f48d0f4e58850523f4bb6b0a
  • trunk/LayoutTests/platform/chromium-win/svg/custom/recursive-gradient-expected.checksum

    r63461 r64283  
    1 2666b03a2d870e70072fa2db26cf3393
     1bfd0a61c06479408f985bf9ebeabd0bf
  • trunk/LayoutTests/platform/chromium-win/svg/custom/recursive-mask-expected.checksum

    r63313 r64283  
    1 31f7457538c72582db5086d42b7464c6
     11ce8f0f2392286b30204927cb21d8fd3
  • trunk/LayoutTests/platform/chromium-win/svg/custom/recursive-pattern-expected.checksum

    r63461 r64283  
    1 afb5fb15389d7a68216679325ed68efb
     10c395832bc06d894c38e4c784d12b4b9
Note: See TracChangeset for help on using the changeset viewer.