Issue 4126: Parsing errors in GraphingLogProcessor can halt testing runs
http://code.google.com/p/chromium/issues/detail?id=4126
New issue report by [EMAIL PROTECTED]:
In the event of a corrupted graphs.dat file or bad data from the test step,
the GraphingLogProcessor can raise an exception, halting the test run.
Specific problems:
- An empty graphs.dat file, which I put into the directory manually to make
the empty plot look nicer, raised a simplejson error
- Hypothetically, a space in the middle of a data value would cause a
ValueError from float() (e.g. 'RESULT foo: bar= {1.2, 0.34 5} gizmos')
Issue attributes:
Status: Started
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-DevTools Tests
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---