[Webkit-unassigned] [Bug 183343] Perl-based Test262 runner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 11:54:59 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=183343

--- Comment #16 from Leo Balter <leonardo.balter at gmail.com> ---
I believe it's the best to prioritize running this script without installing any extras.

We might still use carton and Perlbrew to develop this script. We assert Perl 5.8.8 is properly used to match requirements. Carton can assist us if we ever need to install new dependencies. Other than that, the script should run from an single call.

It's an advantage for us that any newer version of Perl 5.x is retro compatible, so - in the best theory - we don't need to worry running the script with any Perl we have available.

Michael Saboff, thanks for the feedback, I'll get back to you here when I have this script running without requirements to install dependencies or running from a specific folder.

btw, the current reported bug was a quite silent error due to calling `carton install` and `carton exec` from the project's root folder and not from the folder where the script is located. The reason for this is because it's still a WIP and I didn't have this part in my priority list before. I appreciate the patience, thou.

-- 
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/20180326/5805cc8f/attachment.html>


More information about the webkit-unassigned mailing list