Bug 137933 - import-w3c-tests should not die if it can't convert a test
Summary: import-w3c-tests should not die if it can't convert a test
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 15:04 PDT by Rebecca Hauck
Modified: 2014-10-22 13:31 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Hauck 2014-10-21 15:04:23 PDT
When the TestConverter encounters an error of any sort (I hit this on a bad regex compile) the script fails in the middle of an import. Instead, it should fail gracefully, report that it barfed on that particular test and keep going.