OLD | NEW |
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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) |
88 medium displayfps | 88 medium displayfps |
89 small generate-texture screenshot pdiff_threshold(200) except
(*iexplore) | 89 small generate-texture screenshot pdiff_threshold(200) except
(*iexplore) |
90 medium hellocube screenshot pdiff_threshold(200) | 90 medium hellocube screenshot pdiff_threshold(200) |
91 medium hellocube-colors screenshot pdiff_threshold(200) | 91 medium hellocube-colors screenshot pdiff_threshold(200) |
92 medium helloworld screenshot pdiff_threshold(200) | 92 medium helloworld screenshot pdiff_threshold(200) |
93 medium hud-2d-overlay screenshot pdiff_threshold(200) pdiff_
threshold_win(200) | 93 medium hud-2d-overlay screenshot pdiff_threshold(200) pdiff_
threshold_win(200) |
94 medium instance-override screenshot(2) pdiff_threshold(200) | 94 medium instance-override screenshot(2) pdiff_threshold(200) run
_time(200000) |
95 medium instancing screenshot pdiff_threshold(200) | 95 medium instancing screenshot pdiff_threshold(200) run_ti
me(200000) |
96 medium juggler screenshot downsample(1) | 96 medium juggler screenshot downsample(1) |
97 medium julia screenshot | 97 medium julia screenshot |
98 small multiple-views screenshot pdiff_threshold(200) | 98 small multiple-views screenshot pdiff_threshold(200) |
99 medium old-school-shadows screenshot pdiff_threshold(200) | 99 medium old-school-shadows screenshot pdiff_threshold(200) |
100 medium particles screenshot(2) pdiff_threshold(200) | 100 medium particles screenshot(2) pdiff_threshold(200) |
101 medium primitives screenshot pdiff_threshold(200) pdiff_
threshold_mac(20000) colorfactor(.7) | 101 medium primitives screenshot pdiff_threshold(200) pdiff_
threshold_mac(20000) colorfactor(.7) |
102 medium procedural-texture screenshot pdiff_threshold(200) | 102 medium procedural-texture screenshot pdiff_threshold(200) |
103 medium render-targets screenshot pdiff_threshold(200) | 103 medium render-targets screenshot pdiff_threshold(200) |
104 medium scatter-chart screenshot pdiff_threshold(200) pdiff_
threshold_mac(10600) | 104 medium scatter-chart screenshot pdiff_threshold(200) pdiff_
threshold_mac(10600) |
105 medium simple screenshot client(g_simple.client) | 105 medium simple screenshot client(g_simple.client) |
(...skipping 14 matching lines...) Expand all Loading... |
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) screenshots(5) | 127 small TestSampleErrorTextureSmall pdiff_threshold(200) screenshots(5) |
128 small TestSampleHelloCube_TexturesSmall pdiff_threshold(450) screenshot | 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) screenshot | 130 medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_w
in(200) screenshot run_time(180000) |
131 medium TestSamplePicking | 131 medium TestSamplePicking run_time(60000) |
132 medium TestSampleRenderMode | 132 medium TestSampleRenderMode run_time(60000) |
133 medium TestSampleRotateModel pdiff_threshold(200) screenshots(2) | 133 medium TestSampleRotateModel pdiff_threshold(200) screenshots(2) ru
n_time(100000) |
134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w
in(200) screenshots(13) | 134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w
in(200) screenshots(13) |
135 large TestSampleMultipleClientsLarge | 135 large TestSampleMultipleClientsLarge run_time(180000) |
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 # Do not run this test until get rid of scons. It assumes a particular | 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 | 140 # directory structure to find an asset. Need to change to reflect new gyp |
141 # directory structure. Should be changed when scons is gone. | 141 # directory structure. Should be changed when scons is gone. |
142 #small TestLoadTextureFromFileSmall except(*iexplore) | 142 #small TestLoadTextureFromFileSmall except(*iexplore) |
OLD | NEW |