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

Unified Diff: SConstruct

Issue 7831062: Remove obsolete and disabled tests for glibc IMC startup hack (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 3 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 | src/tools/posix_over_imc/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index ffec73c1eebc3df1d94382ba97e97b08654df81a..6b35e80f239e60811fa4cdb33d200975b7ed2eec 100755
--- a/SConstruct
+++ b/SConstruct
@@ -547,10 +547,6 @@ nacl_glibc_skiplist = set([
'run_syscall_test',
# GetPid is no longer supplied by IRT so does not work in GLibC.
'run_getpid_test',
- # POSIX-over-IMC-hack is completely broken with IRT. We plan to remove it
- # soon anyway.
- 'run_posix_over_imc_test',
- 'run_startup_message_test',
])
@@ -2831,7 +2827,6 @@ nacl_env.Append(
'src/shared/ppapi/nacl.scons',
'src/shared/ppapi_proxy/nacl.scons',
'src/shared/srpc/nacl.scons',
- 'src/tools/posix_over_imc/nacl.scons',
'src/trusted/service_runtime/nacl.scons',
'src/trusted/validator_x86/nacl.scons',
'src/trusted/weak_ref/nacl.scons',
@@ -2899,7 +2894,6 @@ irt_variant_tests = [
'tests/srpc_hw/nacl.scons',
'tests/srpc_message/nacl.scons',
'tests/stack_alignment/nacl.scons',
- 'tests/startup_message/nacl.scons',
'tests/stubout_mode/nacl.scons',
'tests/sysbasic/nacl.scons',
'tests/syscall_return_sandboxing/nacl.scons',
« no previous file with comments | « no previous file | src/tools/posix_over_imc/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698