Revert "skip two tests that don't work correctly when two parsers are run at once"

This reverts commit 386e0822e0328238154696b9f5534512e1ac5302.
master
Gabriel Scherer 2018-08-26 00:49:26 +02:00
parent a2d369bbd8
commit 23f7c8191e
2 changed files with 8 additions and 17 deletions

View File

@ -1,13 +1,11 @@
(* TEST
files = "myppx.ml"
include ocamlcommon
* skip
** setup-ocamlc.byte-build-env
*** ocamlc.byte
* setup-ocamlc.byte-build-env
** ocamlc.byte
program = "${test_build_directory}/myppx.exe"
all_modules = "myppx.ml"
**** ocamlc.byte
*** ocamlc.byte
module = "test.ml"
flags = "-thread \
-I ${test_build_directory} \
@ -18,7 +16,7 @@ flags = "-thread \
-unboxed-types \
-safe-string \
-ppx ${program}"
***** ocamlc.byte
**** ocamlc.byte
module = "test.ml"
flags = "-vmthread \
-g \
@ -26,10 +24,7 @@ flags = "-vmthread \
-no-unboxed-types \
-unsafe-string \
-ppx ${program}"
****** check-ocamlc.byte-output
***** check-ocamlc.byte-output
*)
(* empty *)
(* we skip this test in the menhir-wip branch: incompatible with
yacc+menhir double parser runs *)

View File

@ -2,17 +2,13 @@
flags = "-w A"
* skip
** setup-ocamlc.byte-build-env
*** ocamlc.byte
* setup-ocamlc.byte-build-env
** ocamlc.byte
compile_only = "true"
**** check-ocamlc.byte-output
*** check-ocamlc.byte-output
*)
(* we skip this test in the menhir-wip branch: incompatible with
yacc+menhir double parser runs *)
(* C *)
let foo = ( *);;