|
|
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.
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+104 lines, -31 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
|
2 chunks |
+12 lines, -2 lines |
2 comments
|
Download
|
 |
M |
samples/shell.cc
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/debug.h
|
View
|
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/debug.cc
|
View
|
|
3 chunks |
+17 lines, -4 lines |
2 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/flags.cc
|
View
|
|
7 chunks |
+18 lines, -13 lines |
2 comments
|
Download
|
 |
M |
src/log.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/log.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/platform-linux.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/v8.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/zone.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/zone-inl.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/cctest.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-api.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/cctest/test-strings.cc
|
View
|
|
6 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/message/testcfg.py
|
View
|
|
2 chunks |
+6 lines, -1 line |
2 comments
|
Download
|
Total messages: 3 (0 generated)
|