diff options
author | vangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 02:34:01 +0000 |
---|---|---|
committer | vangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 02:34:01 +0000 |
commit | d9117760905f5b6b5979cba386a2b8c41fe7699c (patch) | |
tree | 6b321b775c24882e673f523ab14b056bf66c5d4e | |
parent | d0cc9fb540e7d11f8b154d513bf0a1c75460245c (diff) | |
download | chromium_src-d9117760905f5b6b5979cba386a2b8c41fe7699c.zip chromium_src-d9117760905f5b6b5979cba386a2b8c41fe7699c.tar.gz chromium_src-d9117760905f5b6b5979cba386a2b8c41fe7699c.tar.bz2 |
Adjusting the pdiff threshold for hellocube image compares to 1000. Also removed downsampling factor as that wasn't quite doing anything for it (other than making the image smaller and hence the number of different pixels a lot smaller.
Review URL: http://codereview.chromium.org/146013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19004 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | o3d/tests/selenium/sample_list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/selenium/sample_list.txt b/o3d/tests/selenium/sample_list.txt index 44bcfcd..d737af4 100644 --- a/o3d/tests/selenium/sample_list.txt +++ b/o3d/tests/selenium/sample_list.txt @@ -80,7 +80,7 @@ medium debugging screenshot pdiff_threshold(2000) pdiff medium displayfps small generate-texture screenshot pdiff_threshold(30000) except(*iexplore) medium hellocube screenshot pdiff_threshold(1000) -medium hellocube-colors screenshot pdiff_threshold(50) downsample(2) +medium hellocube-colors screenshot pdiff_threshold(1000) medium helloworld screenshot pdiff_threshold(900) medium hud-2d-overlay screenshot pdiff_threshold(11300) pdiff_threshold_win(39800) medium instance-override screenshot pdiff_threshold(10500) |