Title: [139912] trunk/Tools
- Revision
- 139912
- Author
- [email protected]
- Date
- 2013-01-16 12:27:59 -0800 (Wed, 16 Jan 2013)
Log Message
Please reinstate --pixel
https://bugs.webkit.org/show_bug.cgi?id=101995
Patch by Zan Dobersek <[email protected]> on 2013-01-16
Reviewed by Dirk Pranke.
Add the '--pixel' and '--no-pixel' options for NRWT as aliases for
the '--pixel-tests' (or '-p') and '--no-pixel-tests' options respectively.
Some developers are still used to these options that were available in the ORWT.
* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (139911 => 139912)
--- trunk/Tools/ChangeLog 2013-01-16 20:25:06 UTC (rev 139911)
+++ trunk/Tools/ChangeLog 2013-01-16 20:27:59 UTC (rev 139912)
@@ -1,3 +1,17 @@
+2013-01-16 Zan Dobersek <[email protected]>
+
+ Please reinstate --pixel
+ https://bugs.webkit.org/show_bug.cgi?id=101995
+
+ Reviewed by Dirk Pranke.
+
+ Add the '--pixel' and '--no-pixel' options for NRWT as aliases for
+ the '--pixel-tests' (or '-p') and '--no-pixel-tests' options respectively.
+ Some developers are still used to these options that were available in the ORWT.
+
+ * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+ (parse_args):
+
2013-01-16 Eric Seidel <[email protected]>
Remove --shark* support from sunspider/run-sunspider now that Shark is dead
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (139911 => 139912)
--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py 2013-01-16 20:25:06 UTC (rev 139911)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py 2013-01-16 20:27:59 UTC (rev 139912)
@@ -133,9 +133,9 @@
]))
option_group_definitions.append(("Results Options", [
- optparse.make_option("-p", "--pixel-tests", action=""
+ optparse.make_option("-p", "--pixel", "--pixel-tests", action=""
dest="pixel_tests", help="Enable pixel-to-pixel PNG comparisons"),
- optparse.make_option("--no-pixel-tests", action=""
+ optparse.make_option("--no-pixel", "--no-pixel-tests", action=""
dest="pixel_tests", help="Disable pixel-to-pixel PNG comparisons"),
optparse.make_option("--no-sample-on-timeout", action=""
dest="sample_on_timeout", help="Don't run sample on timeout (Mac OS X only)"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes