Merge r511-519 from trunk.

This commit is contained in:
Romain Tartiere 2010-08-11 16:59:09 +00:00
commit b289784359
8 changed files with 125 additions and 15 deletions

View file

@ -65,8 +65,8 @@ static void
print_success_or_failure (bool bFailure, uint32_t * uiBlockCounter)
{
printf ("%c", (bFailure) ? 'x' : '.');
if (uiBlockCounter)
*uiBlockCounter += (bFailure) ? 0 : 4;
if (uiBlockCounter && !bFailure)
*uiBlockCounter += (*uiBlockCounter < 128) ? 4 : 16;
}
static bool