RESOLVED FIXED47654
Chromium port can't run JavaScriptCore tests
https://bugs.webkit.org/show_bug.cgi?id=47654
Summary Chromium port can't run JavaScriptCore tests
Adam Barth
Reported 2010-10-13 22:26:26 PDT
Chromium port can't run JavaScriptCore tests
Attachments
Patch (2.43 KB, patch)
2010-10-13 22:27 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-10-13 22:27:20 PDT
Adam Barth
Comment 2 2010-10-13 22:29:09 PDT
Eric Seidel (no email)
Comment 3 2010-10-13 22:30:37 PDT
Comment on attachment 70711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70711&action=review Would be better to rename it to "JavaScript tests" and just return "echo 'nothing to do'" for Chromium. Eventually run-javascriptcore-tests could be made to work for v8 if we desired. > WebKitTools/Scripts/webkitpy/tool/steps/runtests.py:55 > + javascriptcore_tests_command = self.port().run_javascriptcore_tests_command() > + if javascriptcore_tests_command: > + log("Running JavaScriptCore tests") > + self._tool.executive.run_and_throw_if_fail(javascriptcore_tests_command, quiet=True) Very lame. So much extra code for this one stupid branch.
Eric Seidel (no email)
Comment 4 2010-10-13 22:31:10 PDT
That was kinda dickish.
Adam Barth
Comment 5 2010-10-13 22:32:50 PDT
:(
Adam Barth
Comment 6 2010-10-13 22:36:30 PDT
Each of these patches blocks progress on the bot. I'll try to patch these in manually instead of using the svn repo as the communication channel between my development machine and the bot.
Eric Seidel (no email)
Comment 7 2010-10-14 08:21:01 PDT
I think it's rude to ask for review and then ignore the comments (especially with an in-person cackle). This isn't really a patch to land unreviewed anyway. You made the code uglier/less-hackable. I've said my piece. This is not the end of the world.
Alexey Proskuryakov
Comment 8 2010-10-14 10:41:06 PDT
Comment on attachment 70711 [details] Patch Clearing r? flag in a resolved bug. Quoting Maciej, "please, ladies & gentlemen, let's try to remain courteous in these discussions".
Adam Barth
Comment 9 2010-10-14 13:55:37 PDT
I'll revert the patch and we can try again.
Note You need to log in before you can comment on or make changes to this bug.