Signed-off-by: Zebediah Figura z.figura12@gmail.com --- dlls/user32/tests/clipboard.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/dlls/user32/tests/clipboard.c b/dlls/user32/tests/clipboard.c index 4436ece70d9..df23bb28946 100644 --- a/dlls/user32/tests/clipboard.c +++ b/dlls/user32/tests/clipboard.c @@ -1397,7 +1397,6 @@ static void test_handles( HWND hwnd ) h = SetClipboardData( CF_BITMAP, bitmap ); ok( h == bitmap, "got %p\n", h ); ok( GetObjectType( h ) == OBJ_BITMAP, "expected bitmap %p\n", h ); - ok( !GetObjectType( bitmap_temp ), "expected free object %p\n", bitmap_temp ); h = SetClipboardData( CF_DSPBITMAP, bitmap2 ); ok( h == bitmap2, "got %p\n", h ); ok( GetObjectType( h ) == OBJ_BITMAP, "expected bitmap %p\n", h ); @@ -1605,9 +1604,6 @@ static void test_handles( HWND hwnd ) ok( is_freed( hmoveable ) || broken( !is_freed( hmoveable )), "expected freed mem %p\n", hmoveable ); ok( is_fixed( empty_fixed ), "expected fixed mem %p\n", empty_fixed ); ok( is_fixed( hfixed ), "expected fixed mem %p\n", hfixed ); - ok( !GetObjectType( bitmap ), "expected freed handle %p\n", bitmap ); - ok( !GetObjectType( bitmap2 ), "expected freed handle %p\n", bitmap2 ); - ok( !GetObjectType( palette ), "expected freed handle %p\n", palette );
r = CloseClipboard(); ok( r, "gle %d\n", GetLastError() ); @@ -1896,7 +1892,6 @@ static void test_data_handles(void) ok( GetObjectType( bitmap ) == OBJ_BITMAP, "expected bitmap %p\n", bitmap ); r = EmptyClipboard(); ok( r, "gle %d\n", GetLastError() ); - ok( !GetObjectType( bitmap ), "expected deleted %p\n", bitmap ); r = CloseClipboard(); ok( r, "gle %d\n", GetLastError() );
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=62947
Your paranoid android.
=== w864 (32 bit report) ===
user32: clipboard.c:158: Test failed: clipboard.c:1660: 1831: expected WAIT_OBJECT_0, got 258
=== w1064v1809_ja (32 bit report) ===
user32: clipboard.c:1933: Test failed: gle 5 clipboard.c:1935: Test failed: gle 1418 clipboard.c:1948: Test failed: wrong count 0 clipboard.c:1949: Test failed: wrong format 3435973836 clipboard.c:1957: Test failed: wrong count 0 clipboard.c:1958: Test failed: wrong format 3435973836 clipboard.c:1959: Test failed: wrong format 3435973836 clipboard.c:1965: Test failed: succeeded clipboard.c:1966: Test failed: wrong error 3735928559 clipboard.c:1967: Test failed: wrong count 0 clipboard.c:1972: Test failed: succeeded clipboard.c:1973: Test failed: wrong error 3735928559 clipboard.c:1974: Test failed: wrong count 0 clipboard.c:1977: Test failed: gle 1418 clipboard.c:1983: Test failed: wrong count 0 clipboard.c:1984: Test failed: wrong format 3435973836 clipboard.c:1985: Test failed: wrong format 3435973836 clipboard.c:1986: Test failed: wrong format 3435973836 clipboard.c:1987: Test failed: wrong format 3435973836 clipboard.c:1993: Test failed: gle 1418 clipboard.c:1994: Test failed: wrong error 1418 clipboard.c:1995: Test failed: wrong count 0 clipboard.c:2000: Test failed: gle 1418 clipboard.c:2001: Test failed: wrong error 1418 clipboard.c:2002: Test failed: wrong count 0 clipboard.c:2006: Test failed: gle 1418 clipboard.c:2007: Test failed: wrong error 1418 clipboard.c:2008: Test failed: wrong count 0