Files
love/testing/todo.md
T
ell 09d0ace4b6 finished a bunch of modules
- finished audio module
- finished data module
- finished filesystem module
- finished font module (note: glphy test fails, but seems to be a 12.0 issue)
- finished image module
- finished maths module
- finished sound module
- finished thread module
- finished video module
- fixed pcall error not showing in results for invalid test code
2023-10-14 18:18:53 +01:00

744 B

/Applications/love_12.app/Contents/MacOS/love ./testing

GENERAL

  • check 12.0 wiki page for new methods
  • change delay system to use coroutines
  • need a platform: format table somewhere for compressed formats (i.e. DXT not supported)

OBJECT TESTS

  • physics.Body, physics.Contact, physics.Fixture, physics.Joint, physics.Shape, physics.World
  • threads.Channel, threads.Thread

METHOD TESTS

  • event.wait
  • graphics.present
  • graphics.drawInstanced

DEPRECATED

  • deprecated setStencilTest (use setStencilMode)
  • deprecated physics methods

GRAPHIC TESTS

Methods that need a actual graphic pixel checks if possible:

  • setDepthMode
  • setFrontFaceWinding
  • setMeshCullMode