Huw Davies (@huw) commented about dlls/gdi32/tests/font.c:
ret = pNtGdiMakeFontDir( 0, buffer, sizeof(*fontdir), nt_name.Buffer, 0 ); ok( !ret, "got %lx\n", ret ); ret = pNtGdiMakeFontDir( 0, buffer, sizeof(*fontdir), nt_name.Buffer, nt_name.Length + 6 );
ok( !ret, "got %lx\n", ret );
todo_wine ok( ret || broken(!ret) /* below Win10-1607 */, "got %lx\n", ret );
Perhaps we should just remove this test?