lune/tests/ffi
2024-10-21 19:30:14 +00:00
..
external-closure Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
external-math Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
external-pointer Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
external-print Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
external-struct Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
types Add tests for ffi (#243) 2024-10-13 05:09:31 +00:00
utility Provide ptr conversion and test case (#243) 2024-10-17 18:18:44 +00:00
cast.luau Add tests for ffi (#243) 2024-10-13 05:09:31 +00:00
from-boundary.luau Add tests for ffi (#243) 2024-10-13 05:09:31 +00:00
into-boundary.luau Add tests for ffi (#243) 2024-10-13 05:09:31 +00:00
isInteger.luau Add tests for ffi (#243) 2024-10-13 05:09:31 +00:00
pretty-print.luau Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00
README.md Move fixed size types into ffi, Fix test cases (#243) 2024-10-21 19:30:14 +00:00

tests/ffi

Requirements

gcc for library compiling (for external-*)

Results

External tests

  • tests/ffi/external-math

  • tests/ffi/external-pointer

  • tests/ffi/external-print

  • tests/ffi/external-struct

  • tests/ffi/external-closure

    failed (segfault)

Luau-side

  • tests/ffi/pretty-print

    need box, ref test

  • tests/ffi/isInteger

  • tests/ffi/into-boundary

    need assertion

  • tests/ffi/from-boundary

    need assertion

  • tests/ffi/cast

    need assertion