Bug 102929
Summary: | IDBRequestTest.EventsAfterStopping started after a WebKit change in range 135382:135385 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
Component: | Tools / Tests | Assignee: | Dan Carney <dcarney> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, jsbell |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yury Semikhatsky
The test doesn't complete on all Chromium canaries and I'm going to disable it during the next WebKit roll. Links to the failing bots:
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7/builds/2039
(passed on previous run: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7/builds/2038)
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.6/builds/2161
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.6/builds/2162
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%2032/builds/1531
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%2032/builds/1532
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7/builds/1050
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7/builds/1051
It passed on deps bots: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28deps%29/builds/1793 so it is a regression on WebKit side.
WebKit range: http://trac.webkit.org/log/?rev=135385&stop_rev=135382&verbose=on
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
Test has been disabled: http://trac.webkit.org/changeset/135391
Yury Semikhatsky
IDBRequestTest.AbortErrorAfterAbort is crashing as well, here is the stack trace:
[ RUN ] IDBRequestTest.AbortErrorAfterAbort
1 0x7fa267467a25
2 0x7fa2672d680f
3 0x7fa2672e99ee
4 0x7fa2672e946c
5 0x7fa266440a62
6 0x7fa26693829d
7 0x7fa2669354d2
8 0x7fa26692a3fe
9 0x7fa26692ac22
10 0x7fa26692b318
11 0x7fa2669302a3
12 0x7fa266939121
13 0x7fa266935dd1
14 0x7fa26692ed8c
15 0x7fa2669069f1
16 0x7fa26655375f WebKit::RunAllUnitTests()
17 0x444f8e
18 0x7fa25e21ec4d __libc_start_main
19 0x444ea9
Received signal 11
base::debug::StackTrace::StackTrace() [0x7fa264b37a96]
base::debug::(anonymous namespace)::StackDumpSignalHandler() [0x7fa264b3774b]
<unknown> [0x7fa25e233af0]
WebCore::WorldContextHandle::WorldContextHandle() [0x7fa267467a2f]
WebCore::DOMRequestState::DOMRequestState() [0x7fa2672d680f]
WebCore::IDBRequest::IDBRequest() [0x7fa2672e99ee]
WebCore::IDBRequest::create() [0x7fa2672e946c]
(anonymous namespace)::IDBRequestTest_AbortErrorAfterAbort_Test::TestBody() [0x7fa266440a62]
testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x7fa26693829d]
testing::internal::HandleExceptionsInMethodIfSupported<>() [0x7fa2669354d2]
testing::Test::Run() [0x7fa26692a3fe]
testing::TestInfo::Run() [0x7fa26692ac22]
testing::TestCase::Run() [0x7fa26692b318]
testing::internal::UnitTestImpl::RunAllTests() [0x7fa2669302a3]
testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x7fa266939121]
testing::internal::HandleExceptionsInMethodIfSupported<>() [0x7fa266935dd1]
testing::UnitTest::Run() [0x7fa26692ed8c]
base::TestSuite::Run() [0x7fa2669069f1]
WebKit::RunAllUnitTests() [0x7fa26655375f]
main [0x444f8e]
<unknown> [0x7fa25e21ec4d]
<unknown> [0x444ea9]
So it must be http://trac.webkit.org/changeset/135383
Yury Semikhatsky
Offending patch was rolled out: http://trac.webkit.org/changeset/135396
Yury Semikhatsky
The test was enabled in http://trac.webkit.org/changeset/135397