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

Unified Diff: SConstruct

Issue 6899031: Remove the obsolete prebuilt infrastructure files and disable multiarch. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 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 | tests/prebuilt/arm/gold-barebones_hello_world.nexe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
===================================================================
--- SConstruct (revision 4988)
+++ SConstruct (working copy)
@@ -2286,7 +2286,11 @@
'tests/math/nacl.scons',
'tests/memcheck_test/nacl.scons',
'tests/mmap/nacl.scons',
- 'tests/multiarch/nacl.scons',
+ # multiarch is disabled for now, as it doesn't test what it purports to.
+ # It was already disabled on Windows, irt, and ARM, and referred to the
+ # now obsolete prebuilt infrastructure.
+ # TODO(sehr): reenable multiarch or move to something similar.
+ #'tests/multiarch/nacl.scons',
'tests/multiple_sandboxes/nacl.scons',
'tests/nacl.scons',
'tests/nacl_log/nacl.scons',
« no previous file with comments | « no previous file | tests/prebuilt/arm/gold-barebones_hello_world.nexe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698