Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add registry keys to ensure XHR tests can find Perl #7

Closed
rkirsling opened this issue Nov 8, 2018 · 3 comments
Closed

Add registry keys to ensure XHR tests can find Perl #7

rkirsling opened this issue Nov 8, 2018 · 3 comments

Comments

@rkirsling
Copy link

(From https://bugs.webkit.org/show_bug.cgi?id=188039.)

90 tests under http/tests/xmlhttprequest fail if Perl can't be located.

Solution:

reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T"
reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T"
@donny-dont
Copy link
Collaborator

Believe this is fixed now in 743a9a2

@fujii
Copy link

fujii commented Dec 19, 2018

Reopen this issue. It is not fixed yet. You set values to wrong registry paths. Use `(Default)` http://powershelleverydayfaq.blogspot.com/2012/08/how-to-work-with-registry-default-values.html

@donny-dont donny-dont reopened this Dec 19, 2018
@donny-dont
Copy link
Collaborator

This is fixed in WebKitForWindows/powershell-webkit-dev@7911b33 based on above comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants