Bug 126873

Summary: REGRESSION(r161715): Use of uninitialized value $ENV{"PLATFORM_NAME"}
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, cdumez, cgarcia, changseok, commit-queue, dbates, ddkilzer, mtiborinf, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alexey Proskuryakov 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.
Comment 1 Tibor Mészáros 2014-01-13 07:29:32 PST
Created attachment 221039 [details]
Patch

Now checked that the $ENV{"PLATFORM_NAME"} is defined or not.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-01-13 08:11:44 PST
All reviewed patches have been landed.  Closing bug.