Title: [94851] trunk/Tools
Revision
94851
Author
o...@webkit.org
Date
2011-09-09 06:08:05 -0700 (Fri, 09 Sep 2011)

Log Message

[NRWT] the nrwt check httpd with --no-http option
https://bugs.webkit.org/show_bug.cgi?id=67835

Patch by Kristóf Kosztyó <kkris...@inf.u-szeged.hu> on 2011-09-09
Reviewed by Csaba Osztrogonác.

* Scripts/webkitpy/layout_tests/controllers/manager.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (94850 => 94851)


--- trunk/Tools/ChangeLog	2011-09-09 12:55:54 UTC (rev 94850)
+++ trunk/Tools/ChangeLog	2011-09-09 13:08:05 UTC (rev 94851)
@@ -1,3 +1,12 @@
+2011-09-09  Kristóf Kosztyó  <kkris...@inf.u-szeged.hu>
+
+        [NRWT] the nrwt check httpd with --no-http option
+        https://bugs.webkit.org/show_bug.cgi?id=67835
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Scripts/webkitpy/layout_tests/controllers/manager.py:
+
 2011-09-08  Brian Weinstein  <bweinst...@apple.com>
 
         WebKit2: Assertion when calling didPerform*Redirect on null source/destination URL string

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (94850 => 94851)


--- trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py	2011-09-09 12:55:54 UTC (rev 94850)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py	2011-09-09 13:08:05 UTC (rev 94851)
@@ -817,8 +817,9 @@
         return (thread_timings, test_timings, individual_test_timings)
 
     def needs_servers(self):
-        return any(self._test_requires_lock(test_name) for test_name in self._test_files)
+        return any(self._test_requires_lock(test_name) for test_name in self._test_files) and self._options.http
 
+
     def set_up_run(self):
         """Configures the system to be ready to run tests.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to