[ros-diffs] [spetreolle] 47127: Disable test_GetLongPathNameW() in kernel32:path test for now. Fixes testbot crash, bug 5370

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Sat May 8 18:27:15 CEST 2010


Author: spetreolle
Date: Sat May  8 18:27:15 2010
New Revision: 47127

URL: http://svn.reactos.org/svn/reactos?rev=47127&view=rev
Log:
Disable test_GetLongPathNameW() in kernel32:path test for now.
Fixes testbot crash, bug 5370


Modified:
    trunk/rostests/winetests/kernel32/path.c

Modified: trunk/rostests/winetests/kernel32/path.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/kernel32/path.c?rev=47127&r1=47126&r2=47127&view=diff
==============================================================================
--- trunk/rostests/winetests/kernel32/path.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/kernel32/path.c [iso-8859-1] Sat May  8 18:27:15 2010
@@ -1601,7 +1601,8 @@
     test_CleanupPathA(origdir,curdir);
     test_GetTempPath();
     test_GetLongPathNameA();
-    test_GetLongPathNameW();
+    skip("skipping test_GetLongPathNameW(), bug 5370\n");
+    //test_GetLongPathNameW();
     test_GetShortPathNameW();
     test_GetSystemDirectory();
     test_GetWindowsDirectory();




More information about the Ros-diffs mailing list