WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
81019
Please add a way to manually skip some tests in NRWT
https://bugs.webkit.org/show_bug.cgi?id=81019
Summary
Please add a way to manually skip some tests in NRWT
Alexey Proskuryakov
Reported
2012-03-13 12:06:04 PDT
With old run-webkit-tests, I could do e.g. "run-webkit-tests -i inspector,http/inspector" to skip some tests. This is very useful when testing locally. For example, all inspector tests time out on my machine now for whatever mysterious reason, but I'd like to work on other issues first, running all tests except for these.
Attachments
Patch
(9.13 KB, patch)
2012-03-13 18:35 PDT
,
Dirk Pranke
ojan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dirk Pranke
Comment 1
2012-03-13 12:07:50 PDT
As mentioned on IRC, you can work around this of course by adding lines to the Skipped file or test_expectations.txt, but that's not a great workaround. This is a fine feature request.
Dirk Pranke
Comment 2
2012-03-13 18:35:45 PDT
Created
attachment 131768
[details]
Patch
Dirk Pranke
Comment 3
2012-03-13 18:36:40 PDT
Note that '-i inspector' won't work with just this patch because we're not handling directories properly; that's a separate patch since the code is in a different place ...
Dirk Pranke
Comment 4
2012-03-13 18:37:34 PDT
See
bug 81067
as well.
Dirk Pranke
Comment 5
2012-03-13 18:52:46 PDT
(In reply to
comment #3
)
> Note that '-i inspector' won't work with just this patch because we're not handling directories properly; that's a separate patch since the code is in a different place ...
Never mind, this looks like it's user error on my part. Skipping directories will also work. However, if you are using test_expectations and you attempt to skip a directory on the command line and there is a more-specific expectation in the expectations file, that will override the Skip. This is probably also a bug, but much lower priority.
Ojan Vafai
Comment 6
2012-03-13 19:25:42 PDT
Comment on
attachment 131768
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=131768&action=review
> Tools/ChangeLog:14 > + Note that there is a separate bug that still needs fixing where > + directories are not handled properly either by the command line > + flag or in Skipped files.
Is this still accurate? Can you point to the bug?
Dirk Pranke
Comment 7
2012-03-14 11:49:24 PDT
(In reply to
comment #6
)
> (From update of
attachment 131768
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=131768&action=review
> > > Tools/ChangeLog:14 > > + Note that there is a separate bug that still needs fixing where > > + directories are not handled properly either by the command line > > + flag or in Skipped files. > > Is this still accurate? Can you point to the bug?
No, this is no longer accurate; I will remove it from the ChangeLog.
Dirk Pranke
Comment 8
2012-03-14 11:56:08 PDT
Committed
r110724
: <
http://trac.webkit.org/changeset/110724
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug