[Webkit-unassigned] [Bug 155295] New: [iOS] DumpRenderTree crashes when accessing window.testRunner.inspectorTestStubURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 03:52:33 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155295

            Bug ID: 155295
           Summary: [iOS] DumpRenderTree crashes when accessing
                    window.testRunner.inspectorTestStubURL
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: bburg at apple.com, joepeck at webkit.org,
                    lforschler at apple.com, ryanhaddad at apple.com

DumpRenderTree crashes when accessing window.testRunner.inspectorTestStubURL on these iOS Simulator layout tests:

fast/dom/Window/property-access-on-cached-window-after-frame-removed.html
inspector/debugger/nested-inspectors.html
inspector/debugger/regress-133182.html
inspector/debugger/setBreakpoint-actions.html
inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html
inspector/dom/getAccessibilityPropertiesForNode.html
inspector/page/javascriptDialogEvents.html

There are two things that need to be fixed here:

1. Change TestRunner::inspectorTestStubURL() to always return nullptr for PLATFORM(IOS), which matches what we do in WebKitTestRunner/InjectedBundle/mac/TestRunnerMac.mm.

2. Remove all "inspector/" tests from LayoutTests/platform/ios-simulator-wk{1,2}/TestExpectations.  We already skip "inspector/" and "http/tests/inspector/" tests in LayoutTests/platform/ios-simulator/TestExpectations, so there is no need to resurrect them in the platform-specific TestExpectation files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/21702251/attachment-0001.html>


More information about the webkit-unassigned mailing list