Kentaro Hayashi 2019-05-08 18:00:54 +0900 (Wed, 08 May 2019) Revision: 3169ddbf25d0872b276c4b220df4b27d43d9fed4 https://github.com/groonga/groonga/commit/3169ddbf25d0872b276c4b220df4b27d43d9fed4 Message: test: check whether over int32 value is returned correctly (#959) Added test case for GitHub#936 Added files: test/command/suite/ruby/eval/int64_max.expected test/command/suite/ruby/eval/int64_max.test Added: test/command/suite/ruby/eval/int64_max.expected (+4 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/ruby/eval/int64_max.expected 2019-05-08 18:00:54 +0900 (5c9777732) @@ -0,0 +1,4 @@ +plugin_register ruby/eval +[[0,0.0,0.0],true] +ruby_eval "9223372036854775807" +[[0,0.0,0.0],{"value":9223372036854775807}] Added: test/command/suite/ruby/eval/int64_max.test (+5 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/ruby/eval/int64_max.test 2019-05-08 18:00:54 +0900 (f5385f5ac) @@ -0,0 +1,5 @@ +#@on-error omit +plugin_register ruby/eval +#@on-error default + +ruby_eval "9223372036854775807" -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190508/608bec80/attachment-0001.html>