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

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

Issue 155031: Re-enabling features-test.html for IE. The test was fixed in rev 19867 (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 | « no previous file | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698