| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index ab947f4f1d62e0d950518a3020dce359dd8a57d1..aa89ef4e48cf226165f3707d145cb68f34d91f58 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -446,10 +446,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
|
| -i x8664,native,sse2 \
|
| -i x8664,native,sse4.1,test_vector_ops \
|
| -i x8664,sandbox,sse4.1,Om1 \
|
| - -i arm32,neon \
|
| - -e arm32,neon,test_vector_ops \
|
| - -e arm32,nonsfi \
|
| - -e arm32,neon,test_vector_ops
|
| + -i arm32,neon
|
| PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
|
| $(LLVM_SRC_PATH)/utils/lit/lit.py -sv $(CHECK_XTEST_TESTS)
|
| endif
|
|
|