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

Unified Diff: SConstruct

Issue 298443002: Remove unused support for SysV shared memory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 7 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/trusted/desc/BUILD.gn » ('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 9ccb2a7ad55a0fa4f9ebffc1c6200c827c958ebf..5a7d3ec193f9f71b2b03e97238b7bc292030f62f 100755
--- a/SConstruct
+++ b/SConstruct
@@ -631,11 +631,6 @@ nacl_glibc_skiplist = set([
'run_timefuncs_test',
# Needs further investigation.
'sdk_minimal_test',
- # run_srpc_sysv_shm_test fails because:
- # 1) it uses fstat(), while we only have an fstat64() wrapper;
- # 2) the test needs an explicit fflush(stdout) call because the
- # process is killed without exit() being called.
- 'run_srpc_sysv_shm_test',
# This test fails with nacl-glibc: glibc reports an internal
# sanity check failure in free().
# TODO(robertm): This needs further investigation.
« no previous file with comments | « no previous file | src/trusted/desc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698