Skip to content

Commit 0210526

Browse files
[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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@225525 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent fb7cb89 commit 0210526

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def load_config(self, master_cfg_path):
4747
globals()['open'] = __builtins__.open # Stop mocking open().
4848

4949

50-
class MasterCfgTest(unittest.TestCase):
50+
class 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
5353
log_text = """

Tools/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2017-12-05 Aakash Jain <[email protected]>
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+
111
2017-12-01 Filip Pizlo <[email protected]>
212

313
GC constraint solving should be parallel

0 commit comments

Comments
 (0)