|
Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests.
This CL implements a test launcher customized for nacl_helper_nonsfi_unittests.
- Existing nacl_helper_nonsfi_unittests is renamed to nacl_helper_nonsfi_unittests_main.
- The new test launcher is built with a toolchain for the target architecture rather than PNaCl toolchain.
- XmlUnitTestResultPrinter is now extracted into a separate file.
TEST=Ran bots (with and without editing testing/buildbots scripts). Run locally.
BUG= 358465
Committed: https://crrev.com/8fc7c823b9dd2b7890c96438f347383aa713c1d6
Cr-Commit-Position: refs/heads/master@{#333430}
Total comments: 8
Total comments: 8
Total comments: 4
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+305 lines, -201 lines) |
Patch |
 |
M |
base/base.gyp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/base_nacl.gyp
|
View
|
1
2
3
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_util.cc
|
View
|
1
2
3
|
6 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_util_posix.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
base/test/gtest_xml_unittest_result_printer.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -14 lines |
0 comments
|
Download
|
 |
A |
base/test/gtest_xml_unittest_result_printer.cc
|
View
|
1
2
3
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/gtest_xml_util.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
base/test/gtest_xml_util.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -62 lines |
0 comments
|
Download
|
 |
A |
base/test/launcher/test_launcher_nacl_nonsfi.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
base/test/launcher/test_launcher_nacl_nonsfi.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+49 lines, -76 lines |
0 comments
|
Download
|
 |
A |
base/test/launcher/unit_test_launcher_nacl_nonsfi.cc
|
View
|
1
2
3
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/test_suite.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
build/all.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/nacl.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
components/nacl/loader/nonsfi/run_all_unittests.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/nacl_helper_nonsfi_unittests.isolate
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl_nonsfi.gyp
|
View
|
1
2
3
|
8 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
Total messages: 25 (4 generated)
|