Fix serialization of expected outcomes in test driver.
authormachenbach@chromium.org <machenbach@chromium.org>
Mon, 10 Nov 2014 14:17:50 +0000 (14:17 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Mon, 10 Nov 2014 14:18:20 +0000 (14:18 +0000)
commit3aaaf5c5224a76c2a36c97dea0c930af610b81db
tree5ecf6d41fa925772618c583feb845611d399fdde
parent4446e8fe50a621825ec93e89f7f280324ff9f5d1
Fix serialization of expected outcomes in test driver.

The outcomes are saved as a set and need to be converted into
a list to be json-serializable.

TBR=tandrii@chromium.org

Review URL: https://codereview.chromium.org/710073002

Cr-Commit-Position: refs/heads/master@{#25246}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25246 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/testrunner/local/progress.py