Bug 58192

Summary: new-run-webkit-tests: Mac SL tests failing on the bot
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   

Description Dirk Pranke 2011-04-09 15:59:34 PDT
There's a set of tests failing on the NRWT bot that need to be triaged to see if they are normal regressions, tests that are failing because of the bot config, tests failing because of NRWT, or because of multi-process NRWT.

Here's the initial list as of r83372


// Failing
fast/loader/local-CSS-from-local.html = TEXT
fast/loader/local-JavaScript-from-local.html = TEXT
fast/loader/local-image-from-local.html = TEXT
fast/text/international/bold-bengali.html = TEXT
fast/text/international/khmer-selection.html = TEXT
http/tests/security/local-user-CSS-from-remote.html = TEXT
plugins/npp-set-window-called-during-destruction.html = TEXT

// Flaky tests when run multi-process
fast/dom/frame-loading-via-document-write.html = TEXT PASS
http/tests/appcache/fail-on-update-2.html = TEXT PASS
http/tests/appcache/fail-on-update.html = TEXT PASS
http/tests/inspector/console-websocket-error.html = TEXT PASS
Comment 1 Dirk Pranke 2011-04-09 16:05:26 PDT
More flakiness:


fast/canvas/webgl/gl-teximage.html = TEXT PASS
fast/frames/flattening/iframe-flattening-offscreen.html = TEXT PASS
svg/dom/SVGScriptElement/script-set-href.svg = TEXT PASS
Comment 2 Dirk Pranke 2011-04-09 16:07:15 PDT
Committed r83383: <http://trac.webkit.org/changeset/83383>
Comment 3 Adam Roben (:aroben) 2011-04-09 16:20:42 PDT
(In reply to comment #0)
> plugins/npp-set-window-called-during-destruction.html = TEXT

ORWT has special-case code to skip this test on 64-bit SnowLeopard or newer with WebKit1. See <http://trac.webkit.org/changeset/83300>.
Comment 4 Dirk Pranke 2011-04-09 16:31:42 PDT
(In reply to comment #3)
> (In reply to comment #0)
> > plugins/npp-set-window-called-during-destruction.html = TEXT
> 
> ORWT has special-case code to skip this test on 64-bit SnowLeopard or newer with WebKit1. See <http://trac.webkit.org/changeset/83300>.

NRWT can handle this with the proper suppression in the expectations file, but I need to know if it's just 64-bit, or both. From the bug description, it sounds like it's the out-of-process part that causes it to fail, and I assume the plugins are out-of-process regardless of the architecture? Or are they only out-of-process because the binary is 64-bit?
Comment 5 Adam Roben (:aroben) 2011-04-09 16:32:27 PDT
Plugins are only out-of-process in 64-bit builds.
Comment 6 Dirk Pranke 2011-04-09 16:34:01 PDT
(In reply to comment #5)
> Plugins are only out-of-process in 64-bit builds.

Okay. Do you even test 32-bit builds on SL, or is it safe to suppress the test regardless of the architecture?
Comment 7 Adam Roben (:aroben) 2011-04-09 16:36:28 PDT
It's certainly possible to build and test a 32-bit build on SnowLeopard. We don't have any bots that do it. But developers can do it quite easily (using set-webkit-configuration --32-bit).
Comment 8 Dirk Pranke 2011-04-09 16:59:43 PDT
(In reply to comment #7)
> It's certainly possible to build and test a 32-bit build on SnowLeopard. We don't have any bots that do it. But developers can do it quite easily (using set-webkit-configuration --32-bit).

Okay, I'll just mark the failure for SL generically and add a comment. Right now we don't have any other SL failures that are 32/64-bit specific and the NRWT python code doesn't attempt to figure which architecture is which. I'll refrain from adding that until it's really necessary.