[Webkit-unassigned] [Bug 183343] Perl-based Test262 runner
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 23 06:11:13 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=183343
--- Comment #13 from Leo Balter <leonardo.balter at gmail.com> ---
I just changed the readme file a bit to clarify this step.
After you install 5.8.8 with Perlbrew and the Carton module, you need to install the dependencies from cpanfile:
`carton install` is the missing step before the `carton exec test262-runner.pl` call.
I'll check how to bundle the dependencies with this patch, so we could skip the dependencies part.
In fact, this code should also run with any version of Perl <= 5.8.8, so I should also inform the perlbrew parts can be skipped. We can't skip the modules part as we still need a parser for the Yaml and the Parallel Fork manager.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180323/ad0c8b5b/attachment-0001.html>
More information about the webkit-unassigned
mailing list