Changeset 225525 in webkit


Ignore:
Timestamp:
Dec 5, 2017 9:58:07 AM (6 years ago)
Author:
aakash_jain@apple.com
Message:

[build.webkit.org] Rename MasterCfgTest to RunWebKitTestsTest
https://bugs.webkit.org/show_bug.cgi?id=180391

Rubber-stamped by Alexey Proskuryakov.

  • BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:

(RunWebKitTestsTest): Renamed from MasterCfgTest.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r225319 r225525  
    4848
    4949
    50 class MasterCfgTest(unittest.TestCase):
     50class RunWebKitTestsTest(unittest.TestCase):
    5151    def test_nrwt_leaks_parsing(self):
    5252        run_webkit_tests = RunWebKitTests()  # pylint is confused by the way we import the module ... pylint: disable-msg=E0602
  • trunk/Tools/ChangeLog

    r225524 r225525  
     12017-12-05  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [build.webkit.org] Rename MasterCfgTest to RunWebKitTestsTest
     4        https://bugs.webkit.org/show_bug.cgi?id=180391
     5
     6        Rubber-stamped by Alexey Proskuryakov.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:
     9        (RunWebKitTestsTest): Renamed from MasterCfgTest.
     10
    1112017-12-01  Filip Pizlo  <fpizlo@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.