ntdll/tests: Properly mark test failures with todo_wine.

Alexandre Julliard julliard at winehq.org
Thu Jun 4 02:11:03 CDT 2015


Sebastian Lackner <sebastian at fds-team.de> writes:

> @@ -353,14 +353,18 @@ static void test_NtQueryDirectoryFile_case(void)
>      mask.Length = mask.MaximumLength = lstrlenW(testmask) * sizeof(WCHAR);
>      pNtQueryDirectoryFile(dirh, NULL, NULL, NULL, &io, data, data_size,
>                            FileBothDirectoryInformation, TRUE, &mask, FALSE);
> +    todo_wine
>      ok(U(io).Status == STATUS_SUCCESS, "failed to query directory; status %x\n", U(io).Status);
>      data_len = io.Information;
> +    todo_wine
>      ok(data_len >= sizeof(FILE_BOTH_DIRECTORY_INFORMATION), "not enough data in directory\n");
>  
>      name = dir_info->FileName;
>      name_len = dir_info->FileNameLength / sizeof(WCHAR);
>  
> +    todo_wine
>      ok(name_len == testfile_len, "unexpected filename length %u\n", name_len);
> +    todo_wine

I don't see any failure here.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list