[Webkit-unassigned] [Bug 207209] Regression: (252273) [ Mac wk2 ] inspector/heap/getPreview.html is flaky failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 11:47:14 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207209

--- Comment #3 from Jason Lawrence <Lawrence.j at apple.com> ---
Here's a diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/heap/getPreview-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/heap/getPreview-actual.txt
@@ -29,23 +29,12 @@
 OBJECT PREVIEW: {
     "type": "object",
     "description": "Map",
-    "lossless": true,
-    "subtype": "map",
-    "overflow": false,
-    "properties": [],
-    "size": 1,
-    "entries": [
+    "lossless": false,
+    "properties": [
         {
-            "key": {
-                "type": "string",
-                "description": "key",
-                "lossless": true
-            },
-            "value": {
-                "type": "string",
-                "description": "value",
-                "lossless": true
-            }
+            "name": "Symbol(Symbol.toStringTag)",
+            "type": "string",
+            "value": "Map"
         }
     ]
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200204/39d5ff06/attachment.htm>


More information about the webkit-unassigned mailing list