Title: [124344] trunk/Tools
Revision
124344
Author
[email protected]
Date
2012-08-01 10:49:56 -0700 (Wed, 01 Aug 2012)

Log Message

Regression(r124135): nrwt: --verbose logging does not work right on windows
https://bugs.webkit.org/show_bug.cgi?id=92845

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-08-01
Reviewed by Dirk Pranke.

Disabled the failing test. The Workers spawned by this test are using Host()
instead of MockHost() and trying to access the real filesystem instead of the
MockFilesytem.

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(MainTest.disabled_test_verbose):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124343 => 124344)


--- trunk/Tools/ChangeLog	2012-08-01 17:48:08 UTC (rev 124343)
+++ trunk/Tools/ChangeLog	2012-08-01 17:49:56 UTC (rev 124344)
@@ -1,3 +1,17 @@
+2012-08-01  Thiago Marcos P. Santos  <[email protected]>
+
+        Regression(r124135): nrwt: --verbose logging does not work right on windows
+        https://bugs.webkit.org/show_bug.cgi?id=92845
+
+        Reviewed by Dirk Pranke.
+
+        Disabled the failing test. The Workers spawned by this test are using Host()
+        instead of MockHost() and trying to access the real filesystem instead of the
+        MockFilesytem.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+        (MainTest.disabled_test_verbose):
+
 2012-08-01  Arnaud Renevier  <[email protected]>
 
         keyring.get_password may raise an exception.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (124343 => 124344)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-08-01 17:48:08 UTC (rev 124343)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-08-01 17:49:56 UTC (rev 124344)
@@ -928,7 +928,7 @@
         # This is empty because we don't even get a chance to configure the logger before failing.
         self.assertEquals(logs, '')
 
-    def test_verbose(self):
+    def disabled_test_verbose(self):
         # Note that the tests fail because we can't pass a mock host to the worker processes *and*
         # use outputcapture to capture the output (doing the latter results in a nonpicklable host).
         _, _, err, _ = logging_run(['--verbose', '--fully-parallel', '--child-processes', '2', 'passes/text.html', 'passes/image.html'], tests_included=True)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to