Bug 45980

Summary: userscripts/user-script-*-document.html tests are flaky on Windows
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Tools / TestsAssignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix for plugin documents
none
[PATCH] Fix for video documents eric.carlson: review+, bweinstein: commit-queue-

Description Brian Weinstein 2010-09-17 11:22:59 PDT
userscripts/user-script-video-document.html
userscripts/user-script-audio-document.html
userscripts/user-script-plugin-document.html

seem to be flaky on Windows (sometimes they crash or hit ASSERTs, sometimes they print out the wrong results). This is strange, because having tested them in browser, we do get the correct behavior.
Comment 1 Brian Weinstein 2010-09-17 11:35:09 PDT
Skipped the tests in r67729.
Comment 2 Brian Weinstein 2010-09-17 11:41:10 PDT
<rdar://problem/8445830>
Comment 3 Brian Weinstein 2010-10-28 16:37:57 PDT
Created attachment 72257 [details]
[PATCH] Fix for plugin documents
Comment 4 Brian Weinstein 2010-10-28 16:45:19 PDT
Landed fix for plugin documents in r70825.
Comment 5 Brian Weinstein 2010-10-28 16:45:36 PDT
Comment on attachment 72257 [details]
[PATCH] Fix for plugin documents

Clearing review flags.
Comment 6 WebKit Review Bot 2010-10-28 18:04:39 PDT
http://trac.webkit.org/changeset/70825 might have broken GTK Linux 64-bit Debug
The following tests are not passing:
media/video-seek-by-small-increment.html
Comment 7 Brian Weinstein 2010-11-05 10:48:15 PDT
Created attachment 73083 [details]
[PATCH] Fix for video documents
Comment 8 Eric Carlson 2010-11-05 10:52:44 PDT
Comment on attachment 73083 [details]
[PATCH] Fix for video documents

r=me
Comment 9 Brian Weinstein 2010-11-05 11:03:13 PDT
Landed fix for video documents in r71433. I'm closing out this bug, because the only user-script-*-document test that is flaky is user-script-plugin-document - and that is being tracked by: https://bugs.webkit.org/show_bug.cgi?id=48751.