virtualx-engine/platform
Andrii Doroshenko (Xrayez) 6f426c3360 Port ClassDB tests to use doctest
Extracted the most minimal core initialization functionality from
`setup()` and `setup2()` so that `ClassDB` could be tested properly
(input, audio, rendering, physics etc, are excluded).

Display and rendering servers/singletons are not initialized at all.

Due to the fact that most subsystems are disabled, fixed various crashes in the
process (in order):
- `AcceptDialog` OK/cancel swap behavior (used `DisplayServer` while
  `register_scene_types()`);
- `make_default_theme` which depends on `RenderingServer`;
- `XRServer` singleton access while calling `register_modules_types()`;
- hidden bug in a way joypads are cleaned up (MacOS and Linux only).

Removed manual `ClassDB` init/cleanup calls from `test_validate_testing.h`.

ClassDB tests:

Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
2020-08-16 16:41:02 +03:00
..
android Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
iphone Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
javascript Merge pull request #40755 from Faless/js/fix_and_cancel_swap 2020-07-27 14:32:48 +02:00
linuxbsd Port ClassDB tests to use doctest 2020-08-16 16:41:02 +03:00
osx Port ClassDB tests to use doctest 2020-08-16 16:41:02 +03:00
server t Add unit testing to Godot using DocTest and added to GitHub Actions CI 2020-07-24 13:05:33 +01:00
uwp Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
windows Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00