[Webkit-unassigned] [Bug 89894] run-webkit-test outputs the wrong number of tests executed when some are skipped.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 11:27:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89894





--- Comment #2 from Alexis Menard (darktears) <alexis.menard at openbossa.org>  2012-06-25 11:27:35 PST ---
(In reply to comment #1)
> (In reply to comment #0)
> > On Mac OS Lion if I run :
> > 
> > darktears at AlexisMenard:~/Development/troll/webkit:WEBKITOUTPUTDIR=/Users/darktears/Development/troll/webkit-mac/ Tools/Scripts/run-webkit-tests -2 --release --platform="mac-lion" --no-build LayoutTests/fast/box-decoration-break/
> > All 2 tests ran as expected.
> > 
> > The directory LayoutTests/fast/box-decoration-break/ contains 2 tests. One of them is skipped but it claims that two were run which is incorrect to me.
> >
> 
> This is actually by design; the thinking was that it was "skipped as expected". That said, it was a dumb design :)

True.

> 
> The output should be changed to make it clear that some tests are being skipped, not run.

Something like "All 2 tests ran as expected (1 was Skipped)".

> 
> > Running it with WEBKITOUTPUTDIR=/Users/darktears/Development/troll/webkit-mac/ Tools/Scripts/run-webkit-tests -2 --release --platform="mac-lion" --no-build --force LayoutTests/fast/box-decoration-break/
> > 
> > shows 1 test ran as expected, 1 didn't: which is expected.
> 
> I assume the skipped test failed here? i.e., both tests ran? That would be correct, agreed.


Yes ;), I was trying to fix the failure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list