Bug 86295
Summary: | [Qt] REGRESSION(r116828): inspector tests started to assert | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | barraclough, ggaren, loki, ossy, zherczeg |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79668, 86241 |
Csaba Osztrogonác
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Debug/r116832%20%2822819%29/results.html
crash log for DumpRenderTree (pid 21220):
STDOUT: <empty>
STDERR: ASSERTION FAILED: !propertyName.isNull()
STDERR: ../../../Source/JavaScriptCore/runtime/PropertyName.h(83) : JSC::PropertyName::PropertyName(const JSC::Identifier&)
STDERR: 1 0x7fc56ffe959d /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/WebKitBuild/Debug/lib/libQtWebKit.so.4(JSC::PropertyName::PropertyName(JSC::Identifier const&)+0x57) [0x7fc56ffe959d]
STDERR: 2 0x7fc5710d371d /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/WebKitBuild/Debug/lib/libQtWebKit.so.4(WebCore::JSJavaScriptCallFrame::scopeType(JSC::ExecState*)+0x16f) [0x7fc5710d371d]
STDERR: 3 0x7fc5713d47cc /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/WebKitBuild/Debug/lib/libQtWebKit.so.4(WebCore::jsJavaScriptCallFramePrototypeFunctionScopeType(JSC::ExecState*)+0x12b) [0x7fc5713d47cc]
STDERR: 4 0x7fc5246d4265 [0x7fc5246d4265]
Now the Qt Debug bots exit early because of these new assertions.
Could you check what happened, please?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped inspector/debugger tests - https://trac.webkit.org/changeset/116923/trunk/LayoutTests/platform/qt/Skipped
Please unskip it with the proper fix.
Gavin Barraclough
Apologies for the breakage, I think this should be fixed by r116926.
Csaba Osztrogonác
Thanks for the fix. I unskipped the tests - https://trac.webkit.org/changeset/116929