| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 medium particles screenshot pdiff_threshold(35500) | 94 medium particles screenshot pdiff_threshold(35500) |
| 95 medium primitives screenshot pdiff_threshold(17200) pdif
f_threshold_mac(20000) colorfactor(.7) | 95 medium primitives screenshot pdiff_threshold(17200) pdif
f_threshold_mac(20000) colorfactor(.7) |
| 96 medium procedural-texture screenshot pdiff_threshold(1300) | 96 medium procedural-texture screenshot pdiff_threshold(1300) |
| 97 medium render-targets screenshot pdiff_threshold(1400) | 97 medium render-targets screenshot pdiff_threshold(1400) |
| 98 medium scatter-chart screenshot pdiff_threshold(10100) pdif
f_threshold_mac(10600) | 98 medium scatter-chart screenshot pdiff_threshold(10100) pdif
f_threshold_mac(10600) |
| 99 medium simple screenshot client(g_simple.client) | 99 medium simple screenshot client(g_simple.client) |
| 100 medium simpletexture screenshot pdiff_threshold(5100) | 100 medium simpletexture screenshot pdiff_threshold(5100) |
| 101 medium skinning screenshot pdiff_threshold(500) | 101 medium skinning screenshot pdiff_threshold(500) |
| 102 medium sobel screenshot pdiff_threshold(1400) | 102 medium sobel screenshot pdiff_threshold(1400) |
| 103 medium stencil_example screenshot(0) screenshot(100) screensh
ot(7777) pdiff_threshold(4800) pdiff_threshold_win(20800) | 103 medium stencil_example screenshot(0) screenshot(100) screensh
ot(7777) pdiff_threshold(4800) pdiff_threshold_win(20800) |
| 104 medium shadow-map screenshot pdiff_threshold(10000) |
| 104 small texturesamplers screenshot pdiff_threshold(32200) pdif
f_threshold_win(37100) | 105 small texturesamplers screenshot pdiff_threshold(32200) pdif
f_threshold_win(37100) |
| 105 medium tutorial-primitive screenshot pdiff_threshold(1200) pdiff
_threshold_mac(10400) | 106 medium tutorial-primitive screenshot pdiff_threshold(1200) pdiff
_threshold_mac(10400) |
| 106 large vertex-shader screenshot timeout(45000) pdiff_thresh
old(1400) except(*iexplore) | 107 large vertex-shader screenshot timeout(45000) pdiff_thresh
old(1400) except(*iexplore) |
| 107 medium vertex-shader-animation screenshot pdiff_threshold(5100) | 108 medium vertex-shader-animation screenshot pdiff_threshold(5100) |
| 108 medium zsorting screenshot pdiff_threshold(39500) | 109 medium zsorting screenshot pdiff_threshold(39500) |
| 109 # box2d-3d works in browsers but for some reason times out on some configs | 110 # box2d-3d works in browsers but for some reason times out on some configs |
| 110 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome) | 111 #large box2d-3d/box2d-3d timeout(45000) except(*googlechrome) |
| 111 large simpleviewer/simpleviewer screenshot pdiff_threshold(100) | 112 large simpleviewer/simpleviewer screenshot pdiff_threshold(100) |
| 112 large trends/trends timeout(30000) | 113 large trends/trends timeout(30000) |
| 113 medium GoogleIO-2009/step09ex screenshot pdiff_threshold(1900) | 114 medium GoogleIO-2009/step09ex screenshot pdiff_threshold(1900) |
| 114 large GoogleIO-2009/step14ex screenshot pdiff_threshold(8000) timeo
ut(45000) | 115 large GoogleIO-2009/step14ex screenshot pdiff_threshold(8000) timeo
ut(45000) |
| 115 | 116 |
| 116 # -- tests below this line are tests for which there is a python | 117 # -- tests below this line are tests for which there is a python |
| 117 # function to custom run the test. As such, only the 'except' and | 118 # function to custom run the test. As such, only the 'except' and |
| 118 # pdiff_threshold options have any meaning | 119 # pdiff_threshold options have any meaning |
| 119 | 120 |
| 120 small TestSampleErrorTextureSmall pdiff_threshold(2200) | 121 small TestSampleErrorTextureSmall pdiff_threshold(2200) |
| 121 small TestSampleHelloCube_TexturesSmall pdiff_threshold(5900) | 122 small TestSampleHelloCube_TexturesSmall pdiff_threshold(5900) |
| 122 small TestSampleRefreshPageLoad_Small | 123 small TestSampleRefreshPageLoad_Small |
| 123 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) | 124 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) |
| 124 medium TestSamplePicking | 125 medium TestSamplePicking |
| 125 medium TestSampleRenderMode | 126 medium TestSampleRenderMode |
| 126 medium TestSampleRotateModel pdiff_threshold(900) | 127 medium TestSampleRotateModel pdiff_threshold(900) |
| 127 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) | 128 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) |
| 128 large TestSampleMultipleClientsLarge | 129 large TestSampleMultipleClientsLarge |
| 129 large TestSamplePingPongLarge | 130 large TestSamplePingPongLarge |
| 130 # This test currently fails on IE as it considers localhost: to be a trusted | 131 # This test currently fails on IE as it considers localhost: to be a trusted |
| 131 # domain. | 132 # domain. |
| 132 small TestLoadTextureFromFileSmall except(*iexplore) | 133 small TestLoadTextureFromFileSmall except(*iexplore) |
| OLD | NEW |