Skip <4.06.0 for output-obj

This commit is contained in:
Rudi Grinberg 2018-04-20 23:48:47 +07:00 committed by Jérémie Dimino
parent be3840005e
commit f8c348983e
2 changed files with 9 additions and 2 deletions

View File

@ -95,7 +95,7 @@ let exclusions =
; make "multiple-private-libs" ~skip_ocaml:"4.02.3"
; make "ppx-rewriter" ~skip_ocaml:"4.02.3" ~external_deps:true
; make "odoc-unique-mlds" ~skip_ocaml:"4.02.3" ~external_deps:true
; make "output-obj" ~skip_platforms:[Mac; Win]
; make "output-obj" ~skip_platforms:[Mac; Win] ~skip_ocaml:"<4.06.0"
; make "github644" ~external_deps:true
; make "private-public-overlap" ~external_deps:true
; make "reason" ~enabled:false

View File

@ -329,7 +329,14 @@
(chdir
test-cases/output-obj
(progn
(run ${exe:cram.exe} -skip-platforms macosx,win -test run.t)
(run
${exe:cram.exe}
-skip-versions
<4.06.0
-skip-platforms
macosx,win
-test
run.t)
(diff? run.t run.t.corrected))))))
(alias