mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
Disable test due to crash in XUL during Release call. ROSTESTS-81
svn path=/trunk/; revision=57542
This commit is contained in:
parent
b2906fe16e
commit
9dbea6ef18
2 changed files with 37 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if ROSTESTS_81_IS_FIXED
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
|
@ -5272,8 +5274,11 @@ static void test_IPersistHistory(void)
|
|||
ok(ref == 0, "ref=%d, expected 0\n", ref);
|
||||
}
|
||||
|
||||
#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
|
||||
START_TEST(htmldoc)
|
||||
{
|
||||
#if ROSTESTS_81_IS_FIXED
|
||||
CoInitialize(NULL);
|
||||
container_hwnd = create_container_window();
|
||||
register_protocol();
|
||||
|
@ -5299,4 +5304,5 @@ START_TEST(htmldoc)
|
|||
|
||||
DestroyWindow(container_hwnd);
|
||||
CoUninitialize();
|
||||
#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
}
|
||||
|
|
31
rostests/winetests/mshtml/msxml_ros.diff
Normal file
31
rostests/winetests/mshtml/msxml_ros.diff
Normal file
|
@ -0,0 +1,31 @@
|
|||
Index: htmldoc.c
|
||||
===================================================================
|
||||
--- htmldoc.c (revision 57539)
|
||||
+++ htmldoc.c (working copy)
|
||||
@@ -23,6 +23,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
+#if ROSTESTS_81_IS_FIXED
|
||||
+
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
@@ -5272,8 +5274,11 @@
|
||||
ok(ref == 0, "ref=%d, expected 0\n", ref);
|
||||
}
|
||||
|
||||
+#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
+
|
||||
START_TEST(htmldoc)
|
||||
{
|
||||
+#if ROSTESTS_81_IS_FIXED
|
||||
CoInitialize(NULL);
|
||||
container_hwnd = create_container_window();
|
||||
register_protocol();
|
||||
@@ -5299,4 +5304,5 @@
|
||||
|
||||
DestroyWindow(container_hwnd);
|
||||
CoUninitialize();
|
||||
+#endif /* ROSTESTS_81_IS_FIXED*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue