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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/nacl_apptests
diff --git a/mojo/tools/data/nacl_apptests b/mojo/tools/data/nacl_apptests
deleted file mode 100644
index 8e630cbc09e6bfb4355ee431c368d9b382b09d2b..0000000000000000000000000000000000000000
--- a/mojo/tools/data/nacl_apptests
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file contains a list of NaCl Mojo gtest unit tests.
-# This must be a valid python dictionary.
-# TODO(vtl|msw): Add a way of specifying data dependencies.
-tests = [
- # TODO(ncbray): support other architectures.
- {
- "test": "mojo:clipboard_apptests_x64.nexe",
- },
- {
- "test": "mojo:example_apptests_x64.nexe",
- # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
- "test-args": ["--example_apptest_arg"],
- },
- {
- "test": "mojo:files_apptests_x64.nexe",
- },
- {
- "test": "mojo:shell_apptests_x64.nexe",
- },
- # TODO(ncbray): http_server_apptests (uses two-stage data pipe reads)
-]
« 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