justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
441 stars 54 forks source link

runtime 5.5 support #158

Closed tedu closed 10 years ago

tedu commented 10 years ago

I'm at 84% tests passing. There's something weird with a bunch of the file system tests, which could be related to getdents and getdirentries being shuffled around.

justincormack commented 10 years ago

Fixed the fs tests - I accidentally deleted PATH_MAX, still a few issues but getting there.

justincormack commented 10 years ago

OK, current status on 5.4 is that the ctest test now passes, so all structs and constants should be correct (some might be missing), and 3 tests fail, two are a pty function that is different in openbsd and needs implementing, the other is mysterious, ipv6 only socket failing not sure why yet...

justincormack commented 10 years ago

Everything (except raw sockets, but I know these need work anyway) is now working under 5.4. I havent had a chance to install 5.5 yet, but let me know how it is. Have added openbsd 5.4 to the build farm.