d3d9/tests: Trace the current test in test_signed_formats().

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Matteo Bruni 2017-09-08 18:44:09 +02:00 committed by Alexandre Julliard
parent cc8e873720
commit 22b9403d00
1 changed files with 6 additions and 6 deletions

View File

@ -18958,8 +18958,8 @@ static void test_signed_formats(void)
color = getPixelColor(device, 80 + 160 * x, 60 + 120 * y);
ok(color_match(color, expected_color, 1) || broken(r200_broken),
"Expected color 0x%08x, got 0x%08x, format %s, location %ux%u.\n",
expected_color, color, formats[i].name, x, y);
"Expected color 0x%08x, got 0x%08x, format %s, test %u, location %ux%u.\n",
expected_color, color, formats[i].name, j, x, y);
}
}
hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);
@ -18988,8 +18988,8 @@ static void test_signed_formats(void)
color = getPixelColor(device, 80 + 160 * x, 60 + 120 * y);
ok(color_match(color, expected_color, formats[i].slop)
|| broken(color_match(color, expected_color, formats[i].slop_broken)),
"Expected color 0x%08x, got 0x%08x, format %s, location %ux%u.\n",
expected_color, color, formats[i].name, x, y);
"Expected color 0x%08x, got 0x%08x, format %s, test %u, location %ux%u.\n",
expected_color, color, formats[i].name, j, x, y);
}
}
hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);
@ -19037,8 +19037,8 @@ static void test_signed_formats(void)
color = getPixelColor(device, 80 + 160 * x, 60 + 120 * y);
ok(color_match(color, expected_color, formats[i].slop)
|| broken(color_match(color, expected_color, formats[i].slop_broken)),
"Expected color 0x%08x, got 0x%08x, format %s, location %ux%u.\n",
expected_color, color, formats[i].name, x, y);
"Expected color 0x%08x, got 0x%08x, format %s, test %u, location %ux%u.\n",
expected_color, color, formats[i].name, j, x, y);
}
}
hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);