New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 707973 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

run-webkit-tests cannot find any tests specified by virtual parent LayoutTest directory

Project Member Reported by glebl@chromium.org, Apr 3 2017

Issue description

If you have several VirtualTestSuites under the same prefix for example

{
    "prefix": "layout_ng",
    "base": "fast/block/basic",
    "args": ["--enable-blink-features=LayoutNG"]
  },
  {
    "prefix": "layout_ng",
    "base": "fast/block/margin-collapse",
    "args": ["--enable-blink-features=LayoutNG"]
  },

and you want to run them all locally, it won't work.
$ python third_party/WebKit/Tools/Scripts/run-webkit-tests -t Debug virtual/layout_ng/fast
Found 0 tests; running 0, skipping 0

So you need to explicitly include all virtual test directories that you want to run. layout_ng has 5 VirtualTestSuites so far but we're planning to add more. It would be nice if run-webkit-tests starts accepting virtual parent LayoutTest directories.
 

Comment 1 by glebl@chromium.org, Apr 3 2017

patch http://crrev.com/2795793003

Comment 3 by glebl@chromium.org, Apr 8 2017

Status: Fixed (was: Assigned)

Sign in to add a comment