| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 medium stencil_example screenshot(0) screenshot(100) screensh
ot(7777) pdiff_threshold(4800) pdiff_threshold_win(20800) | 100 medium stencil_example screenshot(0) screenshot(100) screensh
ot(7777) pdiff_threshold(4800) pdiff_threshold_win(20800) |
| 101 small texturesamplers screenshot pdiff_threshold(32200) pdif
f_threshold_win(37100) | 101 small texturesamplers screenshot pdiff_threshold(32200) pdif
f_threshold_win(37100) |
| 102 medium tutorial-primitive screenshot pdiff_threshold(1200) pdiff
_threshold_mac(10400) | 102 medium tutorial-primitive screenshot pdiff_threshold(1200) pdiff
_threshold_mac(10400) |
| 103 large vertex-shader screenshot timeout(45000) pdiff_thresh
old(1400) except(*iexplore) | 103 large vertex-shader screenshot timeout(45000) pdiff_thresh
old(1400) except(*iexplore) |
| 104 medium vertex-shader-animation screenshot pdiff_threshold(5100) | 104 medium vertex-shader-animation screenshot pdiff_threshold(5100) |
| 105 medium zsorting screenshot pdiff_threshold(39500) | 105 medium zsorting screenshot pdiff_threshold(39500) |
| 106 # box2d-3d works in browsers but for some reason times out on some configs | 106 # box2d-3d works in browsers but for some reason times out on some configs |
| 107 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome) | 107 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome) |
| 108 large simpleviewer/simpleviewer screenshot pdiff_threshold(100) | 108 large simpleviewer/simpleviewer screenshot pdiff_threshold(100) |
| 109 large trends/trends timeout(30000) | 109 large trends/trends timeout(30000) |
| 110 medium GoogleIO-2009/step09 screenshot pdiff_threshold(1900) |
| 111 large GoogleIO-2009/step14 screenshot pdiff_threshold(4900) |
| 110 | 112 |
| 111 # -- tests below this line are tests for which there is a python | 113 # -- tests below this line are tests for which there is a python |
| 112 # function to custom run the test. As such, only the 'except' and | 114 # function to custom run the test. As such, only the 'except' and |
| 113 # pdiff_threshold options have any meaning | 115 # pdiff_threshold options have any meaning |
| 114 | 116 |
| 115 small TestSampleErrorTextureSmall pdiff_threshold(2200) | 117 small TestSampleErrorTextureSmall pdiff_threshold(2200) |
| 116 small TestSampleHelloCube_TexturesSmall pdiff_threshold(5900) | 118 small TestSampleHelloCube_TexturesSmall pdiff_threshold(5900) |
| 117 small TestSampleRefreshPageLoad_Small | 119 small TestSampleRefreshPageLoad_Small |
| 118 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) | 120 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) |
| 119 medium TestSamplePicking | 121 medium TestSamplePicking |
| 120 medium TestSampleRenderMode | 122 medium TestSampleRenderMode |
| 121 medium TestSampleRotateModel pdiff_threshold(900) | 123 medium TestSampleRotateModel pdiff_threshold(900) |
| 122 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) | 124 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) |
| 123 large TestSampleMultipleClientsLarge | 125 large TestSampleMultipleClientsLarge |
| 124 large TestSamplePingPongLarge | 126 large TestSamplePingPongLarge |
| 125 # This test currently fails on IE as it considers localhost: to be a trusted | 127 # This test currently fails on IE as it considers localhost: to be a trusted |
| 126 # domain. | 128 # domain. |
| 127 small TestLoadTextureFromFileSmall except(*iexplore) | 129 small TestLoadTextureFromFileSmall except(*iexplore) |
| OLD | NEW |