Re: [PATCH 1/6] shell32/tests: Add tests for SHQueryRecycleBin (try 2)

2011-07-08 Thread Alexandre Julliard
Jay Yang writes: > +static void test_query_recyclebin(void) > +{ > +SHQUERYRBINFO > info1={sizeof(info1),0xdeadbeefdeadbeefLL,0xdeadbeefdeadbeefLL}; > +SHQUERYRBINFO > info2={sizeof(info2),0xdeadbeefdeadbeefLL,0xdeadbeefdeadbeefLL}; You can't use LL constants. -- Alexandre Julliard j

Re: [PATCH 1/6] shell32/tests: Add tests for SHQueryRecycleBin

2011-07-07 Thread Marvin
Hi, While running your changed tests on Windows, 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 http://testbot.winehq.org/JobDetails.pl?Key=12300 Your paranoid android