Changeset 228977 in webkit


Ignore:
Timestamp:
Feb 25, 2018 10:38:36 AM (6 years ago)
Author:
aakash_jain@apple.com
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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py

    r228004 r228977  
    77import make_passwords_json
    88import json
    9 
    10 from buildbot.status.builder import SUCCESS, FAILURE, WARNINGS, SKIPPED, EXCEPTION
    11 from buildbot.steps import source
    12 from steps import (CheckOutSource, Run32bitJSCTests, RunAndUploadPerfTests, RunBenchmarkTests,
    13                    RunJavaScriptCoreTests, RunLLINTCLoopTests, RunTest262Tests, RunUnitTests, RunWebKitTests)
    149
    1510# Show DepricationWarnings come from buildbot - it isn't default with Python 2.7 or newer.
  • trunk/Tools/ChangeLog

    r228976 r228977  
     12018-02-25  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [build.webkit.org] unit-tests fail if buildbot 0.8.6p1 is not installed locally
     4        https://bugs.webkit.org/show_bug.cgi?id=183103
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py: Removed extra imports.
     9
    1102018-02-24  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.