|
Fixed tests not having MallocHooks initialized for tests in release mode.
Revert "Revert "Fixed issue in MallocHooks where a MallocHookScope was accidentally removed during a merge, causing a deadlock in the hooks. Also turned off stack trace collection in a test that was timing out as a result of the stack trace collection.""
This reverts commit 1a5b555aa9fa359f74f6613bdf52b0f6117e31b6.
BUG=
R=zra@google.com
Committed: https://github.com/dart-lang/sdk/commit/68a102cab2ee8d25aaa1afa1a8a132e34beb46bd
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+728 lines, -235 lines) |
Patch |
|
M |
runtime/vm/benchmark_test.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart.cc
|
View
|
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/hash_map.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/malloc_hooks.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/malloc_hooks.cc
|
View
|
|
12 chunks |
+211 lines, -88 lines |
0 comments
|
Download
|
|
M |
runtime/vm/malloc_hooks_test.cc
|
View
|
|
3 chunks |
+123 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/malloc_hooks_unsupported.cc
|
View
|
|
3 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object_test.cc
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_android.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_fuchsia.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_linux.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_macos.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_thread.h
|
View
|
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/os_win.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/profiler.h
|
View
|
|
12 chunks |
+29 lines, -15 lines |
0 comments
|
Download
|
|
M |
runtime/vm/profiler.cc
|
View
|
|
23 chunks |
+128 lines, -51 lines |
0 comments
|
Download
|
|
M |
runtime/vm/profiler_service.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/profiler_service.cc
|
View
|
|
6 chunks |
+44 lines, -10 lines |
0 comments
|
Download
|
|
M |
runtime/vm/profiler_test.cc
|
View
|
|
52 chunks |
+57 lines, -56 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service.cc
|
View
|
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/snapshot_test.cc
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/source_report.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/language/disassemble_test.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (2 generated)
|