Revision: 25235
Author:   [email protected]
Date:     Mon Nov 10 10:26:20 2014 UTC
Log:      Add expected outcomes to json test output.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/713463002
https://code.google.com/p/v8/source/detail?r=25235

Modified:
 /branches/bleeding_edge/tools/testrunner/local/progress.py

=======================================
--- /branches/bleeding_edge/tools/testrunner/local/progress.py Wed Jul 9 11:37:36 2014 UTC +++ /branches/bleeding_edge/tools/testrunner/local/progress.py Mon Nov 10 10:26:20 2014 UTC
@@ -333,6 +333,7 @@
       "stderr": test.output.stderr,
       "exit_code": test.output.exit_code,
       "result": test.suite.GetOutcome(test),
+      "expected": test.outcomes or ["PASS"],
     })


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to