Bug 98640
Summary: | [Qt] plugins/refcount-leaks.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | allan.jensen, ossy |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 420+ | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Csaba Osztrogonác
Plugin tests were unskipped by https://trac.webkit.org/changeset/130623, but this one still fail.
WK1 fail:
----------
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/plugins/refcount-leaks-expected.txt
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/plugins/refcount-leaks-actual.txt
@@ -8,5 +8,5 @@
--- refcount on plug.testObject:
originally: 2
after GC: 2
-after passing: 2
-SUCCESS
+after passing: 3
+FAILURE
WK2 fail:
----------
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/plugins/refcount-leaks-expected.txt
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/plugins/refcount-leaks-actual.txt
@@ -3,10 +3,10 @@
--- num test objects:
countAfterCreate == countOrig + 3? PASS
-countOrig == countAfterGC? PASS
+countOrig == countAfterGC? FAIL
--- refcount on plug.testObject:
originally: 2
-after GC: 2
-after passing: 2
-SUCCESS
+after GC: 5
+after passing: 8
+FAILURE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
Skipped by r130632, please unskip it with the proper fix.
Csaba Osztrogonác
It passes on Qt5-WK1, but still fails on Qt5-WK2, so I moved
the skip list entry to the WK2 platform - r135386.
Csaba Osztrogonác
I meant r135389.
Csaba Osztrogonác
It still fails on 32 bit Qt5-WK1 platform. (but passes on 64 bit)
Csaba Osztrogonác
I skipped it again - r135526.
Allan Sandfeld Jensen
It fails here on WK1-64bit as well. Inserting timeouts into the tests seems to help, so apparently there is a race condition of sorts.
On WK2 though I get " line 24: TypeError: 'undefined' is not a function (evaluating 'plug.testCreateTestObject()" though. So it is even support in WebKitTestRunner?