Reviewers: Søren Gjesse, Description: Fixed a bunch of memory leaks in tests, including: - String traversal test data (now in a zone) - Debug message thread (now joined on exit) - Threading test threads (now joined on exit) - Changed message tests framework to cope with valgrind Also, fixed a bug where we'd try to delete stack-allocated objects when tearing down v8. Good times.
Please review this at http://codereview.chromium.org/53089 Affected files: M include/v8.h M samples/shell.cc M src/api.cc M src/debug.h M src/debug.cc M src/flag-definitions.h M src/flags.cc M src/log.h M src/log.cc M src/platform-linux.cc M src/v8.cc M src/zone-inl.h M src/zone.h M test/cctest/cctest.cc M test/cctest/test-api.cc M test/cctest/test-strings.cc M test/message/testcfg.py --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
