VERIFIED FIXED 6682
Call to checkWebCoreSVGSupport() broken in build-drawtest and run-drawtest
https://bugs.webkit.org/show_bug.cgi?id=6682
Summary Call to checkWebCoreSVGSupport() broken in build-drawtest and run-drawtest
David Kilzer (:ddkilzer)
Reported 2006-01-19 23:02:21 PST
Calls to checkWebCoreSVGSupport(), which is defined in WebKitTools/Scripts/webkitdirs.pm, are broken in build-drawtest and run-drawtest: $ ./WebKitTools/Scripts/build-drawtest Bareword "true" not allowed while "strict subs" in use at ./build-drawtest line 44. Execution of ./WebKitTools/Scripts/build-drawtest aborted due to compilation errors. $ ./WebKitTools/Scripts/run-drawtest Bareword "true" not allowed while "strict subs" in use at ./run-drawtest line 41. Execution of ./WebKitTools/Scripts/run-drawtest aborted due to compilation errors.
Attachments
Patch v1 (1.71 KB, patch)
2006-01-19 23:30 PST, David Kilzer (:ddkilzer)
eric: review+
David Kilzer (:ddkilzer)
Comment 1 2006-01-19 23:30:37 PST
Created attachment 5794 [details] Patch v1 Patch v1 to fix Perl errors. Taking bug.
Eric Seidel (no email)
Comment 2 2006-01-19 23:36:41 PST
Comment on attachment 5794 [details] Patch v1 Looks great.
David Kilzer (:ddkilzer)
Comment 3 2006-01-21 14:36:22 PST
Verified build-drawtest and run-drawtest compile with "perl -c".
Note You need to log in before you can comment on or make changes to this bug.