diff --git a/mps/code/locbwcss.c b/mps/code/locbwcss.c index a731bc47198..ef29f241c00 100644 --- a/mps/code/locbwcss.c +++ b/mps/code/locbwcss.c @@ -178,8 +178,6 @@ static void testInArena(mps_arena_t arena) if (lostat->max > histat->min) { error("\nFOUND PROBLEM - low range overlaps high\n"); - } else if (lostat->ncCount != 0 || histat->ncCount != 0) { - error("\nFOUND POSSIBLE PROBLEM - some non-contiguous allocations\n"); } else { printf("\nNo problems detected.\n"); } diff --git a/mps/tool/testrun.bat b/mps/tool/testrun.bat index 097fc2b7cdd..a6fad0fa334 100755 --- a/mps/tool/testrun.bat +++ b/mps/tool/testrun.bat @@ -9,7 +9,7 @@ set VARIETY=%1 shift set TEST_COUNT=0 -set PASS_COUNT=0 +set FAIL_COUNT=0 set SEPARATOR=---------------------------------------- set LOGDIR=%TMP%\mps-%VARIETY%-log echo Logging test output to %LOGDIR%