New issue
Advanced search Search tips

Issue 880609 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Unable to run particular set of layout tests on Win10 platform

Project Member Reported by masonfreed@chromium.org, Sep 4

Issue description

I'm running layout tests on a Windows 10 platform, but I can't seem to get run_web_tests.py to find the tests I'm interested in. I am using the command line below, and it gives me "Found 0 tests". When I run this in Linux, it finds the tests. And when the trybots run my CL, the tests are also able to be found.

My command line:

python src/third_party/blink/tools/run_web_tests.py -t Debug virtual/scalefactor150

I have also tried adding "--platform=win-win7" and/or "--additional-platform-directory=linux", but neither seems to help.

I'm sure I'm missing a command line flag, I just don't know what it is.
 
Labels: OS-Windows
Perhaps an issue with forward/backward slashes? Which shell are you using? Can you try "virtual\scalefactor150"?
Hi Robert,

Yeah, I tried that, among many other such permutations. Just using virtual
(without scalefactor150 and therefore any slashes) only finds about 100
tests. But there are many more virtual tests.

Any other suggestions?
Owner: robertma@chromium.org
Status: Assigned (was: Untriaged)
Ping robertma@ for suggestions :) Do you know of people who run LayoutTests on Windows that might be able to help?

Sign in to add a comment