| 
									
										
										
										
											2023-01-05 13:25:55 +01:00
										 |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*  test_main.cpp                                                         */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*                         This file is part of:                          */ | 
					
						
							|  |  |  | /*                             GODOT ENGINE                               */ | 
					
						
							|  |  |  | /*                        https://godotengine.org                         */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ | 
					
						
							|  |  |  | /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.                  */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* Permission is hereby granted, free of charge, to any person obtaining  */ | 
					
						
							|  |  |  | /* a copy of this software and associated documentation files (the        */ | 
					
						
							|  |  |  | /* "Software"), to deal in the Software without restriction, including    */ | 
					
						
							|  |  |  | /* without limitation the rights to use, copy, modify, merge, publish,    */ | 
					
						
							|  |  |  | /* distribute, sublicense, and/or sell copies of the Software, and to     */ | 
					
						
							|  |  |  | /* permit persons to whom the Software is furnished to do so, subject to  */ | 
					
						
							|  |  |  | /* the following conditions:                                              */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* The above copyright notice and this permission notice shall be         */ | 
					
						
							|  |  |  | /* included in all copies or substantial portions of the Software.        */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,        */ | 
					
						
							|  |  |  | /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF     */ | 
					
						
							|  |  |  | /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ | 
					
						
							|  |  |  | /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY   */ | 
					
						
							|  |  |  | /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,   */ | 
					
						
							|  |  |  | /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE      */ | 
					
						
							|  |  |  | /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							| 
									
										
										
										
											2018-01-05 00:50:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-24 09:50:51 +01:00
										 |  |  | #include "test_main.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-27 20:02:18 -03:00
										 |  |  | #include "core/error/error_macros.h"
 | 
					
						
							|  |  |  | #include "core/io/dir_access.h"
 | 
					
						
							| 
									
										
										
										
											2024-07-17 12:14:00 +02:00
										 |  |  | #include "modules/modules_enabled.gen.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #ifdef TOOLS_ENABLED
 | 
					
						
							| 
									
										
										
										
											2025-06-10 16:47:26 +02:00
										 |  |  | #include "editor/file_system/editor_paths.h"
 | 
					
						
							|  |  |  | #include "editor/settings/editor_settings.h"
 | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #endif // TOOLS_ENABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-13 23:35:02 +02:00
										 |  |  | #include "tests/core/config/test_project_settings.h"
 | 
					
						
							| 
									
										
										
										
											2023-07-13 23:26:05 +02:00
										 |  |  | #include "tests/core/input/test_input_event.h"
 | 
					
						
							| 
									
										
										
										
											2022-03-16 09:44:47 +01:00
										 |  |  | #include "tests/core/input/test_input_event_key.h"
 | 
					
						
							| 
									
										
										
										
											2023-01-27 23:59:07 +01:00
										 |  |  | #include "tests/core/input/test_input_event_mouse.h"
 | 
					
						
							| 
									
										
										
										
											2022-03-02 13:55:26 +01:00
										 |  |  | #include "tests/core/input/test_shortcut.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_config_file.h"
 | 
					
						
							|  |  |  | #include "tests/core/io/test_file_access.h"
 | 
					
						
							| 
									
										
										
										
											2023-04-30 18:02:23 -06:00
										 |  |  | #include "tests/core/io/test_http_client.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_image.h"
 | 
					
						
							| 
									
										
										
										
											2023-09-08 21:04:38 +01:00
										 |  |  | #include "tests/core/io/test_ip.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_json.h"
 | 
					
						
							| 
									
										
										
										
											2024-06-01 10:40:37 -07:00
										 |  |  | #include "tests/core/io/test_json_native.h"
 | 
					
						
							| 
									
										
										
										
											2024-10-16 00:19:05 -03:00
										 |  |  | #include "tests/core/io/test_logger.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_marshalls.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-22 00:48:08 -03:00
										 |  |  | #include "tests/core/io/test_packet_peer.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_pck_packer.h"
 | 
					
						
							|  |  |  | #include "tests/core/io/test_resource.h"
 | 
					
						
							| 
									
										
										
										
											2024-12-31 15:15:42 +01:00
										 |  |  | #include "tests/core/io/test_resource_uid.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-17 12:10:09 -03:00
										 |  |  | #include "tests/core/io/test_stream_peer.h"
 | 
					
						
							|  |  |  | #include "tests/core/io/test_stream_peer_buffer.h"
 | 
					
						
							| 
									
										
										
										
											2024-10-09 23:23:04 -03:00
										 |  |  | #include "tests/core/io/test_stream_peer_gzip.h"
 | 
					
						
							| 
									
										
										
										
											2024-09-20 23:00:41 -03:00
										 |  |  | #include "tests/core/io/test_tcp_server.h"
 | 
					
						
							| 
									
										
										
										
											2024-09-22 00:10:04 -03:00
										 |  |  | #include "tests/core/io/test_udp_server.h"
 | 
					
						
							| 
									
										
										
										
											2025-06-25 07:01:29 +10:00
										 |  |  | #include "tests/core/io/test_uds_server.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/io/test_xml_parser.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_aabb.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_astar.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_basis.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_color.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_expression.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_geometry_2d.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_geometry_3d.h"
 | 
					
						
							| 
									
										
										
										
											2022-11-04 03:08:08 +01:00
										 |  |  | #include "tests/core/math/test_math_funcs.h"
 | 
					
						
							| 
									
										
										
										
											2020-12-13 00:50:48 -08:00
										 |  |  | #include "tests/core/math/test_plane.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-08 23:52:44 +02:00
										 |  |  | #include "tests/core/math/test_projection.h"
 | 
					
						
							| 
									
										
										
										
											2021-07-26 11:22:48 -06:00
										 |  |  | #include "tests/core/math/test_quaternion.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/math/test_random_number_generator.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_rect2.h"
 | 
					
						
							| 
									
										
										
										
											2022-02-04 13:28:02 +01:00
										 |  |  | #include "tests/core/math/test_rect2i.h"
 | 
					
						
							| 
									
										
										
										
											2022-07-30 12:17:33 +02:00
										 |  |  | #include "tests/core/math/test_transform_2d.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_transform_3d.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-12 23:45:40 -06:00
										 |  |  | #include "tests/core/math/test_vector2.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_vector2i.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_vector3.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_vector3i.h"
 | 
					
						
							| 
									
										
										
										
											2022-08-07 12:25:05 +02:00
										 |  |  | #include "tests/core/math/test_vector4.h"
 | 
					
						
							|  |  |  | #include "tests/core/math/test_vector4i.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/object/test_class_db.h"
 | 
					
						
							|  |  |  | #include "tests/core/object/test_method_bind.h"
 | 
					
						
							|  |  |  | #include "tests/core/object/test_object.h"
 | 
					
						
							| 
									
										
										
										
											2023-11-26 17:13:35 +00:00
										 |  |  | #include "tests/core/object/test_undo_redo.h"
 | 
					
						
							| 
									
										
										
										
											2020-08-09 18:50:56 +02:00
										 |  |  | #include "tests/core/os/test_os.h"
 | 
					
						
							| 
									
										
										
										
											2024-10-10 23:50:50 -07:00
										 |  |  | #include "tests/core/string/test_fuzzy_search.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/string/test_node_path.h"
 | 
					
						
							|  |  |  | #include "tests/core/string/test_string.h"
 | 
					
						
							|  |  |  | #include "tests/core/string/test_translation.h"
 | 
					
						
							| 
									
										
										
										
											2023-07-11 14:30:53 +03:00
										 |  |  | #include "tests/core/string/test_translation_server.h"
 | 
					
						
							| 
									
										
										
										
											2024-05-29 17:08:54 +03:00
										 |  |  | #include "tests/core/templates/test_a_hash_map.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/templates/test_command_queue.h"
 | 
					
						
							| 
									
										
										
										
											2025-04-30 19:08:07 +02:00
										 |  |  | #include "tests/core/templates/test_fixed_vector.h"
 | 
					
						
							| 
									
										
										
										
											2022-05-08 10:09:19 +02:00
										 |  |  | #include "tests/core/templates/test_hash_map.h"
 | 
					
						
							| 
									
										
										
										
											2022-05-19 17:00:06 +02:00
										 |  |  | #include "tests/core/templates/test_hash_set.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/templates/test_list.h"
 | 
					
						
							|  |  |  | #include "tests/core/templates/test_local_vector.h"
 | 
					
						
							|  |  |  | #include "tests/core/templates/test_lru.h"
 | 
					
						
							|  |  |  | #include "tests/core/templates/test_paged_array.h"
 | 
					
						
							| 
									
										
										
										
											2021-10-27 15:21:11 -07:00
										 |  |  | #include "tests/core/templates/test_rid.h"
 | 
					
						
							| 
									
										
										
										
											2025-04-18 22:10:26 -04:00
										 |  |  | #include "tests/core/templates/test_self_list.h"
 | 
					
						
							| 
									
										
										
										
											2025-01-16 19:48:50 +01:00
										 |  |  | #include "tests/core/templates/test_span.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/templates/test_vector.h"
 | 
					
						
							| 
									
										
										
										
											2025-05-13 22:49:20 +08:00
										 |  |  | #include "tests/core/templates/test_vset.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/test_crypto.h"
 | 
					
						
							|  |  |  | #include "tests/core/test_hashing_context.h"
 | 
					
						
							|  |  |  | #include "tests/core/test_time.h"
 | 
					
						
							| 
									
										
										
										
											2022-07-18 12:09:19 +02:00
										 |  |  | #include "tests/core/threads/test_worker_thread_pool.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/variant/test_array.h"
 | 
					
						
							| 
									
										
										
										
											2024-01-28 15:16:09 +01:00
										 |  |  | #include "tests/core/variant/test_callable.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/core/variant/test_dictionary.h"
 | 
					
						
							|  |  |  | #include "tests/core/variant/test_variant.h"
 | 
					
						
							| 
									
										
										
										
											2022-12-14 15:16:43 -06:00
										 |  |  | #include "tests/core/variant/test_variant_utility.h"
 | 
					
						
							| 
									
										
										
										
											2022-01-21 14:12:55 +01:00
										 |  |  | #include "tests/scene/test_animation.h"
 | 
					
						
							| 
									
										
										
										
											2025-05-10 15:23:25 -07:00
										 |  |  | #include "tests/scene/test_animation_blend_tree.h"
 | 
					
						
							| 
									
										
										
										
											2022-05-03 14:16:32 -07:00
										 |  |  | #include "tests/scene/test_audio_stream_wav.h"
 | 
					
						
							| 
									
										
										
										
											2022-09-01 18:39:17 +02:00
										 |  |  | #include "tests/scene/test_bit_map.h"
 | 
					
						
							| 
									
										
										
										
											2024-06-20 00:49:25 -04:00
										 |  |  | #include "tests/scene/test_button.h"
 | 
					
						
							| 
									
										
										
										
											2024-02-20 17:21:28 -08:00
										 |  |  | #include "tests/scene/test_camera_2d.h"
 | 
					
						
							| 
									
										
										
										
											2023-08-01 01:55:31 +02:00
										 |  |  | #include "tests/scene/test_control.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/scene/test_curve.h"
 | 
					
						
							| 
									
										
										
										
											2023-01-12 22:48:35 -03:00
										 |  |  | #include "tests/scene/test_curve_2d.h"
 | 
					
						
							| 
									
										
										
										
											2023-05-06 22:58:34 +02:00
										 |  |  | #include "tests/scene/test_curve_3d.h"
 | 
					
						
							| 
									
										
										
										
											2024-11-12 16:27:16 +01:00
										 |  |  | #include "tests/scene/test_fontfile.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/scene/test_gradient.h"
 | 
					
						
							| 
									
										
										
										
											2024-04-10 20:46:20 +02:00
										 |  |  | #include "tests/scene/test_gradient_texture.h"
 | 
					
						
							| 
									
										
										
										
											2024-02-06 21:22:59 -06:00
										 |  |  | #include "tests/scene/test_image_texture.h"
 | 
					
						
							| 
									
										
										
										
											2024-04-26 20:01:23 -04:00
										 |  |  | #include "tests/scene/test_image_texture_3d.h"
 | 
					
						
							| 
									
										
										
										
											2024-04-04 17:10:34 +02:00
										 |  |  | #include "tests/scene/test_instance_placeholder.h"
 | 
					
						
							| 
									
										
										
										
											2022-12-16 16:37:16 +01:00
										 |  |  | #include "tests/scene/test_node.h"
 | 
					
						
							| 
									
										
										
										
											2023-08-01 01:55:31 +02:00
										 |  |  | #include "tests/scene/test_node_2d.h"
 | 
					
						
							| 
									
										
										
										
											2023-07-14 03:49:29 +07:00
										 |  |  | #include "tests/scene/test_packed_scene.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-15 22:57:52 +01:00
										 |  |  | #include "tests/scene/test_parallax_2d.h"
 | 
					
						
							| 
									
										
										
										
											2022-10-05 08:15:43 -04:00
										 |  |  | #include "tests/scene/test_path_2d.h"
 | 
					
						
							| 
									
										
										
										
											2021-08-07 16:58:02 +02:00
										 |  |  | #include "tests/scene/test_path_follow_2d.h"
 | 
					
						
							| 
									
										
										
										
											2025-05-18 12:39:49 -07:00
										 |  |  | #include "tests/scene/test_sprite_2d.h"
 | 
					
						
							| 
									
										
										
										
											2022-02-07 00:19:18 -08:00
										 |  |  | #include "tests/scene/test_sprite_frames.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-06 15:04:02 -07:00
										 |  |  | #include "tests/scene/test_style_box_texture.h"
 | 
					
						
							| 
									
										
										
										
											2024-11-04 17:23:03 +03:00
										 |  |  | #include "tests/scene/test_texture_progress_bar.h"
 | 
					
						
							| 
									
										
										
										
											2022-04-26 18:21:34 +08:00
										 |  |  | #include "tests/scene/test_theme.h"
 | 
					
						
							| 
									
										
										
										
											2024-05-01 10:15:13 +05:30
										 |  |  | #include "tests/scene/test_timer.h"
 | 
					
						
							| 
									
										
										
										
											2023-02-09 11:29:46 +01:00
										 |  |  | #include "tests/scene/test_viewport.h"
 | 
					
						
							| 
									
										
										
										
											2022-12-21 16:09:02 +05:30
										 |  |  | #include "tests/scene/test_visual_shader.h"
 | 
					
						
							| 
									
										
										
										
											2023-08-06 13:07:28 +02:00
										 |  |  | #include "tests/scene/test_window.h"
 | 
					
						
							| 
									
										
										
										
											2023-04-06 16:50:16 +02:00
										 |  |  | #include "tests/servers/rendering/test_shader_preprocessor.h"
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:42:07 +01:00
										 |  |  | #include "tests/servers/test_nav_heap.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | #include "tests/servers/test_text_server.h"
 | 
					
						
							|  |  |  | #include "tests/test_validate_testing.h"
 | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-17 12:14:00 +02:00
										 |  |  | #ifndef ADVANCED_GUI_DISABLED
 | 
					
						
							|  |  |  | #include "tests/scene/test_code_edit.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_color_picker.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_graph_node.h"
 | 
					
						
							| 
									
										
										
										
											2024-07-18 19:37:01 +01:00
										 |  |  | #include "tests/scene/test_option_button.h"
 | 
					
						
							| 
									
										
										
										
											2024-08-31 15:06:27 -04:00
										 |  |  | #include "tests/scene/test_split_container.h"
 | 
					
						
							| 
									
										
										
										
											2024-09-20 15:40:55 -04:00
										 |  |  | #include "tests/scene/test_tab_bar.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_tab_container.h"
 | 
					
						
							| 
									
										
										
										
											2024-07-17 12:14:00 +02:00
										 |  |  | #include "tests/scene/test_text_edit.h"
 | 
					
						
							| 
									
										
										
										
											2024-07-25 13:57:32 -04:00
										 |  |  | #include "tests/scene/test_tree.h"
 | 
					
						
							| 
									
										
										
										
											2024-07-17 12:14:00 +02:00
										 |  |  | #endif // ADVANCED_GUI_DISABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef _3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-03-25 19:43:15 +01:00
										 |  |  | #include "tests/core/math/test_triangle_mesh.h"
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #include "tests/scene/test_arraymesh.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_camera_3d.h"
 | 
					
						
							| 
									
										
										
										
											2024-12-25 21:29:27 +09:00
										 |  |  | #include "tests/scene/test_convert_transform_modifier_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_copy_transform_modifier_3d.h"
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #include "tests/scene/test_gltf_document.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_path_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_path_follow_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_primitives.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_skeleton_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_sky.h"
 | 
					
						
							|  |  |  | #endif // _3D_DISABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef PHYSICS_3D_DISABLED
 | 
					
						
							|  |  |  | #include "tests/scene/test_height_map_shape_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_physics_material.h"
 | 
					
						
							|  |  |  | #endif // PHYSICS_3D_DISABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | #ifdef MODULE_NAVIGATION_2D_ENABLED
 | 
					
						
							| 
									
										
										
										
											2024-02-23 12:52:06 +01:00
										 |  |  | #include "tests/scene/test_navigation_agent_2d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_navigation_obstacle_2d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_navigation_region_2d.h"
 | 
					
						
							|  |  |  | #include "tests/servers/test_navigation_server_2d.h"
 | 
					
						
							| 
									
										
										
										
											2025-09-23 13:52:31 +02:00
										 |  |  | #include "tests/servers/test_triangle2.h"
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | #endif // MODULE_NAVIGATION_2D_ENABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef MODULE_NAVIGATION_3D_ENABLED
 | 
					
						
							|  |  |  | #include "tests/scene/test_navigation_agent_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_navigation_obstacle_3d.h"
 | 
					
						
							|  |  |  | #include "tests/scene/test_navigation_region_3d.h"
 | 
					
						
							| 
									
										
										
										
											2024-01-06 14:06:10 +01:00
										 |  |  | #include "tests/servers/test_navigation_server_3d.h"
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | #endif // MODULE_NAVIGATION_3D_ENABLED
 | 
					
						
							| 
									
										
										
										
											2024-07-17 12:14:00 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 14:46:44 +03:00
										 |  |  | #include "modules/modules_tests.gen.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-23 21:44:03 +01:00
										 |  |  | #include "tests/display_server_mock.h"
 | 
					
						
							| 
									
										
										
										
											2020-07-30 16:54:08 +03:00
										 |  |  | #include "tests/test_macros.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-08 19:29:36 +03:00
										 |  |  | #include "scene/theme/theme_db.h"
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifndef NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2024-03-11 20:27:45 -07:00
										 |  |  | #include "servers/navigation_2d/navigation_server_2d.h"
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_2D_DISABLED
 | 
					
						
							|  |  |  | #ifndef NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2024-03-11 20:27:45 -07:00
										 |  |  | #include "servers/navigation_3d/navigation_server_3d.h"
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_3D_DISABLED
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2024-03-11 20:27:45 -07:00
										 |  |  | #include "servers/physics_2d/physics_server_2d.h"
 | 
					
						
							|  |  |  | #include "servers/physics_2d/physics_server_2d_dummy.h"
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_2D_DISABLED
 | 
					
						
							|  |  |  | #ifndef PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2024-03-11 20:27:45 -07:00
										 |  |  | #include "servers/physics_3d/physics_server_3d.h"
 | 
					
						
							|  |  |  | #include "servers/physics_3d/physics_server_3d_dummy.h"
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-12 02:46:22 +01:00
										 |  |  | #include "servers/rendering/rendering_server_default.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-06 16:05:33 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | int test_main(int argc, char *argv[]) { | 
					
						
							| 
									
										
										
										
											2020-08-18 17:24:45 +03:00
										 |  |  | 	bool run_tests = true; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	// Convert arguments to Godot's command-line.
 | 
					
						
							|  |  |  | 	List<String> args; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (int i = 0; i < argc; i++) { | 
					
						
							|  |  |  | 		args.push_back(String::utf8(argv[i])); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-29 15:30:52 +02:00
										 |  |  | 	OS::get_singleton()->set_cmdline("", args, List<String>()); | 
					
						
							| 
									
										
										
										
											2023-01-23 21:44:03 +01:00
										 |  |  | 	DisplayServerMock::register_mock_driver(); | 
					
						
							| 
									
										
										
										
											2020-08-18 17:24:45 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-11 12:24:59 +02:00
										 |  |  | 	WorkerThreadPool::get_singleton()->init(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-23 15:29:10 +02:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		const String test_path = TestUtils::get_temp_path(""); | 
					
						
							|  |  |  | 		Ref<DirAccess> da = DirAccess::open(test_path); // get_temp_path() automatically creates the folder.
 | 
					
						
							| 
									
										
										
										
											2025-04-27 20:02:18 -03:00
										 |  |  | 		ERR_FAIL_COND_V(da.is_null(), 0); | 
					
						
							|  |  |  | 		ERR_FAIL_COND_V_MSG(da->erase_contents_recursive() != OK, 0, "Failed to delete files"); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-18 17:24:45 +03:00
										 |  |  | 	// Run custom test tools.
 | 
					
						
							|  |  |  | 	if (test_commands) { | 
					
						
							| 
									
										
										
										
											2022-05-13 15:04:37 +02:00
										 |  |  | 		for (const KeyValue<String, TestFunc> &E : (*test_commands)) { | 
					
						
							|  |  |  | 			if (args.find(E.key)) { | 
					
						
							|  |  |  | 				const TestFunc &test_func = E.value; | 
					
						
							| 
									
										
										
										
											2020-08-18 17:24:45 +03:00
										 |  |  | 				test_func(); | 
					
						
							|  |  |  | 				run_tests = false; | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (!run_tests) { | 
					
						
							|  |  |  | 			delete test_commands; | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-07-29 15:07:16 +03:00
										 |  |  | 	// Doctest runner.
 | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 	doctest::Context test_context; | 
					
						
							| 
									
										
										
										
											2024-04-15 15:18:34 +02:00
										 |  |  | 	LocalVector<String> test_args; | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-29 15:07:16 +03:00
										 |  |  | 	// Clean arguments of "--test" from the args.
 | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 	for (int x = 0; x < argc; x++) { | 
					
						
							| 
									
										
										
										
											2020-09-01 16:46:05 -04:00
										 |  |  | 		String arg = String(argv[x]); | 
					
						
							|  |  |  | 		if (arg != "--test") { | 
					
						
							|  |  |  | 			test_args.push_back(arg); | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-25 17:03:12 +02:00
										 |  |  | 	if (test_args.size() > 0) { | 
					
						
							|  |  |  | 		// Convert Godot command line arguments back to standard arguments.
 | 
					
						
							|  |  |  | 		char **doctest_args = new char *[test_args.size()]; | 
					
						
							| 
									
										
										
										
											2024-04-15 15:18:34 +02:00
										 |  |  | 		for (uint32_t x = 0; x < test_args.size(); x++) { | 
					
						
							| 
									
										
										
										
											2021-05-25 17:03:12 +02:00
										 |  |  | 			// Operation to convert Godot string to non wchar string.
 | 
					
						
							|  |  |  | 			CharString cs = test_args[x].utf8(); | 
					
						
							|  |  |  | 			const char *str = cs.get_data(); | 
					
						
							|  |  |  | 			// Allocate the string copy.
 | 
					
						
							|  |  |  | 			doctest_args[x] = new char[strlen(str) + 1]; | 
					
						
							|  |  |  | 			// Copy this into memory.
 | 
					
						
							|  |  |  | 			memcpy(doctest_args[x], str, strlen(str) + 1); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		test_context.applyCommandLine(test_args.size(), doctest_args); | 
					
						
							| 
									
										
										
										
											2020-07-20 17:35:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-15 15:18:34 +02:00
										 |  |  | 		for (uint32_t x = 0; x < test_args.size(); x++) { | 
					
						
							| 
									
										
										
										
											2021-05-25 17:03:12 +02:00
										 |  |  | 			delete[] doctest_args[x]; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		delete[] doctest_args; | 
					
						
							| 
									
										
										
										
											2020-07-31 23:58:22 +03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-29 15:07:16 +03:00
										 |  |  | 	return test_context.run(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct GodotTestCaseListener : public doctest::IReporter { | 
					
						
							|  |  |  | 	GodotTestCaseListener(const doctest::ContextOptions &p_in) {} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 	SignalWatcher *signal_watcher = nullptr; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2024-02-23 12:52:06 +01:00
										 |  |  | 	PhysicsServer2D *physics_server_2d = nullptr; | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_2D_DISABLED
 | 
					
						
							|  |  |  | #ifndef PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 	PhysicsServer3D *physics_server_3d = nullptr; | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifndef NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | 	NavigationServer2D *navigation_server_2d = nullptr; | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_2D_DISABLED
 | 
					
						
							|  |  |  | #ifndef NAVIGATION_3D_DISABLED
 | 
					
						
							|  |  |  | 	NavigationServer3D *navigation_server_3d = nullptr; | 
					
						
							|  |  |  | #endif // NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void test_case_start(const doctest::TestCaseData &p_in) override { | 
					
						
							| 
									
										
										
										
											2023-02-15 12:34:26 -05:00
										 |  |  | 		reinitialize(); | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		String name = String(p_in.m_name); | 
					
						
							| 
									
										
										
										
											2023-02-11 20:59:06 +01:00
										 |  |  | 		String suite_name = String(p_in.m_test_suite); | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-05-06 16:20:20 +02:00
										 |  |  | 		if (name.contains("[SceneTree]") || name.contains("[Editor]")) { | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 			memnew(MessageQueue); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-22 17:39:12 +01:00
										 |  |  | 			memnew(Input); | 
					
						
							| 
									
										
										
										
											2023-01-23 21:44:03 +01:00
										 |  |  | 			Input::get_singleton()->set_use_accumulated_input(false); | 
					
						
							| 
									
										
										
										
											2022-04-22 17:39:12 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-28 00:19:51 +03:00
										 |  |  | 			Error err = OK; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 			OS::get_singleton()->set_has_server_feature_callback(nullptr); | 
					
						
							|  |  |  | 			for (int i = 0; i < DisplayServer::get_create_function_count(); i++) { | 
					
						
							| 
									
										
										
										
											2023-01-23 21:44:03 +01:00
										 |  |  | 				if (String("mock") == DisplayServer::get_create_function_name(i)) { | 
					
						
							| 
									
										
										
										
											2024-09-25 16:57:23 -04:00
										 |  |  | 					DisplayServer::create(i, "", DisplayServer::WindowMode::WINDOW_MODE_MINIMIZED, DisplayServer::VSyncMode::VSYNC_ENABLED, 0, nullptr, Vector2i(0, 0), DisplayServer::SCREEN_PRIMARY, DisplayServer::CONTEXT_EDITOR, 0, err); | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 					break; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			memnew(RenderingServerDefault()); | 
					
						
							|  |  |  | 			RenderingServerDefault::get_singleton()->init(); | 
					
						
							|  |  |  | 			RenderingServerDefault::get_singleton()->set_render_loop_enabled(false); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-04 18:07:16 +02:00
										 |  |  | 			// ThemeDB requires RenderingServer to initialize the default theme.
 | 
					
						
							| 
									
										
										
										
											2023-09-06 16:11:05 +02:00
										 |  |  | 			// So we have to do this for each test case. Also make sure there is
 | 
					
						
							|  |  |  | 			// no residual theme from something else.
 | 
					
						
							|  |  |  | 			ThemeDB::get_singleton()->finalize_theme(); | 
					
						
							| 
									
										
										
										
											2025-03-06 00:40:35 +01:00
										 |  |  | 			ThemeDB::get_singleton()->initialize_theme(); | 
					
						
							| 
									
										
										
										
											2023-09-04 18:07:16 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-09-06 15:35:33 +02:00
										 |  |  | 			physics_server_3d = PhysicsServer3DManager::get_singleton()->new_default_server(); | 
					
						
							| 
									
										
										
										
											2024-08-07 16:20:21 +02:00
										 |  |  | 			if (!physics_server_3d) { | 
					
						
							|  |  |  | 				physics_server_3d = memnew(PhysicsServer3DDummy); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 			physics_server_3d->init(); | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-09-06 15:35:33 +02:00
										 |  |  | 			physics_server_2d = PhysicsServer2DManager::get_singleton()->new_default_server(); | 
					
						
							| 
									
										
										
										
											2024-08-07 21:15:17 +02:00
										 |  |  | 			if (!physics_server_2d) { | 
					
						
							|  |  |  | 				physics_server_2d = memnew(PhysicsServer2DDummy); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 			physics_server_2d->init(); | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-20 22:58:41 +02:00
										 |  |  | 			ERR_PRINT_OFF; | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 			navigation_server_3d = NavigationServer3DManager::new_default_server(); | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_3D_DISABLED
 | 
					
						
							|  |  |  | #ifndef NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2023-08-17 18:32:30 +02:00
										 |  |  | 			navigation_server_2d = NavigationServer2DManager::new_default_server(); | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2023-08-20 22:58:41 +02:00
										 |  |  | 			ERR_PRINT_ON; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			memnew(InputMap); | 
					
						
							|  |  |  | 			InputMap::get_singleton()->load_default(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			memnew(SceneTree); | 
					
						
							|  |  |  | 			SceneTree::get_singleton()->initialize(); | 
					
						
							| 
									
										
										
										
											2023-02-09 11:29:46 +01:00
										 |  |  | 			if (!DisplayServer::get_singleton()->has_feature(DisplayServer::Feature::FEATURE_SUBWINDOWS)) { | 
					
						
							|  |  |  | 				SceneTree::get_singleton()->get_root()->set_embedding_subwindows(true); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #ifdef TOOLS_ENABLED
 | 
					
						
							| 
									
										
										
										
											2024-05-06 16:20:20 +02:00
										 |  |  | 			if (name.contains("[Editor]")) { | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 				Engine::get_singleton()->set_editor_hint(true); | 
					
						
							|  |  |  | 				EditorPaths::create(); | 
					
						
							|  |  |  | 				EditorSettings::create(); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #endif // TOOLS_ENABLED
 | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2022-05-03 14:16:32 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-04 15:14:49 +02:00
										 |  |  | 		if (name.contains("[Audio]")) { | 
					
						
							| 
									
										
										
										
											2022-05-03 14:16:32 -07:00
										 |  |  | 			// The last driver index should always be the dummy driver.
 | 
					
						
							|  |  |  | 			int dummy_idx = AudioDriverManager::get_driver_count() - 1; | 
					
						
							|  |  |  | 			AudioDriverManager::initialize(dummy_idx); | 
					
						
							|  |  |  | 			AudioServer *audio_server = memnew(AudioServer); | 
					
						
							|  |  |  | 			audio_server->init(); | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2023-02-11 20:59:06 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | 		if (suite_name.contains("[Navigation3D]") && navigation_server_3d == nullptr) { | 
					
						
							| 
									
										
										
										
											2023-08-20 22:58:41 +02:00
										 |  |  | 			ERR_PRINT_OFF; | 
					
						
							| 
									
										
										
										
											2023-02-11 20:59:06 +01:00
										 |  |  | 			navigation_server_3d = NavigationServer3DManager::new_default_server(); | 
					
						
							| 
									
										
										
										
											2023-08-20 22:58:41 +02:00
										 |  |  | 			ERR_PRINT_ON; | 
					
						
							| 
									
										
										
										
											2023-02-11 20:59:06 +01:00
										 |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2025-02-26 11:48:13 +01:00
										 |  |  | 		if (suite_name.contains("[Navigation2D]") && navigation_server_2d == nullptr) { | 
					
						
							|  |  |  | 			ERR_PRINT_OFF; | 
					
						
							|  |  |  | 			navigation_server_2d = NavigationServer2DManager::new_default_server(); | 
					
						
							|  |  |  | 			ERR_PRINT_ON; | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void test_case_end(const doctest::CurrentTestCaseStats &) override { | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #ifdef TOOLS_ENABLED
 | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 		if (EditorSettings::get_singleton()) { | 
					
						
							|  |  |  | 			EditorSettings::destroy(); | 
					
						
							| 
									
										
										
										
											2024-10-22 17:56:03 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			// Instantiating the EditorSettings singleton sets the locale to the editor's language.
 | 
					
						
							|  |  |  | 			TranslationServer::get_singleton()->set_locale("en"); | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2024-11-29 21:22:49 +01:00
										 |  |  | 		if (EditorPaths::get_singleton()) { | 
					
						
							|  |  |  | 			EditorPaths::free(); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2024-02-17 18:06:16 +01:00
										 |  |  | #endif // TOOLS_ENABLED
 | 
					
						
							| 
									
										
										
										
											2023-11-21 16:06:43 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		Engine::get_singleton()->set_editor_hint(false); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		if (SceneTree::get_singleton()) { | 
					
						
							|  |  |  | 			SceneTree::get_singleton()->finalize(); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (MessageQueue::get_singleton()) { | 
					
						
							|  |  |  | 			MessageQueue::get_singleton()->flush(); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (SceneTree::get_singleton()) { | 
					
						
							|  |  |  | 			memdelete(SceneTree::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 		if (navigation_server_3d) { | 
					
						
							|  |  |  | 			memdelete(navigation_server_3d); | 
					
						
							|  |  |  | 			navigation_server_3d = nullptr; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #ifndef NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 		if (navigation_server_2d) { | 
					
						
							|  |  |  | 			memdelete(navigation_server_2d); | 
					
						
							|  |  |  | 			navigation_server_2d = nullptr; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-03-30 13:20:04 -03:00
										 |  |  | #endif // NAVIGATION_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 		if (physics_server_3d) { | 
					
						
							|  |  |  | 			physics_server_3d->finish(); | 
					
						
							|  |  |  | 			memdelete(physics_server_3d); | 
					
						
							|  |  |  | 			physics_server_3d = nullptr; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_3D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #ifndef PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2022-04-26 22:52:53 -05:00
										 |  |  | 		if (physics_server_2d) { | 
					
						
							|  |  |  | 			physics_server_2d->finish(); | 
					
						
							|  |  |  | 			memdelete(physics_server_2d); | 
					
						
							|  |  |  | 			physics_server_2d = nullptr; | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2025-02-27 19:01:23 -03:00
										 |  |  | #endif // PHYSICS_2D_DISABLED
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-22 17:39:12 +01:00
										 |  |  | 		if (Input::get_singleton()) { | 
					
						
							|  |  |  | 			memdelete(Input::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 		if (RenderingServer::get_singleton()) { | 
					
						
							| 
									
										
										
										
											2023-09-04 18:07:16 +02:00
										 |  |  | 			// ThemeDB requires RenderingServer to finalize the default theme.
 | 
					
						
							|  |  |  | 			// So we have to do this for each test case.
 | 
					
						
							|  |  |  | 			ThemeDB::get_singleton()->finalize_theme(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 			RenderingServer::get_singleton()->sync(); | 
					
						
							| 
									
										
										
										
											2022-08-27 12:22:43 +03:00
										 |  |  | 			RenderingServer::get_singleton()->global_shader_parameters_clear(); | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 			RenderingServer::get_singleton()->finish(); | 
					
						
							|  |  |  | 			memdelete(RenderingServer::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (DisplayServer::get_singleton()) { | 
					
						
							|  |  |  | 			memdelete(DisplayServer::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (InputMap::get_singleton()) { | 
					
						
							|  |  |  | 			memdelete(InputMap::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (MessageQueue::get_singleton()) { | 
					
						
							|  |  |  | 			MessageQueue::get_singleton()->flush(); | 
					
						
							|  |  |  | 			memdelete(MessageQueue::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2022-05-03 14:16:32 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if (AudioServer::get_singleton()) { | 
					
						
							|  |  |  | 			AudioServer::get_singleton()->finish(); | 
					
						
							|  |  |  | 			memdelete(AudioServer::get_singleton()); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 	void test_run_start() override { | 
					
						
							|  |  |  | 		signal_watcher = memnew(SignalWatcher); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void test_run_end(const doctest::TestRunStats &) override { | 
					
						
							|  |  |  | 		memdelete(signal_watcher); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void test_case_reenter(const doctest::TestCaseData &) override { | 
					
						
							| 
									
										
										
										
											2023-02-15 12:34:26 -05:00
										 |  |  | 		reinitialize(); | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void subcase_start(const doctest::SubcaseSignature &) override { | 
					
						
							| 
									
										
										
										
											2023-02-15 12:34:26 -05:00
										 |  |  | 		reinitialize(); | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 	void report_query(const doctest::QueryData &) override {} | 
					
						
							|  |  |  | 	void test_case_exception(const doctest::TestCaseException &) override {} | 
					
						
							|  |  |  | 	void subcase_end() override {} | 
					
						
							| 
									
										
										
										
											2021-07-11 15:21:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | 	void log_assert(const doctest::AssertData &in) override {} | 
					
						
							|  |  |  | 	void log_message(const doctest::MessageData &) override {} | 
					
						
							|  |  |  | 	void test_case_skipped(const doctest::TestCaseData &) override {} | 
					
						
							| 
									
										
										
										
											2023-02-15 12:34:26 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | private: | 
					
						
							|  |  |  | 	void reinitialize() { | 
					
						
							|  |  |  | 		Math::seed(0x60d07); | 
					
						
							|  |  |  | 		SignalWatcher::get_singleton()->_clear_signals(); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-07-11 14:25:27 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | REGISTER_LISTENER("GodotTestCaseListener", 1, GodotTestCaseListener); |