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

Unified Diff: tests/selenium/sample_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 | « tests/selenium/javascript_unit_test_list.txt ('k') | tests/selenium/tests/v8-test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/selenium/sample_list.txt
===================================================================
--- tests/selenium/sample_list.txt (revision 42719)
+++ tests/selenium/sample_list.txt (working copy)
@@ -49,8 +49,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 between the browser names.
# Default = ""
#
# colorfactor(0 to 1) : Determines how important color is for comparison. A
@@ -78,7 +79,7 @@
medium 2d screenshot timeout(30000) pdiff_threshold(200) pdiff_threshold_mac(41200) colorfactor(0.8) downsample(1)
medium animation
large animated-scene screenshot timeout(55000) pdiff_threshold(200)
-large beachdemo/beachdemo screenshot timeout(120000) pdiff_threshold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrome)
+large beachdemo/beachdemo screenshot timeout(120000) pdiff_threshold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore,*googlechrome)
medium billboards screenshot pdiff_threshold(200)
medium bitmap-draw-image screenshot pdiff_threshold(200)
medium canvas screenshot pdiff_threshold(200) pdiff_threshold_mac(14600)
@@ -130,7 +131,7 @@
small TestSampleErrorTextureSmall pdiff_threshold(200) screenshots(5)
small TestSampleHelloCube_TexturesSmall pdiff_threshold(450) screenshot
# IE and chrome hang on this test.
-small TestSampleRefreshPageLoad_Small except(*iexplore, *googlechrome)
+small TestSampleRefreshPageLoad_Small except(*iexplore,*googlechrome)
medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_win(200) screenshot run_time(180000)
medium TestSamplePicking run_time(60000)
medium TestSampleRenderMode run_time(60000)
« no previous file with comments | « tests/selenium/javascript_unit_test_list.txt ('k') | tests/selenium/tests/v8-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698