From: Ken Thomases Subject: [PATCH 8/8] ddraw: Mark tests which no longer pass due to reverts as todo_wine. Message-Id: <0D841A79-8411-46BA-959E-340360E09AFB@codeweavers.com> Date: Sun, 14 Sep 2014 19:47:48 -0500 --- dlls/ddraw/tests/ddraw1.c | 12 ++++++------ dlls/ddraw/tests/ddraw2.c | 12 ++++++------ dlls/ddraw/tests/ddraw4.c | 12 ++++++------ dlls/ddraw/tests/ddraw7.c | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/dlls/ddraw/tests/ddraw1.c b/dlls/ddraw/tests/ddraw1.c index 4c35baa..a5d9687 100644 --- a/dlls/ddraw/tests/ddraw1.c +++ b/dlls/ddraw/tests/ddraw1.c @@ -4414,7 +4414,7 @@ static void test_pixel_format(void) } test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -4424,7 +4424,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper window, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -4439,7 +4439,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to create surface, hr %#x.\n",hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -4453,7 +4453,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -4465,12 +4465,12 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to clear source surface, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { test_format = GetPixelFormat(hdc2); - ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); } cleanup: diff --git a/dlls/ddraw/tests/ddraw2.c b/dlls/ddraw/tests/ddraw2.c index 750cc6e..3d06116 100644 --- a/dlls/ddraw/tests/ddraw2.c +++ b/dlls/ddraw/tests/ddraw2.c @@ -5490,7 +5490,7 @@ static void test_pixel_format(void) } test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -5500,7 +5500,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper window, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -5515,7 +5515,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to create surface, hr %#x.\n",hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -5529,7 +5529,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -5541,12 +5541,12 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to clear source surface, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { test_format = GetPixelFormat(hdc2); - ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); } cleanup: diff --git a/dlls/ddraw/tests/ddraw4.c b/dlls/ddraw/tests/ddraw4.c index 8776dec..706345b 100644 --- a/dlls/ddraw/tests/ddraw4.c +++ b/dlls/ddraw/tests/ddraw4.c @@ -6475,7 +6475,7 @@ static void test_pixel_format(void) } test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -6485,7 +6485,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper window, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -6500,7 +6500,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to create surface, hr %#x.\n",hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -6514,7 +6514,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -6526,12 +6526,12 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to clear source surface, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { test_format = GetPixelFormat(hdc2); - ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); } cleanup: diff --git a/dlls/ddraw/tests/ddraw7.c b/dlls/ddraw/tests/ddraw7.c index 5e88b33..160ba5b 100644 --- a/dlls/ddraw/tests/ddraw7.c +++ b/dlls/ddraw/tests/ddraw7.c @@ -6298,7 +6298,7 @@ static void test_pixel_format(void) } test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -6308,7 +6308,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper window, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -6323,7 +6323,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to create surface, hr %#x.\n",hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { @@ -6337,7 +6337,7 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to set clipper, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); test_format = GetPixelFormat(hdc2); ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); @@ -6349,12 +6349,12 @@ static void test_pixel_format(void) ok(SUCCEEDED(hr), "Failed to clear source surface, hr %#x.\n", hr); test_format = GetPixelFormat(hdc); - ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "window has pixel format %d, expected %d\n", test_format, format); if (hdc2) { test_format = GetPixelFormat(hdc2); - ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); + todo_wine ok(test_format == format, "second window has pixel format %d, expected %d\n", test_format, format); } cleanup: