[Webkit-unassigned] [Bug 96664] Need an easy way to determine whether a test is skipped/expected to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 13:09:52 PDT 2012


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





--- Comment #5 from Dirk Pranke <dpranke at chromium.org>  2012-09-13 13:10:18 PST ---
Ah, I see what's going on. As an implementation detail, "Skip" isn't an expectation, it's a modifier. We expect all skipped tests to Pass (in fact, I think you were the person who made me change this), so that when we explicitly run them, failures are reported as "unexpected". But this is all kind of goofy.

Once I can land the new expectation syntax and get rid of the skipped files, I'll clean this all up. In the mean time these commands can at least print the modifiers as well so you get some sort of clue.

-- 
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