[Webkit-unassigned] [Bug 98260] [NRWT] --skipped option is ignored when --test-list is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 11:53:59 PDT 2012


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





--- Comment #2 from Dirk Pranke <dpranke at chromium.org>  2012-10-03 11:54:24 PST ---
Alexey is basically right on the implementation and original intent, but that doesn't mean we shouldn't make your case work.

To make sure that I understand what you're seeing / asking for, you have a list of tests in a file, and some of those tests are listed as [ Skip ] in TestExpectations, but when you run NRWT, they get executed, right? 

So, you'd actually like the expectations to be honored and the files skipped if they do appear in the TestExpectations file (as skips)?

If so, I actually ran into this exact same problem a couple days ago, and the patch I made (but haven't posted yet) is a change to add --skipped=expectations which means "skip the tests listed in the expectations file even if they were listed on in a text file or on the command line". It's a ~3 line change :).

Would that work for you?

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