ReactOS
0.4.15-dev-4863-gba0d16f
|
#include <stdio.h>
#include <assert.h>
#include "wtypes.h"
#include "winbase.h"
#include "windef.h"
#include "shellapi.h"
#include "shlwapi.h"
#include "ddeml.h"
#include "wine/heap.h"
#include "wine/test.h"
#include "shell32_test.h"
Go to the source code of this file.
Classes | |
struct | filename_tests_t |
struct | cmdline_tests_t |
struct | argify_tests_t |
struct | fileurl_tests_t |
struct | dde_tests_t |
struct | dde_default_app_tests_t |
struct | dde_thread_info_t |
Variables | |
static char | argv0 [MAX_PATH] |
static int | myARGC |
static char ** | myARGV |
static char | tmpdir [MAX_PATH] |
static char | child_file [MAX_PATH] |
static DLLVERSIONINFO | dllver |
static BOOL | skip_shlexec_tests = FALSE |
static BOOL | skip_noassoc_tests = FALSE |
static HANDLE | dde_ready_event |
static DWORD | ddeInst |
static HSZ | hszTopic |
static char | ddeExec [MAX_PATH] |
static char | ddeApplication [MAX_PATH] |
static BOOL | post_quit_on_execute |
static HANDLE | hEvent |
static char | shell_call [2048] |
static char | assoc_desc [2048] |
static int | _todo_wait = 0 |
static int | bad_shellexecute = 0 |
static const char * | testfiles [] |
static filename_tests_t | filename_tests [] |
static filename_tests_t | noquotes_tests [] |
static const cmdline_tests_t | cmdline_tests [] |
static const argify_tests_t | argify_tests [] |
static fileurl_tests_t | fileurl_tests [] |
static filename_tests_t | lnk_tests [] |
static dde_tests_t | dde_tests [] |
static int | waitforinputidle_count |
static dde_default_app_tests_t | dde_default_app_tests [] |
#define todo_wait for (_todo_wait = 1; _todo_wait; _todo_wait = 0) |
Definition at line 2780 of file shlexec.c.
Referenced by START_TEST().
Definition at line 712 of file shlexec.c.
Referenced by init_test(), test_dde(), test_dde_default_app(), and test_find_executable().
Definition at line 684 of file shlexec.c.
Referenced by create_test_association(), init_test(), and test_urls().
|
static |
Definition at line 915 of file shlexec.c.
Referenced by init_test(), test_argify(), test_find_executable(), and test_urls().
|
static |
Definition at line 814 of file shlexec.c.
Referenced by create_test_verb(), test_dde(), and test_dde_default_app().
|
static |
Definition at line 153 of file shlexec.c.
Referenced by doChild(), and test_dde_default_app().
Definition at line 2538 of file shlexec.c.
Referenced by test_dde_default_app().
Definition at line 95 of file shlexec.c.
Referenced by getChildString().
Definition at line 805 of file shlexec.c.
Referenced by cleanup_test(), test_dde(), test_dde_default_app(), and test_find_executable().
Definition at line 800 of file shlexec.c.
Referenced by cleanup_test(), delete_test_association(), and test_urls().
Definition at line 208 of file shlexec.c.
Referenced by START_TEST().
Definition at line 312 of file shlexec.c.
Referenced by shell_execute_(), and shell_execute_ex_().
Definition at line 67 of file shlexec.c.
Referenced by doChild().
Definition at line 930 of file shlexec.c.
Referenced by test_fileurls(), and test_lnks().
Definition at line 127 of file shlexec.c.
Referenced by dump_child_(), okChildPath_(), okChildString_(), and test_argify().
Definition at line 2321 of file shlexec.c.
Referenced by test_dde().
Definition at line 2303 of file shlexec.c.
Referenced by test_dde().
Definition at line 190 of file shlexec.c.
Referenced by doChild(), and init_test().
Definition at line 2649 of file shlexec.c.
Referenced by START_TEST().
Definition at line 734 of file shlexec.c.
Referenced by delete_test_association(), and delete_test_class().
Definition at line 453 of file shlexec.c.
Referenced by shell_execute_(), and shell_execute_ex_().
|
static |
Definition at line 462 of file shlexec.c.
|
static |
Definition at line 423 of file shlexec.c.
|
static |
Definition at line 370 of file shlexec.c.
Referenced by shell_execute_(), and shell_execute_ex_().
Definition at line 365 of file shlexec.c.
Referenced by create_test_verb(), test_dde(), and test_dde_default_app().
|
static |
Definition at line 496 of file shlexec.c.
|
static |
Definition at line 572 of file shlexec.c.
START_TEST | ( | shlexec | ) |
Definition at line 478 of file shlexec.c.
Referenced by create_test_verb_dde(), shell_execute_(), and shell_execute_ex_().
Definition at line 1545 of file shlexec.c.
Referenced by START_TEST().
Definition at line 1359 of file shlexec.c.
Referenced by START_TEST().
Definition at line 2382 of file shlexec.c.
Referenced by START_TEST().
Definition at line 2549 of file shlexec.c.
Referenced by START_TEST().
Definition at line 2808 of file shlexec.c.
Referenced by START_TEST().
Definition at line 2204 of file shlexec.c.
Referenced by START_TEST().
Definition at line 1603 of file shlexec.c.
Referenced by START_TEST().
Definition at line 1786 of file shlexec.c.
Referenced by START_TEST().
Definition at line 1963 of file shlexec.c.
Referenced by START_TEST().
Definition at line 2110 of file shlexec.c.