[Webkit-unassigned] [Bug 92736] REGRESSION(124116): Number of skipped tests isn't printed anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 09:01:00 PDT 2012


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





--- Comment #1 from Dirk Pranke <dpranke at chromium.org>  2012-07-31 09:01:01 PST ---
Hi Ossy,

I apologize for the inconvenience; I didn't realize this number was important to anyone.

This changed because the way we were doing things previously introduced a fair amount of unpleasantness in the code.

You can still compute the number of skipped tests from the first line ("Found 30509; running 26142"), since you can subtract the one from the other. Is that good enough?

Or would it be helpful to print the subtracted number ("Found 30509; running 26142, skipping 4366" or something)?

Or do you really need the original format back? (If this is the case, it's not a big deal and I'll figure out how to make it work). 

Can you tell me what you're using this number for? Do you have some script parsing it for something, or is this just being read by humans?

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