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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/selenium/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/selenium/javascript_unit_test_list.txt
===================================================================
--- tests/selenium/javascript_unit_test_list.txt (revision 19792)
+++ tests/selenium/javascript_unit_test_list.txt (working copy)
@@ -49,6 +49,12 @@
# environment(s) where the test should be skipped.
# Default = ""
#
+# pdiff_edge_ignore_off : Turn off edge detection function in pdiff.
+# By default, it's on with a default edge detect threshold 5.
+#
+# pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff.
+# This threshold indicates the max number of neighbors the pixel can
+# have to be considered as edge. 0 means only ignore scattered pixels.
# NOTE! ----------------------------------------------------------------------
#
# Read the sample guidelines
@@ -68,12 +74,12 @@
small quaternion-test
small base-test
small util-test
-small pixel-perfection screenshot pdiff_threshold(2500) pdiff_threshold_mac(3000) except(*iexplore)
+small pixel-perfection screenshot pdiff_threshold(200) pdiff_threshold_mac(3000) except(*iexplore)
medium offscreen-test
medium texture-set-test screenshot
medium param-array-test screenshot
small no-rendergraph screenshot
-small non-cachable-params screenshot pdiff_threshold(1700)
+small non-cachable-params screenshot pdiff_threshold(200)
small type-test
small render-test
# TODO Test disabled, as the behaviour on Chrome does not match other
@@ -90,4 +96,4 @@
medium TestStressDrawShapes except(*googlechrome)
medium TestStressMultiWindow except(*googlechrome)
-large TestStressCullingZSort pdiff_threshold(14100)
+large TestStressCullingZSort pdiff_threshold(200)
« 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