|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdlib.h>#include <windef.h>#include <winbase.h>#include <wine/debug.h>

Go to the source code of this file.
Variables | |
| int | winetest_debug |
| int | report_success |
| int | winetest_interactive |
| const char * | winetest_platform |
| #define disable_success_count |
Definition at line 88 of file minitest.h.
| #define ok ok_(__RELFILE__, __LINE__) |
Definition at line 65 of file minitest.h.
| #define ok_ | ( | file, | |
| line | |||
| ) | (winetest_set_location(file, line), 0) ? (void)0 : winetest_ok |
Definition at line 59 of file minitest.h.
Definition at line 565 of file minitest.h.
| #define ok_dec | ( | expression, | |
| result | |||
| ) | ok_dec_(__RELFILE__, __LINE__, expression, result) |
Definition at line 545 of file minitest.h.
Definition at line 538 of file minitest.h.
| #define ok_err | ( | error | ) | ok_err_(__RELFILE__, __LINE__, error) |
Definition at line 569 of file minitest.h.
| #define ok_err_ | ( | file, | |
| line, | |||
| error | |||
| ) | ok_(file, line)(GetLastError() == (error), "Wrong last error. Expected " #error ", got 0x%lx\n", GetLastError()) |
Definition at line 567 of file minitest.h.
Definition at line 583 of file minitest.h.
| #define ok_hex | ( | expression, | |
| result | |||
| ) | ok_hex_(__RELFILE__, __LINE__, expression, result) |
Definition at line 536 of file minitest.h.
Definition at line 580 of file minitest.h.
Definition at line 581 of file minitest.h.
Definition at line 579 of file minitest.h.
Definition at line 582 of file minitest.h.
| #define ok_ptr | ( | expression, | |
| result | |||
| ) | ok_ptr_(__RELFILE__, __LINE__, expression, result) |
Definition at line 554 of file minitest.h.
| #define ok_size_t | ( | expression, | |
| result | |||
| ) | ok_size_t_(__RELFILE__, __LINE__, expression, result) |
Definition at line 563 of file minitest.h.
Definition at line 573 of file minitest.h.
| #define ok_str_ | ( | file, | |
| line, | |||
| x, | |||
| y | |||
| ) | ok_(file, line)(strcmp(x, y) == 0, "Wrong string. Expected '%s', got '%s'\n", y, x) |
Definition at line 571 of file minitest.h.
Definition at line 577 of file minitest.h.
| #define ok_wstr_ | ( | file, | |
| line, | |||
| x, | |||
| y | |||
| ) | ok_(file, line)(wcscmp(x, y) == 0, "Wrong string. Expected '%S', got '%S'\n", y, x) |
Definition at line 575 of file minitest.h.
| #define ros_skip_flaky |
Definition at line 84 of file minitest.h.
| #define skip skip_(__RELFILE__, __LINE__) |
Definition at line 66 of file minitest.h.
| #define skip_ | ( | file, | |
| line | |||
| ) | (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip |
Definition at line 60 of file minitest.h.
| #define skip_2k3_crash if (_winver < 0x600) skip("Test skipped, because it crashes on win 2003\n"); else |
Definition at line 92 of file minitest.h.
| #define skip_2k3_fail if (_winver < 0x600) skip("Test skipped, because it fails on win 2003\n"); else |
Definition at line 93 of file minitest.h.
| #define subtest subtest_(__RELFILE__, __LINE__) |
Definition at line 64 of file minitest.h.
| #define subtest_ | ( | file, | |
| line | |||
| ) | (winetest_set_location(file, line), 0) ? (void)0 : winetest_subtest |
Definition at line 58 of file minitest.h.
| #define todo_if | ( | is_todo | ) |
Definition at line 70 of file minitest.h.
| #define todo_ros todo_if(!strcmp(winetest_platform, "reactos")) |
Definition at line 74 of file minitest.h.
| #define todo_ros_if | ( | is_todo | ) | todo_if((is_todo) && !strcmp(winetest_platform, "reactos")) |
Definition at line 75 of file minitest.h.
| #define todo_wine todo_if(!strcmp(winetest_platform, "wine")) |
Definition at line 80 of file minitest.h.
| #define todo_wine_if | ( | is_todo | ) | todo_if((is_todo) && !strcmp(winetest_platform, "wine")) |
Definition at line 81 of file minitest.h.
| #define trace trace_(__RELFILE__, __LINE__) |
Definition at line 68 of file minitest.h.
| #define trace_ | ( | file, | |
| line | |||
| ) | (winetest_set_location(file, line), 0) ? (void)0 : winetest_trace |
Definition at line 62 of file minitest.h.
| #define win_skip win_skip_(__RELFILE__, __LINE__) |
Definition at line 67 of file minitest.h.
| #define win_skip_ | ( | file, | |
| line | |||
| ) | (winetest_set_location(file, line), 0) ? (void)0 : winetest_win_skip |
Definition at line 61 of file minitest.h.
Referenced by shell_execute_(), shell_execute_ex_(), START_TEST(), and test_ExitProcess().
Referenced by _sink_check_ok(), _sink_check_saved(), _sink_fire_ok(), _test_item_ScriptXtoX(), _test_items_ok(), _test_shape_ok(), CheckDli_imp(), CheckDliDone_imp(), compare_icons_imp(), compare_imp(), expect_bool_imp(), expect_double_imp(), expect_empty_imp(), expect_error_imp(), expect_indexA_imp(), expect_int_imp(), expect_layeronly_imp(), expect_LayerValue_imp(), expect_Sdb_imp(), expect_shim_imp(), expect_tag_dword_imp(), expect_tag_empty_imp(), expect_tag_qword_imp(), expect_tag_skip_imp(), expect_tag_str_imp(), expect_uint_imp(), match_dw_attr_imp(), match_guid_attr_imp(), match_qw_attr_imp(), match_strw_attr_imp(), ok_argsA_imp(), ok_argsW_imp(), ok_attributes_(), ok_event_sequence(), ok_fls_(), ok_keys_(), test_at_end_imp(), test_crc2_imp(), test_crc_imp(), test_create_db_imp(), test_create_exe_imp(), test_create_file_imp(), test_create_ne_imp(), test_ExpectFolders_imp(), test_table(), verify_shim_imp(), verify_shima_imp(), verify_shimw_imp(), and verify_str_imp2().
Referenced by check_url_canonicalize(), compare_metadata(), fail_single(), s_test_I_RpcBindingInqLocalClientPID(), START_TEST(), subtest_undo(), test_CryptBinaryToString(), test_CryptStringToBinary(), test_dds_decoder(), test_dds_decoder_frame(), test_dds_decoder_image_parameters(), test_dds_decoder_initialize(), test_dds_encoder_pixel_format(), test_encoder_formats(), test_GetExtendedTcpTable_owner(), test_GetExtendedUdpTable_owner(), test_I_RpcBindingInqLocalClientPID_thread_func(), test_metadata_writer(), test_printf_format(), test_queryreader(), test_quoted_RDN(), test_single(), test_undo_control(), test_UrlGetPart(), test_viewfetch_wraparound(), and testGetIpForwardTable().
| void __cdecl void __cdecl void __cdecl void __cdecl void __cdecl winetest_push_context | ( | const char * | fmt, |
| ... | |||
| ) |
Referenced by check_url_canonicalize(), compare_metadata(), fail_single(), s_test_I_RpcBindingInqLocalClientPID(), START_TEST(), subtest_undo(), test_CryptBinaryToString(), test_CryptStringToBinary(), test_dds_decoder(), test_dds_decoder_frame(), test_dds_decoder_image_parameters(), test_dds_decoder_initialize(), test_dds_encoder_pixel_format(), test_encoder_formats(), test_GetExtendedTcpTable_owner(), test_GetExtendedUdpTable_owner(), test_I_RpcBindingInqLocalClientPID_thread_func(), test_metadata_writer(), test_printf_format(), test_queryreader(), test_quoted_RDN(), test_single(), test_undo_control(), test_UrlGetPart(), test_viewfetch_wraparound(), and testGetIpForwardTable().
Referenced by START_TEST().
Referenced by _find_font_for_range(), and ok_fls_().
Referenced by _find_font_for_range(), _sink_check_ok(), _sink_fire_ok(), and _test_shape_ok().
Referenced by __WINE_PRINTF_ATTR().
Referenced by _test_items_ok(), and _test_shape_ok().
|
extern |
|
extern |
Referenced by alarmThreadMain(), buffer_service(), buffer_service8(), call_continue(), Call_QueryDosVolume_Path_Paths(), Call_QueryPoints(), callback(), callback_func(), cb(), check_menu_items(), check_position(), check_storage_contents(), check_update_rgn_(), closetest_callback(), compare_bits(), compare_menu_data(), ddeCb(), do_test(), doChild(), dscenum_callback(), dump_child_(), dump_emf_bits(), dump_emf_record(), dump_emf_records(), dump_mf_bits(), enum_callback(), enum_func(), EnumFormatImpl_Next(), exercizeServer(), gdf_driver_proc(), hook_proc(), hook_WaitForInputIdle(), hooked_WaitForInputIdle(), InternetReadFile_test(), langgrp_procA(), lgrplocale_procA(), luilocale_proc1A(), menu_ownerdraw_wnd_proc(), ok_path(), ProtocolSink_ReportProgress(), rpcThreadMain(), semaphore_thread_proc(), serverThreadMain1(), serverThreadMain2(), serverThreadMain3(), serverThreadMain4(), serverThreadMain5(), shell_execute_(), shell_execute_ex_(), test1_QueryInterface(), test_aligned_malloc(), test_aligned_offset_malloc(), test_aligned_offset_realloc(), test_aligned_realloc(), test_AllocateAndGetTcpExTableFromStack(), test_buffer(), test_buffer8(), test_capture_buffer(), test_clock(), test_color_formats(), test_CreateNamedPipe(), test_data_cache_contents(), test_devenum(), test_EnumCodePages(), test_EnumForms(), test_getDefaultCryptProv(), test_GetTcp6Table(), test_GetUdp6Table(), test_GetUnicastIpAddressTable(), test_import_export(), test_mbs_help(), test_menu_bmp_and_string(), test_menu_resource_layout(), test_metadata_gif(), test_multi_encoder_impl(), test_NamedPipe_2(), test_query_process_vm(), Test_QueryDosVolumePathAndPaths(), Test_QueryDosVolumePaths(), Test_QueryPoints(), test_RegisterClipboardFormatA(), test_scrolldc(), test_scrollvalidate(), test_set_selection_message(), test_SHCreateStreamOnFileEx(), test_SHGetStockIconInfo(), test_sid(), test_text_metrics(), test_thread(), test_timer(), test_worst_case(), Test_WSAIoctl_GetInterfaceList(), Test_WSAIoctl_InitTest(), testGetIcmpStatistics(), testGetIcmpStatisticsEx(), testGetIfTable(), testGetIpNetTable(), testGetIpStatistics(), testGetIpStatisticsEx(), testGetTcpStatistics(), testGetTcpStatisticsEx(), testGetTcpTable(), testGetUdpStatistics(), testGetUdpStatisticsEx(), testGetUdpTable(), testIcmpSendEcho(), unk_AddRef(), unk_QueryInterface(), unk_Release(), and WndProc2().
|
extern |
Referenced by _sink_check_ok(), _sink_fire_ok(), check_bits(), check_count(), create_child_editcontrol(), create_custom_header_control(), create_editcontrol(), create_header_control(), create_tabcontrol(), create_window(), createFilledTabControl(), driver_tests(), DriverEnumProc(), dscenum_callback(), dsenum_callback(), EnumJoysticks(), force_redraw(), FormatEnumProc(), FormatTagEnumProc(), mixer_test_controlA(), mixer_test_controlW(), mixer_test_deviceA(), mixer_test_deviceW(), ProtocolSink_ReportResult(), show_image(), START_TEST(), TabCheckSetSize(), test_acquire(), test_AddPortUI(), test_apc_deadlock(), test_api(), test_AVISaveOptions(), test_buffer(), test_buffer8(), test_clock(), test_ConfigurePort(), test_ConfigurePortUI(), test_controlevent(), test_CredUIPromptForCredentials(), test_dib_formats(), test_drvCommConfigDialogA(), test_drvCommConfigDialogW(), test_edit_control_2(), test_event_binding(), test_ExitCode(), test_flash_ax(), test_focus(), test_fontsize(), test_frequency(), test_get_input_report(), test_get_state(), test_hdm_filterMessages(), test_hdm_index_messages(), test_hdm_sethotdivider(), test_header_control(), test_Hlink_Navigate(), test_HTMLDocument_http(), test_http_connection(), test_ImmGetCompositionString(), test_LaunchINFSection(), test_LaunchINFSectionEx(), test_menualign(), test_midiOut_device(), test_mono_bitmap(), test_onclick(), test_play(), test_primary(), test_primary8(), test_primary_3d(), test_primary_3d8(), test_primary_3d_with_listener(), test_primary_3d_with_listener8(), test_primary_secondary(), test_primary_secondary8(), test_PrintDlgExW(), test_read_device(), test_resizable2(), test_RunControlPanel(), test_ScriptGetFontProperties(), test_secondary(), test_secondary8(), test_SHGetSpecialFolderPath(), test_sourcepath(), test_sources(), test_SspiPromptForCredentials(), test_start_stop(), test_submit(), test_Toolhelp(), test_url_action(), test_worst_case(), testNotifyAddrChange(), wave_generate_tone(), wave_in_test_deviceIn(), wave_out_test_device(), and wave_out_tests().