Module: wine Branch: master Commit: 859766698cf2978e757316af04d07fa0c69d30d7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=859766698cf2978e757316af0...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Jul 14 11:52:40 2020 +0300
shlwapi/tests: Remove failing test.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shlwapi/tests/ordinal.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c index 8c5e3e261e..919cac8563 100644 --- a/dlls/shlwapi/tests/ordinal.c +++ b/dlls/shlwapi/tests/ordinal.c @@ -1684,11 +1684,8 @@ if (0) LocalFileTimeToFileTime(&filetime, &filetime);
/* no way to get required buffer length here */ - SetLastError(0xdeadbeef); ret = pSHFormatDateTimeA(&filetime, NULL, NULL, 0); ok(ret == 0, "got %d\n", ret); - ok(GetLastError() == 0xdeadbeef || broken(GetLastError() == ERROR_SUCCESS /* Win7 */), - "expected 0xdeadbeef, got %d\n", GetLastError());
SetLastError(0xdeadbeef); buff[0] = 'a'; buff[1] = 0;