| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index a9a9795dcc228e0338ffedd9ac1c6207340c6999..8b8f6e0d150c0e3e198b64acc9febc19a77343f6 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -406,8 +406,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 \
|
| @@ -416,7 +414,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 \
|
|
|