[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
Wed Feb 5 16:26:29 PST 2020


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org> ---
Hmm, I don't like the idea of papering over this potential issue. It sounds like a (In reply to Jason Lawrence from comment #3)
> 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"
>          }
>      ]
>  }

Does this always fail this way? Can we just rebaseline?

-- 
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/20200206/c87f604c/attachment.htm>


More information about the webkit-unassigned mailing list