Skip to content

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

@rkirsling

Description

@rkirsling

(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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions