Bug 163850 - REGRESSION(r207666): [GTK] Layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html is timing out
Summary: REGRESSION(r207666): [GTK] Layout test imported/w3c/web-platform-tests/html/s...
Status: RESOLVED DUPLICATE of bug 169019
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-22 10:15 PDT by Michael Catanzaro
Modified: 2017-03-01 08:52 PST (History)
5 users (show)

See Also:


Attachments
test gardening patch (2.23 KB, patch)
2017-03-01 01:12 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-10-22 10:15:17 PDT
r207666 "[GTK] Several tests crashing on debug bot in (anonymous namespace)::MediaPlayerPrivateGStreamerBase::repaint" broke layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html which is now timing out. Updating expectations accordingly.
Comment 1 Fujii Hironori 2017-03-01 01:07:45 PST
imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html makes a following test timeout.

> fujii@ubuntu $ ./Tools/Scripts/run-webkit-tests --gtk --release --no-new-test-results --child-processes=1 --iterations=3 -v fast/css/001.html fast/css/002.html imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html
> Using port 'gtk-wk2'
> Test configuration: <, x86, release>
> Placing test results in /home/fujii/work/webkit/ga/WebKitBuild/Release/layout-test-results
> Baseline search path: platform/gtk -> platform/wk2 -> generic
> Using Release build
> Pixel tests disabled
> Regular timeout: 6000, slow test timeout: 30000
> Command line: /home/fujii/work/webkit/ga/Tools/jhbuild/jhbuild-wrapper --gtk run /home/fujii/work/webkit/ga/WebKitBuild/Release/bin/WebKitTestRunner -
> 
> Found 3 tests; running 3 (3 times each: --repeat-each=1 --iterations=3), skipping 0.
> 
> Running 3 tests
> 
> Running 1 WebKitTestRunner.
> 
> [1/9] fast/css/001.html passed
> [2/9] fast/css/002.html passed
> [3/9] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html passed
> [4/9] fast/css/001.html failed unexpectedly (test timed out)
> [5/9] fast/css/002.html passed
> [6/9] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html passed
> [7/9] fast/css/001.html failed unexpectedly (test timed out)
> [8/9] fast/css/002.html passed
> [9/9] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html passed
> stopping WebKitTestRunner(pid 17481) timed out, killing it
> 
> Retrying 1 unexpected failure ...
> 
> Running 1 WebKitTestRunner.
> 
>   fast/css/001.html -> pixel hash failed (but diff passed)
> [1/1] fast/css/001.html passed
> 
> 7 tests ran as expected, 2 didn't:
> 
> 
> Unexpected flakiness: timeouts (1)
>   fast/css/001.html [ Timeout Pass ]
> 
> 
> fujii@ubuntu $ 

imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-to-other-document.html also does.
Comment 2 Fujii Hironori 2017-03-01 01:12:10 PST
Created attachment 303053 [details]
test gardening patch

They should be marked skip.
Comment 3 WebKit Commit Bot 2017-03-01 01:56:56 PST
Comment on attachment 303053 [details]
test gardening patch

Clearing flags on attachment: 303053

Committed r213215: <http://trac.webkit.org/changeset/213215>
Comment 4 WebKit Commit Bot 2017-03-01 01:57:00 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Fujii Hironori 2017-03-01 01:59:07 PST
Reopen.
Comment 6 Carlos Garcia Campos 2017-03-01 08:52:55 PST
It seems to be the same problem as bug #169019, patch attached there also fixes these timeouts

*** This bug has been marked as a duplicate of bug 169019 ***