mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
[QMGR_WINETEST]
- Enable qmgr tests again. They all get skipped now instead of crashing. When npfs_new manages to run these, we know it's really working well ;) CORE-6536 svn path=/trunk/; revision=60079
This commit is contained in:
parent
95073a9f10
commit
402a58ad80
1 changed files with 0 additions and 9 deletions
|
@ -9,21 +9,12 @@ extern void func_file(void);
|
|||
extern void func_job(void);
|
||||
extern void func_qmgr(void);
|
||||
|
||||
#ifdef __REACTOS__
|
||||
void func_skipped(void) { skip("qmgr tests skipped due to CORE-6536\n"); }
|
||||
#endif
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
/* Skipped because of testbot timeouts. See CORE-6536. */
|
||||
#ifdef __REACTOS__
|
||||
{ "skipped", func_skipped },
|
||||
#else
|
||||
{ "enum_files", func_enum_files },
|
||||
{ "enum_jobs", func_enum_jobs },
|
||||
{ "file", func_file },
|
||||
{ "job", func_job },
|
||||
{ "qmgr", func_qmgr },
|
||||
#endif
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue