|
1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names
in a lookup table.
Previously we were using different mechanisms on each platform to look up
child process names at runtime. This broke on OS X where we strip the symbol
table on release executables.
2) Enable process_util_unittest on OS X.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4165
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+134 lines, -59 lines) |
Patch |
 |
M |
base/base.xcodeproj/project.pbxproj
|
View
|
|
7 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
D |
base/base_unittest_exported_symbols.version
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
base/base_unittests.scons
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
base/multiprocess_test.h
|
View
|
|
3 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
base/port.h
|
View
|
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
base/process_util_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/stats_table_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/test_suite.h
|
View
|
1
2
|
2 chunks |
+2 lines, -24 lines |
0 comments
|
Download
|
 |
M |
testing/SConscript.gtest
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
testing/gtest.vcproj
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/gtest.xcodeproj/project.pbxproj
|
View
|
|
4 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
testing/multiprocess_func_list.h
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
testing/multiprocess_func_list.cc
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|