RESOLVED FIXED Bug 81852
run-bindings-tests output a lot of errors in TestSerializedScriptValueInterface.idl
https://bugs.webkit.org/show_bug.cgi?id=81852
Summary run-bindings-tests output a lot of errors in TestSerializedScriptValueInterfa...
Kentaro Hara
Reported 2012-03-21 17:52:33 PDT
run-bindings-tests output a lot of errors in TestSerializedScriptValueInterface.idl: Use of uninitialized value in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 2743. Use of uninitialized value $name in substitution (s///) at WebCore/bindings/scripts/CodeGenerator.pm line 119. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 2969. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 2972. Use of uninitialized value $type in hash element at WebCore/bindings/scripts/CodeGenerator.pm line 367. Use of uninitialized value $type in hash element at WebCore/bindings/scripts/CodeGenerator.pm line 368. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 2981. Use of uninitialized value $type in hash element at WebCore/bindings/scripts/CodeGenerator.pm line 377. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3004. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3008. Use of uninitialized value $type in pattern match (m//) at WebCore/bindings/scripts/CodeGenerator.pm line 453. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3020. Use of uninitialized value $type in pattern match (m//) at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3026. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3031. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3031. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3034. Use of uninitialized value $type in concatenation (.) or string at WebCore/bindings/scripts/CodeGeneratorJS.pm line 3038. Use of uninitialized value $type in string eq at WebCore/bindings/scripts/CodeGeneratorJS.pm line 321. This is because [Constructor(...)] does not yet support [Optional] arguments. It just supports [Optional=DefaultIsUndefined] and [Optional=DefaultIsNullValue] arguments (as commented in CodeGeneratorJS.pm:3584).
Attachments
Patch (8.15 KB, patch)
2012-03-21 18:01 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-03-21 18:01:46 PDT
WebKit Review Bot
Comment 2 2012-03-22 16:08:32 PDT
Comment on attachment 133158 [details] Patch Clearing flags on attachment: 133158 Committed r111779: <http://trac.webkit.org/changeset/111779>
WebKit Review Bot
Comment 3 2012-03-22 16:08:36 PDT
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.