| OLD | NEW |
| 1 # | 1 # |
| 2 # Test Requirements: | 2 # Test Requirements: |
| 3 # | 3 # |
| 4 # Each sample is expected to have a global variable called g_testResult | 4 # Each sample is expected to have a global variable called g_testResult |
| 5 # That starts undefined and is set to true or false when the test is finished. | 5 # That starts undefined and is set to true or false when the test is finished. |
| 6 # | 6 # |
| 7 # Line Format: | 7 # Line Format: |
| 8 # | 8 # |
| 9 # TestType test-name options | 9 # TestType test-name options |
| 10 # | 10 # |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 # | 53 # |
| 54 # Read the sample guidelines | 54 # Read the sample guidelines |
| 55 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines | 55 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines |
| 56 # | 56 # |
| 57 # | 57 # |
| 58 small version-check-test | 58 small version-check-test |
| 59 small event-test | 59 small event-test |
| 60 small test-test | 60 small test-test |
| 61 small serialization-test | 61 small serialization-test |
| 62 small math-test | 62 small math-test |
| 63 small features-test except(*iexplore) | 63 small features-test |
| 64 small quaternion-test | 64 small quaternion-test |
| 65 # TODO Temporarily removing until V8 bug is fixed | 65 # TODO Temporarily removing until V8 bug is fixed |
| 66 small v8-test | 66 small v8-test |
| 67 small init-status-test | 67 small init-status-test |
| 68 small quaternion-test | 68 small quaternion-test |
| 69 small base-test | 69 small base-test |
| 70 small util-test | 70 small util-test |
| 71 small pixel-perfection screenshot pdiff_threshold(2500) pdiff_threshold_m
ac(3000) except(*iexplore) | 71 small pixel-perfection screenshot pdiff_threshold(2500) pdiff_threshold_m
ac(3000) except(*iexplore) |
| 72 medium offscreen-test | 72 medium offscreen-test |
| 73 medium texture-set-test screenshot | 73 medium texture-set-test screenshot |
| (...skipping 10 matching lines...) Expand all Loading... |
| 84 # -- tests below this line are tests for which there is a python | 84 # -- tests below this line are tests for which there is a python |
| 85 # function to custom run the test. As such, only the 'except' and | 85 # function to custom run the test. As such, only the 'except' and |
| 86 # pdiff_threshold options have any meaning | 86 # pdiff_threshold options have any meaning |
| 87 | 87 |
| 88 # These two tests rely on Selenium getting or setting a page's title and that | 88 # These two tests rely on Selenium getting or setting a page's title and that |
| 89 # does not currently work with Chrome. | 89 # does not currently work with Chrome. |
| 90 medium TestStressDrawShapes except(*googlechrome) | 90 medium TestStressDrawShapes except(*googlechrome) |
| 91 medium TestStressMultiWindow except(*googlechrome) | 91 medium TestStressMultiWindow except(*googlechrome) |
| 92 | 92 |
| 93 large TestStressCullingZSort pdiff_threshold(14100) | 93 large TestStressCullingZSort pdiff_threshold(14100) |
| OLD | NEW |