Fix bug that meant that dependent tests were never reported as
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 Oct 2009 19:09:09 +0000 (19:09 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 Oct 2009 19:09:09 +0000 (19:09 +0000)
commitd50fbb634ee0fe2b4a0e6c8e7fc3729752a2426d
tree9c12d793a35bc6316ead35a48a58982b23e0f2c9
parent38e2b5c97be5977435bf499b6f63b23aa660e16a
Fix bug that meant that dependent tests were never reported as
failing (though they could still crash).
(Cache the result of the test in the output object, not in the
test object which is reused from the prerequisite to the dependent.)
Review URL: http://codereview.chromium.org/321001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3115 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/cctest.status
test/cctest/test-serialize.cc
tools/test.py