Bug 59133
Summary: | results.json has_stderr missing should default to false | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dpranke, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
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.