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

Unified Diff: src/shared/imc/imc.gyp

Issue 10069047: Delete run_sigpipe_test. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/imc/imc.gyp
===================================================================
--- src/shared/imc/imc.gyp (revision 8249)
+++ src/shared/imc/imc.gyp (working copy)
@@ -111,35 +111,6 @@
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
],
},
- # NOTE: we cannot run this on ARM since we are using a cross compiler
- {
- 'target_name': 'run_sigpipe_test',
- 'message': 'running test run_imc_tests',
- 'type': 'none',
- 'dependencies': [
- 'sigpipe_test',
- ],
- 'actions': [
- {
- 'action_name': 'run_sigpipe_test',
- 'msvs_cygwin_shell': 0,
- 'inputs': [
- '<(COMMAND_TESTER)',
- '<(PRODUCT_DIR)/sigpipe_test',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/test-output/sigpipe_test.out',
- ],
- 'action': [
- '<@(python_exe)',
- '<(COMMAND_TESTER)',
- '<(PRODUCT_DIR)/sigpipe_test',
- '>',
- '<@(_outputs)',
- ],
- },
- ]
- },
],
}],
['OS=="win"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698