RESOLVED FIXED 59133
results.json has_stderr missing should default to false
https://bugs.webkit.org/show_bug.cgi?id=59133
Summary results.json has_stderr missing should default to false
Eric Seidel (no email)
Reported 2011-04-21 13:38:33 PDT
results.json has_stderr missing should default to false Looks like there is a lot of bloat in the JSON files from this: "svg\/dynamic-updates\/SVGFEDropShadowElement-svgdom-dx-prop.html": { "expected": "PASS", "time_ms": 95, "actual": "IMAGE", "has_stderr": false }, No need to write has_stderr for every test, or?
Attachments
Ojan Vafai
Comment 1 2011-04-21 13:40:23 PDT
Yeah, I was just waiting for the code to actually spit out the stderr files to fix this properly. I could comment out the has_stderr line for now if it's causing problems.
Note You need to log in before you can comment on or make changes to this bug.