RESOLVED FIXED 8157
Make HTTP tests using Perl use .pl extension
https://bugs.webkit.org/show_bug.cgi?id=8157
Summary Make HTTP tests using Perl use .pl extension
Alexey Proskuryakov
Reported 2006-04-03 09:41:44 PDT
Some of our HTTP tests use .html or .text extensions, but are designated as executable via .htaccess. Since run-webkit-tests now recognizes .pl tests, this is no longer necessary. Furthermore, support for .text extension can be removed from run-webkit-tests.
Attachments
proposed patch (7.77 KB, patch)
2006-04-10 10:34 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2006-04-10 10:34:43 PDT
Created attachment 7621 [details] proposed patch Looks like the patch for bug 8121 wasn't landed in its entirety, so .pl tests didn't actually work. This patch converts existing Perl tests to .pl, adds run-webkit-tests support for .pl and (for future's sake) .php, and removes support for .text.
Darin Adler
Comment 2 2006-04-10 11:58:46 PDT
Comment on attachment 7621 [details] proposed patch r=me
Note You need to log in before you can comment on or make changes to this bug.