Title: [109491] trunk/Tools
- Revision
- 109491
- Author
- [email protected]
- Date
- 2012-03-01 19:37:18 -0800 (Thu, 01 Mar 2012)
Log Message
webkitpy: test_run_test_pause_before_testing is failing after r109482
https://bugs.webkit.org/show_bug.cgi?id=80084
Unreviewed, build fix.
Fixes the test string compare to ignore the time spent running
the tests.
* Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
(test_run_test_pause_before_testing):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (109490 => 109491)
--- trunk/Tools/ChangeLog 2012-03-02 03:28:12 UTC (rev 109490)
+++ trunk/Tools/ChangeLog 2012-03-02 03:37:18 UTC (rev 109491)
@@ -1,5 +1,18 @@
2012-03-01 Dirk Pranke <[email protected]>
+ webkitpy: test_run_test_pause_before_testing is failing after r109482
+ https://bugs.webkit.org/show_bug.cgi?id=80084
+
+ Unreviewed, build fix.
+
+ Fixes the test string compare to ignore the time spent running
+ the tests.
+
+ * Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
+ (test_run_test_pause_before_testing):
+
+2012-03-01 Dirk Pranke <[email protected]>
+
nrwt: virtual tests aren't being run
https://bugs.webkit.org/show_bug.cgi?id=80083
Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py (109490 => 109491)
--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py 2012-03-02 03:28:12 UTC (rev 109490)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py 2012-03-02 03:37:18 UTC (rev 109491)
@@ -195,7 +195,7 @@
finally:
_, stderr, logs = output.restore_output()
self.assertEqual(stderr, "Ready to run test?\n")
- self.assertEqual(logs, "Running inspector/pass.html (1 of 1)\n\n")
+ self.assertTrue("Running inspector/pass.html (1 of 1)" in logs)
def test_run_test_set_for_parser_tests(self):
buildbot_output = StringIO.StringIO()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes