Title: [225525] trunk/Tools
- Revision
- 225525
- Author
- aakash_j...@apple.com
- Date
- 2017-12-05 09:58:07 -0800 (Tue, 05 Dec 2017)
Log 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.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py (225524 => 225525)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py 2017-12-05 17:53:57 UTC (rev 225524)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py 2017-12-05 17:58:07 UTC (rev 225525)
@@ -47,7 +47,7 @@
globals()['open'] = __builtins__.open # Stop mocking open().
-class MasterCfgTest(unittest.TestCase):
+class RunWebKitTestsTest(unittest.TestCase):
def test_nrwt_leaks_parsing(self):
run_webkit_tests = RunWebKitTests() # pylint is confused by the way we import the module ... pylint: disable-msg=E0602
log_text = """
Modified: trunk/Tools/ChangeLog (225524 => 225525)
--- trunk/Tools/ChangeLog 2017-12-05 17:53:57 UTC (rev 225524)
+++ trunk/Tools/ChangeLog 2017-12-05 17:58:07 UTC (rev 225525)
@@ -1,3 +1,13 @@
+2017-12-05 Aakash Jain <aakash_j...@apple.com>
+
+ [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.
+
2017-12-01 Filip Pizlo <fpi...@apple.com>
GC constraint solving should be parallel
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes