summaryrefslogtreecommitdiff
path: root/test/ocaml
diff options
context:
space:
mode:
authorAlasdair2019-04-27 00:20:37 +0100
committerAlasdair2019-04-27 00:40:56 +0100
commit0c99f19b012205f1be1d4ae18b722ecbdd80e3d4 (patch)
tree55f796f9bdf270064bfe87bdf275b93ffcdc1fb2 /test/ocaml
parentbf240119e43cb4e3b5f5746b5ef21f19a8fac2d2 (diff)
parent094c8e254abde44d45097aca7a36203704fe2ef4 (diff)
Merge branch 'sail2' into smt_experiments
Diffstat (limited to 'test/ocaml')
-rwxr-xr-xtest/ocaml/run_tests.sh41
1 files changed, 21 insertions, 20 deletions
diff --git a/test/ocaml/run_tests.sh b/test/ocaml/run_tests.sh
index d077cd80..f9328394 100755
--- a/test/ocaml/run_tests.sh
+++ b/test/ocaml/run_tests.sh
@@ -91,25 +91,26 @@ done
finish_suite "Ocaml trace testing"
-cd $DIR
-
-for i in `ls -d */`;
-do
- cd $DIR/$i;
- if $SAILDIR/sail -no_warn -undefined_gen -is test.isail ../prelude.sail `ls *.sail` 1> /dev/null;
- then
- if diff expect result;
- then
- green "interpreted $i" "ok"
- else
- red "bad output $i" "fail"
- fi;
- rm result
- else
- red "interpreter crashed on $i" "fail"
- fi
-done
-
-finish_suite "Interpreter testing"
+# FIXME: Renable these!
+#cd $DIR
+#
+#for i in `ls -d */`;
+#do
+# cd $DIR/$i;
+# if $SAILDIR/sail -no_warn -undefined_gen -is test.isail ../prelude.sail `ls *.sail` 1> /dev/null;
+# then
+# if diff expect result;
+# then
+# green "interpreted $i" "ok"
+# else
+# red "bad output $i" "fail"
+# fi;
+# rm result
+# else
+# red "interpreter crashed on $i" "fail"
+# fi
+#done
+#
+#finish_suite "Interpreter testing"
printf "</testsuites>\n" >> $DIR/tests.xml