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

Unified Diff: Makefile.standalone

Issue 1499983002: Subzero. ARM32. Implements sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 80-col Created 5 years 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 | pydir/crosstest.py » ('j') | pydir/crosstest_generator.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 27578be024e01c802bfd57cfe8e26ce148fe0a00..1f18f006e43ac0b4069bc055b61a25e34fcee463 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -404,7 +404,10 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
-e x8664,native,sse2,test_global \
-i arm32,native,neon \
-e arm32,native,neon,test_vector_ops \
- -e arm32,native,neon,test_select
+ -e arm32,native,neon,test_select \
+ -i arm32,sandbox,neon \
Jim Stichnoth 2015/12/04 22:51:54 Instead of adding near-copies of the previous 3 li
John 2015/12/05 16:20:11 Done.
+ -e arm32,sandbox,neon,test_vector_ops \
+ -e arm32,sandbox,neon,test_select
PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
endif
« no previous file with comments | « no previous file | pydir/crosstest.py » ('j') | pydir/crosstest_generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698