aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm/Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug
Commit message (Collapse)AuthorAge
* Rebaseline some images from ignored-tests.txtGravatar Brian Salomon2014-07-30
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/431583004
* Add initial baselines for varied_text* GMsGravatar Brian Salomon2014-07-24
| | | | Review URL: https://codereview.chromium.org/416983002
* Some more perlinnoise rebaselines.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/381973002
* Update remaining expectations for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-07
| | | | | | | | TBR=bungeman@chromium.org Author: jvanverth@google.com Review URL: https://codereview.chromium.org/371003004
* More expectation updates for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-02
| | | | | | | | | R=bungeman@google.com TBR=bungeman@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/368073002
* Update some expectations for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-02
| | | | | | | | | R=bungeman@google.com TBR=bungeman@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/362373002
* rebaseline srcmode for gpus -- now pass samplecountGravatar reed2014-06-30
| | | | | | | | | | TBR= NOTRY=True BUG=skia: Author: reed@google.com Review URL: https://codereview.chromium.org/357393002
* Remove SkBicubicImageFilter, and all related tests.Gravatar senorblanco2014-06-25
| | | | | | | | | | | | | Now that we have SkResizeImageFilter, and the bicubic resizing is part of skia proper, there's no need for a specialized image filter. BUG=skia: R=bsalomon@google.com Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/357793002
* Rebaseline shadertext2_{gpu,8888} after SkPaint::measureText changesGravatar rmistry2014-06-23
| | | | | | | | | | | | | These two GMs were missing from https://codereview.chromium.org/347393002/. This CL is to fix http://108.170.220.121:10117/static/view.html#/view.html?resultsToLoad=%2Fresults%2Ffailures&displayLimitPending=50&showThumbnailsPending&mergeIdenticalRowsPending&imageSizePending=100&sortColumnSubdict=differenceData&sortColumnKey=perceptualDifference&hiddenResultTypes=failure-ignored,no-comparison,succeeded&hiddenConfigs=&builder=Test-Win7-ShuttleA-HD2000-x86-Release&test= BUG=skia: R=kkinnunen@nvidia.com, jvanverth@google.com, mtklein@google.com Author: rmistry@google.com Review URL: https://codereview.chromium.org/333193003
* Remove suppression of distantclip image differencesGravatar robertphillips2014-06-23
| | | | | | | | R=rmistry@google.com, rmistry@chromium.org Author: robertphillips@google.com Review URL: https://codereview.chromium.org/349233004
* Rebaseline shadertext2 after SkPaint::measureText changesGravatar kkinnunen2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Rebaseline shadertext2 after commit "Fix SkPaint::measureText for stroked hairline text". Unignore ignored shadertext2 for Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug pdf-poppler. The label "Filled" in the test moves to the left due to the changes in the measurement. The SkPaint::measureText will use the "use paths" code path, similar to the drawing code. This results in different length for the string "Filled". As a side-note, the test probably measures either wrong text or uses wrong paint. This can be fixed separately. NOTREECHECKS=true NOTRY=true R=jvanverth@google.com, mtklein@google.com, rmistry@google.com Author: kkinnunen@nvidia.com Review URL: https://codereview.chromium.org/347393002
* Revert of Revert of Fix SkPaint::measureText for stroked hairline text ↵Gravatar rmistry2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/354433002/) Reason for revert: Rebaseline CL is ready to be submitted Original issue's description: > Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) > > Reason for revert: > Caused many shadertext GM failures > > Original issue's description: > > Fix SkPaint::measureText for stroked hairline text > > > > SkPaint::measureText and text drawing used different criteria for > > determining whether text should be drawn as paths or not. > > > > Adds tests glyph_pos_(h/n)_(s/f/b) to test the text rendering and the glyph > > positioning in the rendering. Mainly added in order to define what is the > > expected text rendering when hairline stroke is used with various transform > > options. > > > > The testcase also tries to note or highlight the fact that SkPaint::measureText > > is not expected to produce intuitively matching results when compared to a > > rendering, if the rendering is done so that the device ends up having a device > > transform. > > > > This fixes the glyph_pos_h_s (hairline, stroked) test-case. > > > > Ignore shadertext2_pdf-poppler.png gm on > > Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug temporarily, as that fails. > > > > Committed: https://skia.googlesource.com/skia/+/196af738027c5e18c3eb792dbcaf90ef27821793 > > TBR=jvanverth@google.com,reed@google.com,kkinnunen@nvidia.com > NOTREECHECKS=true > NOTRY=true > > Committed: https://skia.googlesource.com/skia/+/abc9bb55ddfeb4b1a7acc335a34841fddcd22d27 R=jvanverth@google.com, reed@google.com, kkinnunen@nvidia.com TBR=jvanverth@google.com, kkinnunen@nvidia.com, reed@google.com NOTREECHECKS=true NOTRY=true Author: rmistry@google.com Review URL: https://codereview.chromium.org/349153005
* Revert of Fix SkPaint::measureText for stroked hairline text ↵Gravatar rmistry2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/335603003/) Reason for revert: Caused many shadertext GM failures Original issue's description: > Fix SkPaint::measureText for stroked hairline text > > SkPaint::measureText and text drawing used different criteria for > determining whether text should be drawn as paths or not. > > Adds tests glyph_pos_(h/n)_(s/f/b) to test the text rendering and the glyph > positioning in the rendering. Mainly added in order to define what is the > expected text rendering when hairline stroke is used with various transform > options. > > The testcase also tries to note or highlight the fact that SkPaint::measureText > is not expected to produce intuitively matching results when compared to a > rendering, if the rendering is done so that the device ends up having a device > transform. > > This fixes the glyph_pos_h_s (hairline, stroked) test-case. > > Ignore shadertext2_pdf-poppler.png gm on > Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug temporarily, as that fails. > > Committed: https://skia.googlesource.com/skia/+/196af738027c5e18c3eb792dbcaf90ef27821793 R=jvanverth@google.com, reed@google.com, kkinnunen@nvidia.com TBR=jvanverth@google.com, kkinnunen@nvidia.com, reed@google.com NOTREECHECKS=true NOTRY=true Author: rmistry@google.com Review URL: https://codereview.chromium.org/354433002
* Fix SkPaint::measureText for stroked hairline textGravatar kkinnunen2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | SkPaint::measureText and text drawing used different criteria for determining whether text should be drawn as paths or not. Adds tests glyph_pos_(h/n)_(s/f/b) to test the text rendering and the glyph positioning in the rendering. Mainly added in order to define what is the expected text rendering when hairline stroke is used with various transform options. The testcase also tries to note or highlight the fact that SkPaint::measureText is not expected to produce intuitively matching results when compared to a rendering, if the rendering is done so that the device ends up having a device transform. This fixes the glyph_pos_h_s (hairline, stroked) test-case. Ignore shadertext2_pdf-poppler.png gm on Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug temporarily, as that fails. R=jvanverth@google.com, reed@google.com Author: kkinnunen@nvidia.com Review URL: https://codereview.chromium.org/335603003
* rebaseline after GM change to bitmapfiltersGravatar reed2014-06-17
| | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/341593003
* New baselines for perlin noise tests affected by ce6a35.Gravatar senorblanco2014-06-12
| | | | | | | | | | | | | New baselines for perlinnoise, imagefiltersclipped and imagefiltersscaled GMs. R=scroggo@google.com TBR=scroggo NOTRY=true Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/336703002
* rebaselines for removal of unitmapperGravatar reed2014-06-12
| | | | | | | | | TBR= NOTRY=True Author: reed@google.com Review URL: https://codereview.chromium.org/330513005
* Add expectations for dashing gmGravatar egdaniel2014-06-12
| | | | | | | | | TBR=bsalomon@google.com BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/330033002
* New etcbitmap baselinesGravatar krajcevski2014-06-09
| | | | | | | | R=robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/325783003
* rebaselines for ignored filterbitmap / downsamplebitmap testsGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | | | BUG= R=epoger@google.com TBR=epoger NOTRY=True NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/305933002 git-svn-id: http://skia.googlecode.com/svn/trunk@14952 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselines for shadertext after unitmapper removalGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/308653002 git-svn-id: http://skia.googlecode.com/svn/trunk@14948 2bbb7eff-a529-9590-31e7-b0007b416f81
* more rebaselines for shadertext2 and stroketext and a couple of mandrillsGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | TBR=epoger NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/303693013 git-svn-id: http://skia.googlecode.com/svn/trunk@14935 2bbb7eff-a529-9590-31e7-b0007b416f81
* more rebaselines for shadertextGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | TBR=epoger NOTRY=True Author: reed@google.com Review URL: https://codereview.chromium.org/302433017 git-svn-id: http://skia.googlecode.com/svn/trunk@14927 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline shadertext2 shadertext3 and stroketext (sans 2)Gravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | NOTRY=True TBR=epoger Author: reed@google.com Review URL: https://codereview.chromium.org/304763003 git-svn-id: http://skia.googlecode.com/svn/trunk@14924 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update expectations for etc1bitmapGravatar commit-bot@chromium.org2014-05-27
| | | | | | | | | | R=robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/300063007 git-svn-id: http://skia.googlecode.com/svn/trunk@14893 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline after unitmapper shader changeGravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | TBR=epoger NOTRY=True Author: reed@google.com Review URL: https://codereview.chromium.org/294973012 git-svn-id: http://skia.googlecode.com/svn/trunk@14868 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline poppler (for me) and pictureshader/bleed on GPU (for Brian).Gravatar commit-bot@chromium.org2014-05-20
| | | | | | | | | | | BUG=skia: R=mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/284313009 git-svn-id: http://skia.googlecode.com/svn/trunk@14805 2bbb7eff-a529-9590-31e7-b0007b416f81
* update canvas-layer-state (which should be deleted soon)Gravatar commit-bot@chromium.org2014-05-09
| | | | | | | | | | | | R=reed@android.com TBR=reed NOTRY=true Author: caryclark@google.com Review URL: https://codereview.chromium.org/274133002 git-svn-id: http://skia.googlecode.com/svn/trunk@14671 2bbb7eff-a529-9590-31e7-b0007b416f81
* commit GM actuals as expectations for all tests, marking them as unreviewedGravatar commit-bot@chromium.org2014-05-09
| | | | | | | | | | | | | BUG=skia:1578 NOTRY=True R=caryclark@google.com TBR=caryclark Author: epoger@google.com Review URL: https://codereview.chromium.org/279773003 git-svn-id: http://skia.googlecode.com/svn/trunk@14668 2bbb7eff-a529-9590-31e7-b0007b416f81
* commit GM actuals as expectations for all tests, marking them as unreviewedGravatar commit-bot@chromium.org2014-05-02
| | | | | | | | | | | | | | BUG=skia:1578 NOTREECHECKS=True NOTRY=True R=reed@google.com TBR=reed Author: epoger@google.com Review URL: https://codereview.chromium.org/265043002 git-svn-id: http://skia.googlecode.com/svn/trunk@14532 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline simpleblurroundrectGravatar commit-bot@chromium.org2014-05-01
| | | | | | | | | | | BUG=skia: TBR=epoger Author: humper@google.com Review URL: https://codereview.chromium.org/269573007 git-svn-id: http://skia.googlecode.com/svn/trunk@14510 2bbb7eff-a529-9590-31e7-b0007b416f81
* unsuppress inverse_paths gm imagesGravatar commit-bot@chromium.org2014-04-30
| | | | | | | | | | | | R=reed@android.com TBR=reed NOTRY=true Author: caryclark@google.com Review URL: https://codereview.chromium.org/264653003 git-svn-id: http://skia.googlecode.com/svn/trunk@14475 2bbb7eff-a529-9590-31e7-b0007b416f81
* New Ubuntu baselines for tileimagefilter GM post-r14432.Gravatar senorblanco@chromium.org2014-04-30
| | | | | | | | TBR=caryclark@google.com Review URL: https://codereview.chromium.org/254323003 git-svn-id: http://skia.googlecode.com/svn/trunk@14467 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline GM changes to image-surfaceGravatar commit-bot@chromium.org2014-04-30
| | | | | | | | | | | NOTRY=True TBR=caryclark@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/254283003 git-svn-id: http://skia.googlecode.com/svn/trunk@14465 2bbb7eff-a529-9590-31e7-b0007b416f81
* update yunchao suppressed expectationsGravatar commit-bot@chromium.org2014-04-29
| | | | | | | | | | | | | R=reed@android.com TBR=reed NOTRY=true NOTREECHECK=true Author: caryclark@google.com Review URL: https://codereview.chromium.org/263473002 git-svn-id: http://skia.googlecode.com/svn/trunk@14447 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rename expectations for renamed bots (Ubuntu13.10)Gravatar commit-bot@chromium.org2014-04-29
BUG=skia:2449 NOTRY=true R=epoger@google.com TBR=epoger Author: borenet@google.com Review URL: https://codereview.chromium.org/259263002 git-svn-id: http://skia.googlecode.com/svn/trunk@14436 2bbb7eff-a529-9590-31e7-b0007b416f81