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

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

Issue 147185: Fixing Chrome selenium tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « plugin/cross/o3d_glue.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 small render-test 78 small render-test
79 # TODO Test disabled, as the behaviour on Chrome does not match other 79 # TODO Test disabled, as the behaviour on Chrome does not match other
80 # browsers - objects are not deleted properly. 80 # browsers - objects are not deleted properly.
81 small ownership-test 81 small ownership-test
82 small effect-import-test 82 small effect-import-test
83 83
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 medium TestStressDrawShapes 88 # These two tests rely on Selenium getting or setting a page's title and that
89 medium TestStressMultiWindow 89 # does not currently work with Chrome.
90 medium TestStressDrawShapes except(*googlechrome)
91 medium TestStressMultiWindow except(*googlechrome)
92
90 large TestStressCullingZSort pdiff_threshold(14100) 93 large TestStressCullingZSort pdiff_threshold(14100)
91
OLDNEW
« no previous file with comments | « plugin/cross/o3d_glue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698