Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index eb9a3aa61b7272c9ad01f4a40886afa4d9cfac47..52bac6625e716608235dcf4d638078e41e42e621 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -401,8 +401,6 @@ else |
check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime |
# Do all native/sse2 tests, but only test_vector_ops for native/sse4.1. |
# For (slow) sandboxed tests, limit to Om1/sse4.1. |
- # TODO(jpp): implement x8664 sandbox, then enable xtests. |
- # TODO(jpp): reenable the x86-64 tests. |
./pydir/crosstest_generator.py -v --lit \ |
--toolchain-root $(TOOLCHAIN_ROOT) \ |
-i x8632,native,sse2 \ |
@@ -411,7 +409,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime |
-i x8632,nonsfi,sse2,O2 \ |
-i x8664,native,sse2 \ |
-i x8664,native,sse4.1,test_vector_ops \ |
- -e x8664,sandbox,sse4.1,Om1 \ |
+ -i x8664,sandbox,sse4.1,Om1 \ |
-i arm32,neon \ |
-e arm32,nonsfi \ |
-e arm32,neon,test_vector_ops \ |