From 4545e038a2fbaf4674de61da4366745c9376c60a Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sat, 8 May 2010 16:27:15 +0000 Subject: [PATCH] Disable test_GetLongPathNameW() in kernel32:path test for now. Fixes testbot crash, bug 5370 svn path=/trunk/; revision=47127 --- rostests/winetests/kernel32/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.17.1