Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Side by Side Diff: tests/selenium/javascript_unit_test_list.txt

Issue 212031: Changed selenium tests to recover from test crashes/hangs. Divided perceptual... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
89 89
90 # -- tests below this line are tests for which there is a python 90 # -- tests below this line are tests for which there is a python
91 # function to custom run the test. As such, only the 'except' and 91 # function to custom run the test. As such, only the 'except' and
92 # pdiff_threshold options have any meaning 92 # pdiff_threshold options have any meaning
93 93
94 # These two tests rely on Selenium getting or setting a page's title and that 94 # These two tests rely on Selenium getting or setting a page's title and that
95 # does not currently work with Chrome. 95 # does not currently work with Chrome.
96 medium TestStressDrawShapes except(*googlechrome) 96 medium TestStressDrawShapes except(*googlechrome)
97 medium TestStressMultiWindow except(*googlechrome) 97 medium TestStressMultiWindow except(*googlechrome)
98 98
99 large TestStressCullingZSort pdiff_threshold(450) 99 large TestStressCullingZSort pdiff_threshold(450) screenshots(8)
OLDNEW
« no previous file with comments | « o3d_assets/tests/screenshots/reference/stencil_example3_reference.png ('k') | tests/selenium/javascript_unit_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698