From: Sylvain Petreolle Date: Sat, 8 May 2010 16:27:15 +0000 (+0000) Subject: Disable test_GetLongPathNameW() in kernel32:path test for now. X-Git-Tag: backups/header-work@57446~16^2~127 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4545e038a2fbaf4674de61da4366745c9376c60a Disable test_GetLongPathNameW() in kernel32:path test for now. Fixes testbot crash, bug 5370 svn path=/trunk/; revision=47127 --- diff --git a/rostests/winetests/kernel32/path.c b/rostests/winetests/kernel32/path.c index 8232fdfaaa7..c418ef245ea 100755 --- a/rostests/winetests/kernel32/path.c +++ b/rostests/winetests/kernel32/path.c @@ -1601,7 +1601,8 @@ START_TEST(path) 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();