RESOLVED FIXED 136039
Remove obsolete run-javascriptcore-tests result parsing from master.cfg
https://bugs.webkit.org/show_bug.cgi?id=136039
Summary Remove obsolete run-javascriptcore-tests result parsing from master.cfg
Nagy Renátó
Reported 2014-08-18 06:40:49 PDT
After https://trac.webkit.org/changeset/156955/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests runs LayoutTests/js tests only as part of run-jsc-stress-tests and after https://trac.webkit.org/changeset/157014/trunk/Tools/Scripts/run-javascriptcore-tests Mozilla tests and JSC stress tests are mutually exclusive. Accordingly the run-javascriptcore-tests result parser in master.cfg should be updated.
Attachments
Proposed patch (6.05 KB, patch)
2014-08-18 06:46 PDT, Nagy Renátó
no flags
Patch (6.17 KB, patch)
2014-08-18 11:05 PDT, Nagy Renátó
no flags
Nagy Renátó
Comment 1 2014-08-18 06:46:29 PDT
Created attachment 236763 [details] Proposed patch
WebKit Commit Bot
Comment 2 2014-08-18 06:49:03 PDT
Attachment 236763 [details] did not pass style-queue: ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:122: [RunJavaScriptCoreTestsTest.test_no_failure_new_output] Undefined variable 'SUCCESS' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:127: [RunJavaScriptCoreTestsTest.test_mozilla_failure_old_output] Undefined variable 'FAILURE' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:132: [RunJavaScriptCoreTestsTest.test_jsc_stress_failure_new_output] Undefined variable 'FAILURE' [pylint/E0602] [5] Total errors found: 3 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Csaba Osztrogonác
Comment 3 2014-08-18 08:44:36 PDT
Comment on attachment 236763 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=236763&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:122 > + self.assertResults(SUCCESS, ["jscore-test"], 0, """Results for JSC tests: typo: "Results for JSC stress tests:"
Csaba Osztrogonác
Comment 4 2014-08-18 08:46:53 PDT
Comment on attachment 236763 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=236763&action=review r- for now, please fix the tests. > Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:133 > + self.assertResults(FAILURE, ["jscore-test", '1 failing JSC stress test '], 1, """Results for JSC stress tests: > + 1 failures found.""") http://build.webkit.org/builders/Apple%20Mavericks%20Debug%20WK1%20%28Tests%29/builds/7128/steps/jscore-test/logs/stdio Results for JSC stress tests: 1 failure found. http://build.webkit.sed.hu/builders/EFL%20ARMv7%20Traditional%20Linux%20Release%20%28Build%29/builds/6340/steps/jscore-test/logs/stdio Results for JSC stress tests: 7 failures found.
Nagy Renátó
Comment 5 2014-08-18 11:05:14 PDT
WebKit Commit Bot
Comment 6 2014-08-18 11:06:41 PDT
Attachment 236767 [details] did not pass style-queue: ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:122: [RunJavaScriptCoreTestsTest.test_no_failure_new_output] Undefined variable 'SUCCESS' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:127: [RunJavaScriptCoreTestsTest.test_mozilla_failure_old_output] Undefined variable 'FAILURE' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:132: [RunJavaScriptCoreTestsTest.test_mozilla_failures_old_output] Undefined variable 'FAILURE' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:137: [RunJavaScriptCoreTestsTest.test_jsc_stress_failure_new_output] Undefined variable 'FAILURE' [pylint/E0602] [5] ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:141: [RunJavaScriptCoreTestsTest.test_jsc_stress_failures_new_output] Undefined variable 'FAILURE' [pylint/E0602] [5] Total errors found: 5 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Csaba Osztrogonác
Comment 7 2014-08-19 00:34:29 PDT
Comment on attachment 236767 [details] Patch r=me
WebKit Commit Bot
Comment 8 2014-08-19 01:09:30 PDT
Comment on attachment 236767 [details] Patch Clearing flags on attachment: 236767 Committed r172748: <http://trac.webkit.org/changeset/172748>
WebKit Commit Bot
Comment 9 2014-08-19 01:09:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.