Temporarily disable vldX and vldX_dup tests due to ARM crash.
am: 8457fac054

Change-Id: I52dc305a6f1bb2401f7f1aeebb0c604297cfba24
diff --git a/Android.mk b/Android.mk
index f6f12af..a330390 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,13 +23,13 @@
            vld1 vadd vld1_lane vld1_dup vdup vget_high vget_low          \
            vqdmlal_lane vqdmlsl_lane vext vshrn_n vset_lane vget_lane    \
            vqsub vqdmulh_lane vqdmull vqdmlal vqdmlsl vceq vcge vcle     \
-           vcgt vclt vbsl vshl vldX vdup_lane vrshrn_n vqdmull_lane      \
+           vcgt vclt vbsl vshl vdup_lane vrshrn_n vqdmull_lane           \
            vst1_lane vqshl vqshl_n vqrshrn_n vsub vqadd vabs vqabs       \
            vcombine vmax vmin vneg vqneg vmlal vmlal_lane vmlsl          \
            vmlsl_lane vmovl vmovn vmull vmull_lane vrev vrshl vshl_n     \
            vshr_n vsra_n vtrn vuzp vzip vreinterpret vqdmulh vqrdmulh    \
            vqrdmulh_lane vqrshl vaba vabal vabd vabdl vand vorr vorn     \
-           veor vbic vcreate vldX_lane vldX_dup vmla vmls vmul           \
+           veor vbic vcreate vldX_lane vmla vmls vmul                    \
            vmul_lane vmul_n vmull_n vqdmulh_n vqdmull_n vqrdmulh_n       \
            vmla_lane vmls_lane vmla_n vmls_n vmlal_n vmlsl_n vqdmlal_n   \
            vqdmlsl_n vsri_n vsli_n vtst vaddhn vraddhn vaddl vaddw       \
diff --git a/compute_ref.c b/compute_ref.c
index 5839d36..c267529 100644
--- a/compute_ref.c
+++ b/compute_ref.c
@@ -257,7 +257,7 @@
   exec_vqshl ();
   exec_vqshl_n ();
   exec_vrshl ();
-  exec_vldX ();
+  // exec_vldX ();
   exec_vdup_lane ();
   exec_vqdmull_lane ();
   exec_vqdmull_n ();
@@ -302,7 +302,7 @@
   exec_vbic ();
   exec_vcreate ();
   exec_vldX_lane ();
-  exec_vldX_dup ();
+  // exec_vldX_dup ();
   exec_vmla ();
   exec_vmls ();
   exec_vmul ();