[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 12:05:42 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2012-10-03 12:06:07 PST ---
Ah, I can understand the intention of the implemetation too. My use case is
that I don't want to run all tests, but a small subset of tests. But it would
be great if somehow TestExpectations would honored.

Now the following 2 commands are same: (--test-list implicate --skipped=ignore)
- run-webkit-tests --test-list=./list.txt
- run-webkit-tests --test-list=./list.txt --skipped=ignore

What if we can override it with explicit --skipped=default option?
- run-webkit-tests --test-list=./list.txt --skipped=default

Additionally it would we great if we add a comment to the help of 
--test-list option to make it clear it implicates --skipped=ignore.

How does it sound?

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