Title: [228977] trunk/Tools
Revision
228977
Author
[email protected]
Date
2018-02-25 10:38:36 -0800 (Sun, 25 Feb 2018)

Log Message

[build.webkit.org] unit-tests fail if buildbot 0.8.6p1 is not installed locally
https://bugs.webkit.org/show_bug.cgi?id=183103

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/steps_unittest.py: Removed extra imports.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py (228976 => 228977)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py	2018-02-24 23:30:16 UTC (rev 228976)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py	2018-02-25 18:38:36 UTC (rev 228977)
@@ -7,11 +7,6 @@
 import make_passwords_json
 import json
 
-from buildbot.status.builder import SUCCESS, FAILURE, WARNINGS, SKIPPED, EXCEPTION
-from buildbot.steps import source
-from steps import (CheckOutSource, Run32bitJSCTests, RunAndUploadPerfTests, RunBenchmarkTests,
-                   RunJavaScriptCoreTests, RunLLINTCLoopTests, RunTest262Tests, RunUnitTests, RunWebKitTests)
-
 # Show DepricationWarnings come from buildbot - it isn't default with Python 2.7 or newer.
 # See https://bugs.webkit.org/show_bug.cgi?id=90161 for details.
 import warnings

Modified: trunk/Tools/ChangeLog (228976 => 228977)


--- trunk/Tools/ChangeLog	2018-02-24 23:30:16 UTC (rev 228976)
+++ trunk/Tools/ChangeLog	2018-02-25 18:38:36 UTC (rev 228977)
@@ -1,3 +1,12 @@
+2018-02-25  Aakash Jain  <[email protected]>
+
+        [build.webkit.org] unit-tests fail if buildbot 0.8.6p1 is not installed locally
+        https://bugs.webkit.org/show_bug.cgi?id=183103
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py: Removed extra imports.
+
 2018-02-24  Wenson Hsieh  <[email protected]>
 
         Unreviewed, fix the TestWebKitAPI build after r228825.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to