RESOLVED FIXED 126873
REGRESSION(r161715): Use of uninitialized value $ENV{"PLATFORM_NAME"}
https://bugs.webkit.org/show_bug.cgi?id=126873
Summary REGRESSION(r161715): Use of uninitialized value $ENV{"PLATFORM_NAME"}
Alexey Proskuryakov
Reported 2014-01-13 00:19:34 PST
WebKit bindings tests complain about uninitialized PLATFORM_NAME a lot, see e.g. <https://webkit-queues.appspot.com/results/6110151471792128>: Running bindings generation tests Use of uninitialized value $ENV{"PLATFORM_NAME"} in pattern match (m//) at WebCore/bindings/scripts/preprocessor.pm line 63. PASS: (JS) JSTestCallback.cpp PASS: (JS) JSTestCallback.h Use of uninitialized value $ENV{"PLATFORM_NAME"} in pattern match (m//) at WebCore/bindings/scripts/preprocessor.pm line 63. PASS: (JS) JSTestCustomNamedGetter.cpp PASS: (JS) JSTestCustomNamedGetter.h Use of uninitialized value $ENV{"PLATFORM_NAME"} in pattern match (m//) at WebCore/bindings/scripts/preprocessor.pm line 63. PASS: (JS) JSTestActiveDOMObject.cpp PASS: (JS) JSTestActiveDOMObject.h Use of uninitialized value $ENV{"PLATFORM_NAME"} in pattern match (m//) at WebCore/bindings/scripts/preprocessor.pm line 63.
Attachments
Patch (2.33 KB, patch)
2014-01-13 07:29 PST, Tibor Mészáros
no flags
Tibor Mészáros
Comment 1 2014-01-13 07:29:32 PST
Created attachment 221039 [details] Patch Now checked that the $ENV{"PLATFORM_NAME"} is defined or not.
WebKit Commit Bot
Comment 2 2014-01-13 08:11:39 PST
Comment on attachment 221039 [details] Patch Clearing flags on attachment: 221039 Committed r161878: <http://trac.webkit.org/changeset/161878>
WebKit Commit Bot
Comment 3 2014-01-13 08:11:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.