Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: tests/selenium/sample_list.txt

Issue 212031: Changed selenium tests to recover from test crashes/hangs. Divided perceptual... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/selenium/pulse_testrunner.py ('k') | tests/selenium/samples_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/selenium/sample_list.txt
===================================================================
--- tests/selenium/sample_list.txt (revision 26154)
+++ tests/selenium/sample_list.txt (working copy)
@@ -72,9 +72,9 @@
# http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines
#
#
-medium 2d screenshot pdiff_threshold(200) pdiff_threshold_mac(41200) colorfactor(0.8) downsample(1)
+medium 2d screenshot timeout(30000) pdiff_threshold(200) pdiff_threshold_mac(41200) colorfactor(0.8) downsample(1)
medium animation
-large animated-scene screenshot timeout(45000) pdiff_threshold(200)
+large animated-scene screenshot timeout(55000) pdiff_threshold(200)
large beachdemo/beachdemo screenshot timeout(120000) pdiff_threshold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrome)
medium billboards screenshot pdiff_threshold(200)
medium bitmap-draw-image screenshot pdiff_threshold(200)
@@ -124,16 +124,19 @@
# function to custom run the test. As such, only the 'except' and
# pdiff_threshold options have any meaning
-small TestSampleErrorTextureSmall pdiff_threshold(200)
-small TestSampleHelloCube_TexturesSmall pdiff_threshold(450)
+small TestSampleErrorTextureSmall pdiff_threshold(200) screenshots(5)
+small TestSampleHelloCube_TexturesSmall pdiff_threshold(450) screenshot
small TestSampleRefreshPageLoad_Small
-medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_win(200)
+medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_win(200) screenshot
medium TestSamplePicking
medium TestSampleRenderMode
-medium TestSampleRotateModel pdiff_threshold(200)
-medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_win(200)
+medium TestSampleRotateModel pdiff_threshold(200) screenshot
+medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_win(200) screenshots(13)
large TestSampleMultipleClientsLarge
large TestSamplePingPongLarge
# This test currently fails on IE as it considers localhost: to be a trusted
# domain.
-small TestLoadTextureFromFileSmall except(*iexplore)
+# Do not run this test until get rid of scons. It assumes a particular
+# directory structure to find an asset. Need to change to reflect new gyp
+# directory structure. Should be changed when scons is gone.
+#small TestLoadTextureFromFileSmall except(*iexplore)
« no previous file with comments | « tests/selenium/pulse_testrunner.py ('k') | tests/selenium/samples_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698