Bug 99001
Summary: | New inspector/profiler/memory-instrumentation-canvas.html fails on JSC platforms | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | jberlin, loislo, ossy, rakuco, yurys, zan |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 420+ | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 87008, 98917 |
Csaba Osztrogonác
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped it on Qt by r131020. Please unskip it with the proper fix.
Ilya Tikhonovsky
Committed r131025: <http://trac.webkit.org/changeset/131025>
Csaba Osztrogonác
Reopen, because the bug isn't fixed, only skipping the test landed.
Jessie Berlin
This test was removed in http://trac.webkit.org/changeset/148921