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

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

Issue 151060: add ignore_edge option in test list. (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 | tests/selenium/main.py » ('j') | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 # pdiff_threshold(number_of_pixels_allowed) : Number of pixels 42 # pdiff_threshold(number_of_pixels_allowed) : Number of pixels
43 # allowed to be perceptually different before the test fails. 43 # allowed to be perceptually different before the test fails.
44 # "pdiff_threshold" specifies the threshold for all 44 # "pdiff_threshold" specifies the threshold for all
45 # platforms. Platform specific versions override the 45 # platforms. Platform specific versions override the
46 # threshold for that platform. The default threshold is 10 pixels. 46 # threshold for that platform. The default threshold is 10 pixels.
47 # 47 #
48 # except(*firefox, *iexplore, *googlechrome) : Name of the browser 48 # except(*firefox, *iexplore, *googlechrome) : Name of the browser
49 # environment(s) where the test should be skipped. 49 # environment(s) where the test should be skipped.
50 # Default = "" 50 # Default = ""
51 # 51 #
52 # pdiff_edge_ignore_off : Turn off edge detection function in pdiff.
53 # By default, it's on with a default edge detect threshold 5.
54 #
55 # pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff.
56 # This threshold indicates the max number of neighbors the pixel can
57 # have to be considered as edge. 0 means only ignore scattered pixels.
52 # NOTE! ---------------------------------------------------------------------- 58 # NOTE! ----------------------------------------------------------------------
53 # 59 #
54 # Read the sample guidelines 60 # Read the sample guidelines
55 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines 61 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines
56 # 62 #
57 # 63 #
58 small version-check-test 64 small version-check-test
59 small event-test 65 small event-test
60 small test-test 66 small test-test
61 small serialization-test 67 small serialization-test
62 small math-test 68 small math-test
63 small features-test except(*iexplore) 69 small features-test except(*iexplore)
64 small quaternion-test 70 small quaternion-test
65 # TODO Temporarily removing until V8 bug is fixed 71 # TODO Temporarily removing until V8 bug is fixed
66 small v8-test 72 small v8-test
67 small init-status-test 73 small init-status-test
68 small quaternion-test 74 small quaternion-test
69 small base-test 75 small base-test
70 small util-test 76 small util-test
71 small pixel-perfection screenshot pdiff_threshold(2500) pdiff_threshold_m ac(3000) except(*iexplore) 77 small pixel-perfection screenshot pdiff_threshold(200) pdiff_threshold_ma c(3000) except(*iexplore)
72 medium offscreen-test 78 medium offscreen-test
73 medium texture-set-test screenshot 79 medium texture-set-test screenshot
74 medium param-array-test screenshot 80 medium param-array-test screenshot
75 small no-rendergraph screenshot 81 small no-rendergraph screenshot
76 small non-cachable-params screenshot pdiff_threshold(1700) 82 small non-cachable-params screenshot pdiff_threshold(200)
77 small type-test 83 small type-test
78 small render-test 84 small render-test
79 # TODO Test disabled, as the behaviour on Chrome does not match other 85 # TODO Test disabled, as the behaviour on Chrome does not match other
80 # browsers - objects are not deleted properly. 86 # browsers - objects are not deleted properly.
81 small ownership-test 87 small ownership-test
82 small effect-import-test 88 small effect-import-test
83 89
84 # -- 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
85 # 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
86 # pdiff_threshold options have any meaning 92 # pdiff_threshold options have any meaning
87 93
88 # 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
89 # does not currently work with Chrome. 95 # does not currently work with Chrome.
90 medium TestStressDrawShapes except(*googlechrome) 96 medium TestStressDrawShapes except(*googlechrome)
91 medium TestStressMultiWindow except(*googlechrome) 97 medium TestStressMultiWindow except(*googlechrome)
92 98
93 large TestStressCullingZSort pdiff_threshold(14100) 99 large TestStressCullingZSort pdiff_threshold(200)
OLDNEW
« no previous file with comments | « no previous file | tests/selenium/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698