Title: [120965] trunk/Tools
- Revision
- 120965
- Author
- [email protected]
- Date
- 2012-06-21 14:48:20 -0700 (Thu, 21 Jun 2012)
Log Message
reenable perf tests on win
https://bugs.webkit.org/show_bug.cgi?id=89690
Reviewed by Ryosuke Niwa.
Only the replay tests don't work, and those are disabled by
default. This change also fixes the undefined _log reference
that was causing a crash.
* Scripts/run-perf-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (120964 => 120965)
--- trunk/Tools/ChangeLog 2012-06-21 21:23:56 UTC (rev 120964)
+++ trunk/Tools/ChangeLog 2012-06-21 21:48:20 UTC (rev 120965)
@@ -1,3 +1,16 @@
+2012-06-21 Dirk Pranke <[email protected]>
+
+ reenable perf tests on win
+ https://bugs.webkit.org/show_bug.cgi?id=89690
+
+ Reviewed by Ryosuke Niwa.
+
+ Only the replay tests don't work, and those are disabled by
+ default. This change also fixes the undefined _log reference
+ that was causing a crash.
+
+ * Scripts/run-perf-tests:
+
2012-06-21 Sheriff Bot <[email protected]>
Unreviewed, rolling out r120937.
Modified: trunk/Tools/Scripts/run-perf-tests (120964 => 120965)
--- trunk/Tools/Scripts/run-perf-tests 2012-06-21 21:23:56 UTC (rev 120964)
+++ trunk/Tools/Scripts/run-perf-tests 2012-06-21 21:48:20 UTC (rev 120965)
@@ -37,7 +37,4 @@
if '__main__' == __name__:
logging.basicConfig(level=logging.INFO, format="%(message)s")
- if sys.platform == 'win32':
- _log.error("run-perf-tests doesn't work on win32; needs webpagereplay support.")
- sys.exit(1)
sys.exit(PerfTestsRunner().run())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes