Skip to content
Snippets Groups Projects
Commit 15a9af26 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

lua: remove unsupported tonumber64() test cases

ffi.new('long', x) and ffi.new('unsigned long', x) uses arbitratry
user-defined ctypeid instead of built-in CTID_INT32 and CTID_UINT32.
Our tonumber64() implementation is not ready for that. Remove these
two test cases and move forward. Nobody cares.

Fixes box/misc.test.lua on i386 and armhf

Follow up #2459
parent 90ef664e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment