aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Mark pdf filterbitmap images as failure ignoredGravatar bsalomon@google.com2014-01-06
| | | | | | Review URL: https://codereview.chromium.org/121883006 git-svn-id: http://skia.googlecode.com/svn/trunk@12933 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline filterbitmap_image_mandrill N4 GPU imagesGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/102963011 git-svn-id: http://skia.googlecode.com/svn/trunk@12931 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline downsample_text and downsample_checkerboard GMs on gpu configsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/125463002 git-svn-id: http://skia.googlecode.com/svn/trunk@12930 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for filterbitmap_text GMsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/109403007 git-svn-id: http://skia.googlecode.com/svn/trunk@12929 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for filterbitmap_checkerboardGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/108653019 git-svn-id: http://skia.googlecode.com/svn/trunk@12928 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline mandrill GMsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/114603008 git-svn-id: http://skia.googlecode.com/svn/trunk@12924 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for more straggling bots.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/121943003 git-svn-id: http://skia.googlecode.com/svn/trunk@12902 2bbb7eff-a529-9590-31e7-b0007b416f81
* Yet more rebaselines from straggling bots.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | | BUG= TBR= Review URL: https://codereview.chromium.org/116463005 git-svn-id: http://skia.googlecode.com/svn/trunk@12900 2bbb7eff-a529-9590-31e7-b0007b416f81
* Stragglers.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/124353004 git-svn-id: http://skia.googlecode.com/svn/trunk@12899 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for tileimagefilter, imagefiltersgraph, and everything Nexus4.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/101693010 git-svn-id: http://skia.googlecode.com/svn/trunk@12898 2bbb7eff-a529-9590-31e7-b0007b416f81
* Widen suppression to tileimagefilter-pdf.Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/122683004 git-svn-id: http://skia.googlecode.com/svn/trunk@12897 2bbb7eff-a529-9590-31e7-b0007b416f81
* Ignore failures on tileimagefilter-pdf_poppler.Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/124263003 git-svn-id: http://skia.googlecode.com/svn/trunk@12896 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make SkImageFilter crop rects relative to the primitive origin, instead of ↵Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | | | | | | | | | | | relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. To do this, this patch changes the "offset/loc" parameter in filterImage() / onFilterImage() from an inout-param to an out-param only, so that the calling filter can know how much the input filter wants its result offset (and doesn't include the original primitive position). This offset can then be applied to the current filter's crop rect. (I've renamed the parameter "offset" in all cases to make this clear.) This makes the call sites in SkCanvas/SkGpuDevice responsible for applying the resulting offset to the primitive's position, which is actually a fairly small change. This change also fixes SkTileImageFilter and SkOffsetImageFilter to correctly handle an input offset, which they weren't before. This required modifying the GM's, since they assumed the broken behaviour. NOTE: this will require rebaselining the imagefiltersgraph test, since it has a new test case. NOTE: this will "break" the Blink layout tests css3/filters/effect-reference-subregion-chained-hw.html and css3/filters/effect-reference-subregion-hw.html, but it actually makes them give correct results. It should be suppressed on the skia roll, and I'll rebaseline it. R=reed@google.com Review URL: https://codereview.chromium.org/112803004 git-svn-id: http://skia.googlecode.com/svn/trunk@12895 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update 4 skimage expectations.Gravatar halcanary@google.com2014-01-02
| | | | | | | | | | | | | | | Grab expectations missed in codereview:102213009, sicne the bots were slow: - Test-ChromeOS-Daisy-MaliT604-Arm7-Debug - Test-ChromeOS-Daisy-MaliT604-Arm7-Release - Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release-Valgrind - Test-Ubuntu13-ShuttleA-HD2000-x86_64-Debug-ASAN BUG= R=epoger@google.com Review URL: https://codereview.chromium.org/93713007 git-svn-id: http://skia.googlecode.com/svn/trunk@12869 2bbb7eff-a529-9590-31e7-b0007b416f81
* Empty skimage expectations for LoganGravatar borenet@google.com2013-12-20
| | | | | | | | R=scroggo@google.com Review URL: https://codereview.chromium.org/110393005 git-svn-id: http://skia.googlecode.com/svn/trunk@12809 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline for WebPGravatar halcanary@google.com2013-12-20
| | | | | | | | | | | | | | | | | | | | | What I did: #!/bin/sh cd expectations/skimage for D in *; do [ -d "$D" ] || continue [ -f "${D}/expected-results.json" ] || continue gsutil cp \ "gs://chromium-skia-gm/skimage/actuals/${D}/actual-results.json" \ "${D}/expected-results.json" done cd ../.. R=robertphillips@google.com Review URL: https://codereview.chromium.org/102213009 git-svn-id: http://skia.googlecode.com/svn/trunk@12805 2bbb7eff-a529-9590-31e7-b0007b416f81
* Skimage expectations for Valgrind builderGravatar borenet@google.com2013-12-20
| | | | | | | | R=robertphillips@google.com Review URL: https://codereview.chromium.org/115693005 git-svn-id: http://skia.googlecode.com/svn/trunk@12797 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselinedownsamplebitmap_image_high_mandrill_512.pngGravatar bsalomon@google.com2013-12-19
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/101413010 git-svn-id: http://skia.googlecode.com/svn/trunk@12787 2bbb7eff-a529-9590-31e7-b0007b416f81
* Some more medium/MIP downsample gpu rebaslines and misc gpu innocuous ↵Gravatar bsalomon@google.com2013-12-19
| | | | | | | | rebaselines Review URL: https://codereview.chromium.org/106523004 git-svn-id: http://skia.googlecode.com/svn/trunk@12785 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline clipped-bitmap-shaders GMs for gpuGravatar bsalomon@google.com2013-12-19
| | | | | | Review URL: https://codereview.chromium.org/119443002 git-svn-id: http://skia.googlecode.com/svn/trunk@12784 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline medium quality downscale images after mipmap changeGravatar bsalomon@google.com2013-12-19
| | | | | | Review URL: https://codereview.chromium.org/113803004 git-svn-id: http://skia.googlecode.com/svn/trunk@12780 2bbb7eff-a529-9590-31e7-b0007b416f81
* Accept displacement with no displacement inputGravatar commit-bot@chromium.org2013-12-19
| | | | | | | | | | | BUG= R=senorblanco@google.com, senorblanco@chromium.org, sugoi@google.com, bsalomon@google.com, bsalomon@chromium.org Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/104853005 git-svn-id: http://skia.googlecode.com/svn/trunk@12773 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for xfermodeimagefilter post-r12652.Gravatar senorblanco@chromium.org2013-12-19
| | | | | | | | | TBR=reed@google.com BUG= Review URL: https://codereview.chromium.org/118803003 git-svn-id: http://skia.googlecode.com/svn/trunk@12769 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update expectations for r12729Gravatar vandebo@chromium.org2013-12-18
| | | | | | | | | | "[PDF] Fix clipping in xfermode improvement." TBR=bungeman@google.com Review URL: https://codereview.chromium.org/112343007 git-svn-id: http://skia.googlecode.com/svn/trunk@12761 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselining displacement gmsGravatar commit-bot@chromium.org2013-12-18
| | | | | | | | | | | | | Rebaseline needed because of changes made in https://codereview.chromium.org/101623007/ BUG= R=senorblanco@chromium.org, senorblanco@google.com, bsalomon@google.com, bsalomon@chromium.org, sugoi@google.com Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/101643003 git-svn-id: http://skia.googlecode.com/svn/trunk@12741 2bbb7eff-a529-9590-31e7-b0007b416f81
* [PDF] Fix clipping in xfermode improvement.Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | | In some cases, the wrong clip (src clip instead of initial clip) was used. Switch almost exclusively to initial clip because it is safe and generates a smaller result. BUG=chromium:328009 R=reed@google.com, bungeman@google.com Author: vandebo@chromium.org Review URL: https://codereview.chromium.org/116423004 git-svn-id: http://skia.googlecode.com/svn/trunk@12729 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove bleed from ignored-tests.txtGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1880 Review URL: https://codereview.chromium.org/103213011 git-svn-id: http://skia.googlecode.com/svn/trunk@12726 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark bleed gpu as ignore failure on Xoom (Release version)Gravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1938 Review URL: https://codereview.chromium.org/117633002 git-svn-id: http://skia.googlecode.com/svn/trunk@12725 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark bleed gpu as ignore failure on XoomGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1938 Review URL: https://codereview.chromium.org/116093005 git-svn-id: http://skia.googlecode.com/svn/trunk@12724 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark 8888/565 bleed GMS as ignore-failureGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1934 Review URL: https://codereview.chromium.org/117563003 git-svn-id: http://skia.googlecode.com/svn/trunk@12722 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add unreviewed skimage expectations for ↵Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | | Test-Win8-ShuttleA-GTX660-x86-Release-NVPR NOTRY=True BUG= R=scroggo@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/110663006 git-svn-id: http://skia.googlecode.com/svn/trunk@12715 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add Win8 bots to rebaseline.py, add baselines for Win8Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | NOTRY=True BUG= R=epoger@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/117433003 git-svn-id: http://skia.googlecode.com/svn/trunk@12714 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline gpu and pdf bleed GM imagesGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=1880 Review URL: https://codereview.chromium.org/100023006 git-svn-id: http://skia.googlecode.com/svn/trunk@12711 2bbb7eff-a529-9590-31e7-b0007b416f81
* Create empty GM expectations for all Win8 buildersGravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | (SkipBuildbotRuns) NOTRY=True NOTREECHECKS=True R=borenet@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/117233003 git-svn-id: http://skia.googlecode.com/svn/trunk@12710 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline innocuous image changes on Android.Gravatar bsalomon@google.com2013-12-17
| | | | | | Review URL: https://codereview.chromium.org/117343002 git-svn-id: http://skia.googlecode.com/svn/trunk@12708 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add new baselines for Win8 decoding tests.Gravatar scroggo@google.com2013-12-16
| | | | | | | | Taken from server, and unreviewed. Review URL: https://codereview.chromium.org/114813005 git-svn-id: http://skia.googlecode.com/svn/trunk@12700 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline android images that use bicubic effectGravatar bsalomon@google.com2013-12-16
| | | | | | Review URL: https://codereview.chromium.org/116573002 git-svn-id: http://skia.googlecode.com/svn/trunk@12693 2bbb7eff-a529-9590-31e7-b0007b416f81
* Perlin noise rebaselineGravatar commit-bot@chromium.org2013-12-12
| | | | | | | | | | | | | | BUG=skia:1881 Committed: https://code.google.com/p/skia/source/detail?r=5f145c9 R=sugoi@google.com, mtklein@google.com Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/99433007 git-svn-id: http://skia.googlecode.com/svn/trunk@12659 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fixed a displacement issueGravatar commit-bot@chromium.org2013-12-12
| | | | | | | | | | | | | The displacement filter was assuming that both inputs were of the same size, which is true in blink, but not necessarily in a compromised stream. BUG=327372 R=senorblanco@chromium.org, senorblanco@google.com, reed@google.com, fmalita@chromium.org, fmalita@google.com, sugoi@google.com Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/101623007 git-svn-id: http://skia.googlecode.com/svn/trunk@12655 2bbb7eff-a529-9590-31e7-b0007b416f81
* Bounds fixes for SkXfermodeImageFilter:Gravatar senorblanco@chromium.org2013-12-12
| | | | | | | | | | | | | | 1) Change the default bounds to the union of the foreground and background bounds. 2) Use a canvas translate instead of manually offsetting the foreground and background bounds by the union. 3) Apply the transfer mode to all pixels, including those outside the foreground rect by using a difference clip. Covered by the offset test cases in the xfermodeimagefilter GM (will need rebaselines). R=reed@google.com Review URL: https://codereview.chromium.org/112683004 git-svn-id: http://skia.googlecode.com/svn/trunk@12652 2bbb7eff-a529-9590-31e7-b0007b416f81
* GM: stroke-fill results for pdf-popplerGravatar commit-bot@chromium.org2013-12-12
| | | | | | | | | | | | | | | (some stragglers that snuck in overnight while pdf-poppler was still ignored) NOTRY=True NOTREECHECKS=True R=rmistry@google.com TBR=rmistry Author: epoger@google.com Review URL: https://codereview.chromium.org/103383003 git-svn-id: http://skia.googlecode.com/svn/trunk@12644 2bbb7eff-a529-9590-31e7-b0007b416f81
* GM: stop ignoring pdf-poppler failuresGravatar commit-bot@chromium.org2013-12-12
| | | | | | | | | | | | BUG=skia:1657 NOTRY=True R=vandebo@chromium.org Author: epoger@google.com Review URL: https://codereview.chromium.org/108813007 git-svn-id: http://skia.googlecode.com/svn/trunk@12643 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update stroke-fill_pdf-native.png after r12625Gravatar vandebo@chromium.org2013-12-11
| | | | | | | | TBR=bungeman@google.com Review URL: https://codereview.chromium.org/102443006 git-svn-id: http://skia.googlecode.com/svn/trunk@12627 2bbb7eff-a529-9590-31e7-b0007b416f81
* remaining GM baselines for pdf-popplerGravatar commit-bot@chromium.org2013-12-11
| | | | | | | | | | | | | | | R=vandebo@chromium.org TBR=vandebo BUG= (SkipBuildbotRuns) NOTRY=True NOTREECHECKS=True Author: epoger@google.com Review URL: https://codereview.chromium.org/112973004 git-svn-id: http://skia.googlecode.com/svn/trunk@12626 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add clipped-bitmap-shaders-*-hq_angle.png to ignore-tests.txtGravatar robertphillips@google.com2013-12-10
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12594 2bbb7eff-a529-9590-31e7-b0007b416f81
* Correct baseline images for new "bitmapshaders" testGravatar commit-bot@chromium.org2013-12-10
| | | | | | | | | | | | | (SkipBuildbotRuns) NOTRY=True BUG= R=djsollen@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/110643002 git-svn-id: http://skia.googlecode.com/svn/trunk@12593 2bbb7eff-a529-9590-31e7-b0007b416f81
* GM expectations: create initial empty expectations for ↵Gravatar epoger@google.com2013-12-09
| | | | | | | | | | | Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release-Valgrind (SkipBuildbotRuns) TBR=djsollen Review URL: https://codereview.chromium.org/100643003 git-svn-id: http://skia.googlecode.com/svn/trunk@12585 2bbb7eff-a529-9590-31e7-b0007b416f81
* add hq clipped biptmap shader GMs to ignored-tests.txtGravatar bsalomon@google.com2013-12-09
| | | | | | | | TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/93633003 git-svn-id: http://skia.googlecode.com/svn/trunk@12584 2bbb7eff-a529-9590-31e7-b0007b416f81
* New Nexus4 baselines due to r12571.Gravatar senorblanco@chromium.org2013-12-09
| | | | | | | | R=robertphillips Review URL: https://codereview.chromium.org/110603003 git-svn-id: http://skia.googlecode.com/svn/trunk@12583 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark rrect_clip_aa, skbug1719, and pathopsskpclip as ignored on N4 gpuGravatar bsalomon@google.com2013-12-09
| | | | | | | | | BUG=skia:1888 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/107843003 git-svn-id: http://skia.googlecode.com/svn/trunk@12582 2bbb7eff-a529-9590-31e7-b0007b416f81