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

Unified Diff: tests/selenium/javascript_unit_test_list.txt

Issue 1566005: Fix except clauses with multiple browser names. The scripts parse the list on... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 10 years, 9 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/sample_list.txt » ('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 42719)
+++ tests/selenium/javascript_unit_test_list.txt (working copy)
@@ -45,8 +45,9 @@
# platforms. Platform specific versions override the
# threshold for that platform. The default threshold is 10 pixels.
#
-# except(*firefox, *iexplore, *googlechrome) : Name of the browser
-# environment(s) where the test should be skipped.
+# except(*firefox,*iexplore,*googlechrome) : Name of the browser
+# environment(s) where the test should be skipped. This list should
+# not have spaces delimiting the browser names.
# Default = ""
#
# pdiff_edge_ignore_off : Turn off edge detection function in pdiff.
@@ -76,7 +77,7 @@
small pixel-perfection screenshot pdiff_threshold(200) pdiff_threshold_mac(3000) except(*iexplore)
# Firefox opens an error dialog on this test stating that O3D failed to
# start (issue #212). Chrome fails this test occasionally (issue #105).
-medium offscreen-test except(*firefox, *googlechrome)
+medium offscreen-test except(*firefox,*googlechrome)
medium texture-set-test screenshot
medium param-array-test screenshot
small render-target-clear-test screenshot
« no previous file with comments | « no previous file | tests/selenium/sample_list.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698