| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 # | 62 # |
| 63 # NOTE! ---------------------------------------------------------------------- | 63 # NOTE! ---------------------------------------------------------------------- |
| 64 # | 64 # |
| 65 # Read the sample guidelines | 65 # Read the sample guidelines |
| 66 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines | 66 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines |
| 67 # | 67 # |
| 68 # | 68 # |
| 69 medium 2d screenshot pdiff_threshold(41200) | 69 medium 2d screenshot pdiff_threshold(41200) |
| 70 medium animation | 70 medium animation |
| 71 large animated-scene screenshot timeout(45000) pdiff_thresh
old(200) | 71 large animated-scene screenshot timeout(45000) pdiff_thresh
old(200) |
| 72 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres
hold(1900) downsample(1) except(*iexplore, *googlechrome) | 72 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres
hold(1900) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechro
me) |
| 73 medium canvas screenshot pdiff_threshold(4700) pdiff
_threshold_mac(14600) | 73 medium canvas screenshot pdiff_threshold(4700) pdiff
_threshold_mac(14600) |
| 74 medium canvas-fonts screenshot pdiff_threshold(1100) pdiff
_threshold_mac(21900) | 74 medium canvas-fonts screenshot pdiff_threshold(1100) pdiff
_threshold_mac(21900) |
| 75 medium canvas-texturedraw | 75 medium canvas-texturedraw |
| 76 medium checkers screenshot pdiff_threshold(1100) | 76 medium checkers screenshot pdiff_threshold(1100) |
| 77 medium convolution screenshot pdiff_threshold(200) | 77 medium convolution screenshot pdiff_threshold(200) |
| 78 medium culling screenshot pdiff_threshold(1000) downs
ample(1) | 78 medium culling screenshot pdiff_threshold(1000) downs
ample(1) |
| 79 medium debugging screenshot pdiff_threshold(2000) pdiff
_threshold_mac(3000) | 79 medium debugging screenshot pdiff_threshold(2000) pdiff
_threshold_mac(3000) |
| 80 medium displayfps | 80 medium displayfps |
| 81 small generate-texture screenshot pdiff_threshold(30000) exce
pt(*iexplore) | 81 small generate-texture screenshot pdiff_threshold(30000) exce
pt(*iexplore) |
| 82 medium hellocube screenshot pdiff_threshold(1000) | 82 medium hellocube screenshot pdiff_threshold(1000) |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) | 118 medium TestSampleCustomCamera pdiff_threshold(900) pdiff_threshold_w
in(5700) |
| 119 medium TestSamplePicking | 119 medium TestSamplePicking |
| 120 medium TestSampleRenderMode | 120 medium TestSampleRenderMode |
| 121 medium TestSampleRotateModel pdiff_threshold(900) | 121 medium TestSampleRotateModel pdiff_threshold(900) |
| 122 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) | 122 medium TestSampleShader_Test pdiff_threshold(5800) pdiff_threshold_
win(26000) |
| 123 large TestSampleMultipleClientsLarge | 123 large TestSampleMultipleClientsLarge |
| 124 large TestSamplePingPongLarge | 124 large TestSamplePingPongLarge |
| 125 # This test currently fails on IE as it considers localhost: to be a trusted | 125 # This test currently fails on IE as it considers localhost: to be a trusted |
| 126 # domain. | 126 # domain. |
| 127 small TestLoadTextureFromFileSmall except(*iexplore) | 127 small TestLoadTextureFromFileSmall except(*iexplore) |
| OLD | NEW |