<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>There is one thing wired.</p>
    <p>This patch uses todo_wine like this:</p>
    <blockquote>
      <p>todo_wine ok(...);</p>
      <p>todo_wine ok(...);</p>
      <p>todo_wine ok(...);</p>
    </blockquote>
    <p>And everything is fine on testbot.<br>
    </p>
    <p>However, if I change todo_wine to form like this:</p>
    <blockquote>
      <p>todo_wine {</p>
      <p>    ok(...);</p>
      <p>    ok(...);</p>
      <p>    ok(...);</p>
      <p>};<br>
      </p>
    </blockquote>
    <p>Then the patch will fail on testbot. See: <a
        href="https://testbot.winehq.org/JobDetails.pl?Key=72824">https://testbot.winehq.org/JobDetails.pl?Key=72824</a></p>
    <p>As shown in the test result, the testjob fails on debiant machine
      (Also fails on my Linux mint machine). There are many "Test
      succeeded inside todo block" test failure. <br>
    </p>
    <p>But these failed lines are not included in "todo_wine {}" block.
      I don't know why these lines result in "Test succeeded inside todo
      block" test failure.</p>
    <p>The only difference between this patch and the failed patch
      (<a class="moz-txt-link-freetext" href="https://testbot.winehq.org/GetFile.pl?JobKey=72824&StepKey=1">https://testbot.winehq.org/GetFile.pl?JobKey=72824&StepKey=1</a>)
      is the form of todo_wine.</p>
    <p>I'm not able to figure out why it happens. Does any one can help
      me please?<br>
    </p>
    <div class="moz-cite-prefix">On 6/5/20 11:53 AM, Ziqing Hui wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1c4e736f-3339-3e0c-6bd9-e418d417702c@codeweavers.com">
      <pre class="moz-quote-pre" wrap="">
Signed-off-by: Ziqing Hui <a class="moz-txt-link-rfc2396E" href="mailto:zhui@codeweavers.com"><zhui@codeweavers.com></a>
---
 dlls/windowscodecs/tests/ddsformat.c | 46 ++++++++++++++++++++--------
 1 file changed, 34 insertions(+), 12 deletions(-)



</pre>
    </blockquote>
  </body>
</html>