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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 small effect-import-test | 89 small effect-import-test |
90 | 90 |
91 # -- tests below this line are tests for which there is a python | 91 # -- tests below this line are tests for which there is a python |
92 # function to custom run the test. As such, only the 'except' and | 92 # function to custom run the test. As such, only the 'except' and |
93 # pdiff_threshold options have any meaning | 93 # pdiff_threshold options have any meaning |
94 | 94 |
95 # These two tests rely on Selenium getting or setting a page's title and that | 95 # These two tests rely on Selenium getting or setting a page's title and that |
96 # does not currently work with Chrome. | 96 # does not currently work with Chrome. |
97 # Don't run TestStressDrawShapes on ie because selenium/ie is too slow. | 97 # Don't run TestStressDrawShapes on ie because selenium/ie is too slow. |
98 medium TestStressDrawShapes except(*googlechrome,*iexplore) | 98 medium TestStressDrawShapes except(*googlechrome,*iexplore) |
99 medium TestStressMultiWindow except(*googlechrome) | 99 medium TestStressMultiWindow except(*googlechrome) run_time(180000) |
100 | 100 |
101 large TestStressCullingZSort pdiff_threshold(450) screenshots(8) | 101 large TestStressCullingZSort pdiff_threshold(450) screenshots(8) |
OLD | NEW |