Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Side by Side Diff: mojo/tools/data/nacl_apptests

Issue 2051163002: Nuke NaCl SFI, part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/nacl/sfi/nacl_bindings_generator/mojo_syscall.cc.tmpl ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file contains a list of NaCl Mojo gtest unit tests.
2 # This must be a valid python dictionary.
3 # TODO(vtl|msw): Add a way of specifying data dependencies.
4 tests = [
5 # TODO(ncbray): support other architectures.
6 {
7 "test": "mojo:clipboard_apptests_x64.nexe",
8 },
9 {
10 "test": "mojo:example_apptests_x64.nexe",
11 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
12 "test-args": ["--example_apptest_arg"],
13 },
14 {
15 "test": "mojo:files_apptests_x64.nexe",
16 },
17 {
18 "test": "mojo:shell_apptests_x64.nexe",
19 },
20 # TODO(ncbray): http_server_apptests (uses two-stage data pipe reads)
21 ]
OLDNEW
« no previous file with comments | « mojo/nacl/sfi/nacl_bindings_generator/mojo_syscall.cc.tmpl ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698