New issue
Advanced search Search tips

Issue 655831 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 601332



Sign in to add a comment

Layout tests in media/track fail when --num-retries=0

Project Member Reported by jeffcarp@chromium.org, Oct 13 2016

Issue description

There are some tests in media/track that always fail on the first try, but succeed when retried:

media/track/track-kind-user-preference.html failed unexpectedly
media/track/track-cue-rendering-tree-is-removed-properly.html
media/track/track-default-attribute.html failed unexpectedly

Steps to reproduce:

Run `./Tools/Scripts/run-webkit-tests -t Release --order=random --seed=$(date +%s) media/track` with and without --num-retries=0
 
Status: Unconfirmed (was: Untriaged)
One data point: I just tried reproducing this on my workstation and running both:

./run-webkit-tests --order=random --seed=$(date +%s) media/track
./run-webkit-tests --order=random --seed=$(date +%s) media/track --num=retries=0

yielded the same result:

All 183 tests ran as expected (180 passed, 3 didn't).

Not sure if this is an issue.

Comment 2 by foolip@chromium.org, Dec 15 2017

Status: WontFix (was: Unconfirmed)
I also get the same result now:
All 115 tests ran as expected (114 passed, 1 didn't).

Sign in to add a comment