Title: [142216] trunk/LayoutTests
Revision
142216
Author
[email protected]
Date
2013-02-07 17:42:58 -0800 (Thu, 07 Feb 2013)

Log Message

Unreviewed, rolling out r142113.
http://trac.webkit.org/changeset/142113
https://bugs.webkit.org/show_bug.cgi?id=109244

tests started failing after r142081 was rolled out in r142166
(Requested by falken on #webkit).

Patch by Sheriff Bot <[email protected]> on 2013-02-07

* inspector/profiler/memory-instrumentation-cached-images-expected.txt:
* inspector/profiler/memory-instrumentation-cached-images.html:
* inspector/profiler/memory-instrumentation-canvas-expected.txt:
* inspector/profiler/memory-instrumentation-canvas.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (142215 => 142216)


--- trunk/LayoutTests/ChangeLog	2013-02-08 01:40:30 UTC (rev 142215)
+++ trunk/LayoutTests/ChangeLog	2013-02-08 01:42:58 UTC (rev 142216)
@@ -1,3 +1,17 @@
+2013-02-07  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r142113.
+        http://trac.webkit.org/changeset/142113
+        https://bugs.webkit.org/show_bug.cgi?id=109244
+
+        tests started failing after r142081 was rolled out in r142166
+        (Requested by falken on #webkit).
+
+        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
+        * inspector/profiler/memory-instrumentation-cached-images.html:
+        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
+        * inspector/profiler/memory-instrumentation-canvas.html:
+
 2013-02-07  Elliott Sprehn  <[email protected]>
 
         getComputedStyle() doesn't report intermediate values during a transition of a pseudo element

Modified: trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images-expected.txt (142215 => 142216)


--- trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images-expected.txt	2013-02-08 01:40:30 UTC (rev 142215)
+++ trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images-expected.txt	2013-02-08 01:42:58 UTC (rev 142216)
@@ -1,5 +1,5 @@
 This test checks that CachedImages size reported by the memory agent includes images decoded size. Bug 93366
 
 
-PASS: block size for path = [ProcessPrivateMemory, Image] is OK.
+PASS: block size for path = [ProcessPrivateMemory, Page, Image] is OK.
 

Modified: trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html (142215 => 142216)


--- trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html	2013-02-08 01:40:30 UTC (rev 142215)
+++ trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html	2013-02-08 01:42:58 UTC (rev 142216)
@@ -14,7 +14,7 @@
 function test()
 {
     var jpegDecodedSizeExpected = 20000000;
-    InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Image"], jpegDecodedSizeExpected);
+    InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Page", "Image"], jpegDecodedSizeExpected);
 }
 
 </script>

Modified: trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas-expected.txt (142215 => 142216)


--- trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas-expected.txt	2013-02-08 01:40:30 UTC (rev 142215)
+++ trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas-expected.txt	2013-02-08 01:42:58 UTC (rev 142216)
@@ -1,4 +1,4 @@
 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, Image] is OK.
+ PASS: block size for path = [ProcessPrivateMemory, Page, Image] is OK.
 

Modified: trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas.html (142215 => 142216)


--- trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas.html	2013-02-08 01:40:30 UTC (rev 142215)
+++ trunk/LayoutTests/inspector/profiler/memory-instrumentation-canvas.html	2013-02-08 01:42:58 UTC (rev 142216)
@@ -17,7 +17,7 @@
 function test()
 {
     var canvasImageBufferExpected = 4000000;
-    InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Image"], canvasImageBufferExpected);
+    InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Page", "Image"], canvasImageBufferExpected);
 }
 
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to