New issue
Advanced search Search tips

Issue 907879 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 905406
Owner: ----
Closed: Nov 22
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Running a single WPT test with run-web-tests is too slow

Project Member Reported by hta@chromium.org, Nov 22

Issue description

Typical timing for running content_shell directly:

out/Default/content_shell --run-web-tests third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCCertificate.html

real	0m3.095s
user	0m2.424s
sys	0m0.312s

Using run_web_tests:

real	0m18.421s
user	0m13.135s
sys	0m2.035s

In addition, if there are changes to the output, I have to find the browser window that the test output was piped into and click buttons in order to display the output; when using content_shell, I can see the PASS / FAIL lines directly in my terminal window.

But run_web_tests contains much magic that just calling content_shell will not achieve.

A simpler, faster way of running tests while debugging would be appreciated.

 
Mergedinto: 905406
Status: Duplicate (was: Untriaged)
I'm marking this one as a duplicate because there's another issue tracking r-w-t's slowness. For the other bits, it'd be good if you could file separate bugs.

Sign in to add a comment