inspector/profiler/memory-instrumentation-canvas.html introduced in https://trac.webkit.org/changeset/131017, but fails on JSC platforms: Mac, EFL, Qt --- /ramdisk/qt-linux-release/build/layout-test-results/inspector/profiler/memory-instrumentation-canvas-expected.txt +++ /ramdisk/qt-linux-release/build/layout-test-results/inspector/profiler/memory-instrumentation-canvas-actual.txt @@ -1,4 +1,5 @@ This test checks that page's image size reported by the memory agent includes size of canvas internal image buffer. - PASS: block size for path = [ProcessPrivateMemory, Page, Page.Image] is OK. + FAIL: block size for path = [ProcessPrivateMemory, Page, Page.Image] is too small. +expected minimal block size is 4000000 actual is 81101
I skipped it on Qt by r131020. Please unskip it with the proper fix.
Committed r131025: <http://trac.webkit.org/changeset/131025>
Reopen, because the bug isn't fixed, only skipping the test landed.
This test was removed in http://trac.webkit.org/changeset/148921