virtualx-engine/modules/gdscript/tests/scripts/runtime/errors
George Marques b013c0d544
GDScript: Allow tests to run on release builds
- Fix compilation issues by disabling warnings on release builds. This
  also strips warnings from expected result before the comparison to
  avoid false mismatches.
- Add a `#debug-only` flag to tests. Must be the first line of the test
  script. Those won't run with release builds. Can be used for test
  cases that rely on checks only available on debug builds.
2022-02-03 13:32:33 -03:00
..
callable_call_after_free_object.gd GDScript: Allow tests to run on release builds 2022-02-03 13:32:33 -03:00
callable_call_after_free_object.out GDScript: Allow tests to run on release builds 2022-02-03 13:32:33 -03:00