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