Skip to content

Enable more tests from LuaJIT-tests suite #9398

@Buristan

Description

@Buristan

Currently, some tests from the LuaJIT-tests suite are disabled:

  • common/ffi_util.inc - Needs renaming and being made require-able.
  • lib/ffi - Some tests are disabled due to the usage of common/ffi_util.inc.
  • lib/table/misc.lua - contains tests for TSETM bytecode, ABC folding optimization.
  • src - C/C++ source that needs to be compiled into a dynamic library and loaded for certain tests. Need to figure out a good way of handling C/C++ sources.
  • misc - orphan tests for different subsystems (JIT, GC, etc.), some of them depend on C/C++ sources.
  • sysdep - depends on OS.
  • unportable - depends on CPU arch.

It will be good to enable these tests for better testing.

Metadata

Metadata

Assignees

Labels

luajitqaIssues related to tests or testing subsystemtest

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions