Bug 55672 - All inspector tests time out or crash on Windows 7 Release (WebKit2 Tests)
Summary: All inspector tests time out or crash on Windows 7 Release (WebKit2 Tests)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Adam Roben (:aroben)
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-03-03 07:19 PST by Adam Roben (:aroben)
Modified: 2011-03-03 08:25 PST (History)
3 users (show)

See Also:


Attachments
Make Inspector tests work in WebKit2 on Windows (10.11 KB, patch)
2011-03-03 08:10 PST, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-03-03 07:19:49 PST
All inspector tests time out on Windows 7 Release (WebKit2 Tests). See the URL for an example.
Comment 1 Adam Roben (:aroben) 2011-03-03 07:38:15 PST
Looks like CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit")) is returning null. This probably explains the http/tests/inspector crashes, too.
Comment 2 Adam Roben (:aroben) 2011-03-03 07:42:56 PST
...and we're not enabling the Inspector at all on the inspector/ tests because we're not allowing a backslash in the path.
Comment 3 Adam Roben (:aroben) 2011-03-03 08:01:34 PST
<rdar://problem/9080867>
Comment 4 Adam Roben (:aroben) 2011-03-03 08:10:21 PST
Created attachment 84565 [details]
Make Inspector tests work in WebKit2 on Windows
Comment 5 Adam Roben (:aroben) 2011-03-03 08:22:05 PST
Committed r80240: <http://trac.webkit.org/changeset/80240>