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
Skipped by r130632, please unskip it with the proper fix.
It passes on Qt5-WK1, but still fails on Qt5-WK2, so I moved the skip list entry to the WK2 platform - r135386.
I meant r135389.
It still fails on 32 bit Qt5-WK1 platform. (but passes on 64 bit)
I skipped it again - r135526.
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?