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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/selenium/pulse_testrunner.py ('k') | tests/selenium/samples_tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Test Requirements: 2 # Test Requirements:
3 # 3 #
4 # Each sample is expected to have a global variable called g_finished 4 # Each sample is expected to have a global variable called g_finished
5 # that is set to true when the sample has finish initalizing and is ready 5 # that is set to true when the sample has finish initalizing and is ready
6 # for a screenshot. 6 # for a screenshot.
7 # 7 #
8 # Line Format: 8 # Line Format:
9 # 9 #
10 # TestType test-name options 10 # TestType test-name options
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 # 65 #
66 # pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff. 66 # pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff.
67 # This threshold indicates the max number of neighbors the pixel can 67 # This threshold indicates the max number of neighbors the pixel can
68 # have to be considered as edge. 0 means only ignore scattered pixels. 68 # have to be considered as edge. 0 means only ignore scattered pixels.
69 # NOTE! ---------------------------------------------------------------------- 69 # NOTE! ----------------------------------------------------------------------
70 # 70 #
71 # Read the sample guidelines 71 # Read the sample guidelines
72 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines 72 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines
73 # 73 #
74 # 74 #
75 medium 2d screenshot pdiff_threshold(200) pdiff_ threshold_mac(41200) colorfactor(0.8) downsample(1) 75 medium 2d screenshot timeout(30000) pdiff_thresh old(200) pdiff_threshold_mac(41200) colorfactor(0.8) downsample(1)
76 medium animation 76 medium animation
77 large animated-scene screenshot timeout(45000) pdiff_thresh old(200) 77 large animated-scene screenshot timeout(55000) pdiff_thresh old(200)
78 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres hold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrom e) 78 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres hold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrom e)
79 medium billboards screenshot pdiff_threshold(200) 79 medium billboards screenshot pdiff_threshold(200)
80 medium bitmap-draw-image screenshot pdiff_threshold(200) 80 medium bitmap-draw-image screenshot pdiff_threshold(200)
81 medium canvas screenshot pdiff_threshold(200) pdiff_ threshold_mac(14600) 81 medium canvas screenshot pdiff_threshold(200) pdiff_ threshold_mac(14600)
82 medium canvas-fonts screenshot pdiff_threshold(200) pdiff_ threshold_mac(21900) 82 medium canvas-fonts screenshot pdiff_threshold(200) pdiff_ threshold_mac(21900)
83 medium canvas-texturedraw 83 medium canvas-texturedraw
84 medium checkers screenshot pdiff_threshold(200) 84 medium checkers screenshot pdiff_threshold(200)
85 medium convolution screenshot pdiff_threshold(200) 85 medium convolution screenshot pdiff_threshold(200)
86 medium culling screenshot(9) pdiff_threshold(450) dow nsample(1) 86 medium culling screenshot(9) pdiff_threshold(450) dow nsample(1)
87 medium debugging screenshot pdiff_threshold(200) pdiff_ threshold_mac(3000) 87 medium debugging screenshot pdiff_threshold(200) pdiff_ threshold_mac(3000)
(...skipping 29 matching lines...) Expand all
117 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome) 117 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome)
118 large simpleviewer/simpleviewer screenshot pdiff_threshold(100) 118 large simpleviewer/simpleviewer screenshot pdiff_threshold(100)
119 large trends/trends timeout(30000) 119 large trends/trends timeout(30000)
120 medium GoogleIO-2009/step09ex screenshot pdiff_threshold(200) 120 medium GoogleIO-2009/step09ex screenshot pdiff_threshold(200)
121 large GoogleIO-2009/step14ex screenshot pdiff_threshold(200) timeou t(45000) downsample(1) 121 large GoogleIO-2009/step14ex screenshot pdiff_threshold(200) timeou t(45000) downsample(1)
122 122
123 # -- tests below this line are tests for which there is a python 123 # -- tests below this line are tests for which there is a python
124 # function to custom run the test. As such, only the 'except' and 124 # function to custom run the test. As such, only the 'except' and
125 # pdiff_threshold options have any meaning 125 # pdiff_threshold options have any meaning
126 126
127 small TestSampleErrorTextureSmall pdiff_threshold(200) 127 small TestSampleErrorTextureSmall pdiff_threshold(200) screenshots(5)
128 small TestSampleHelloCube_TexturesSmall pdiff_threshold(450) 128 small TestSampleHelloCube_TexturesSmall pdiff_threshold(450) screenshot
129 small TestSampleRefreshPageLoad_Small 129 small TestSampleRefreshPageLoad_Small
130 medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_w in(200) 130 medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_w in(200) screenshot
131 medium TestSamplePicking 131 medium TestSamplePicking
132 medium TestSampleRenderMode 132 medium TestSampleRenderMode
133 medium TestSampleRotateModel pdiff_threshold(200) 133 medium TestSampleRotateModel pdiff_threshold(200) screenshot
134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w in(200) 134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w in(200) screenshots(13)
135 large TestSampleMultipleClientsLarge 135 large TestSampleMultipleClientsLarge
136 large TestSamplePingPongLarge 136 large TestSamplePingPongLarge
137 # This test currently fails on IE as it considers localhost: to be a trusted 137 # This test currently fails on IE as it considers localhost: to be a trusted
138 # domain. 138 # domain.
139 small TestLoadTextureFromFileSmall except(*iexplore) 139 # Do not run this test until get rid of scons. It assumes a particular
140 # directory structure to find an asset. Need to change to reflect new gyp
141 # directory structure. Should be changed when scons is gone.
142 #small TestLoadTextureFromFileSmall except(*iexplore)
OLDNEW
« 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