Skip to content

Commit

Permalink
Merge pull request #1298 from emillon/windows-disable-tests
Browse files Browse the repository at this point in the history
Disable failing tests on Windows
  • Loading branch information
voodoos authored May 11, 2021
2 parents 08e2447 + 8674d1d commit ae21420
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-dirs/config/check/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to check-config)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/config/dot-merlin-reader/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to erroneous-config quoting)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/config/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to symlinks path-expansion workdir)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/config/flags/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to invalid)
(enabled_if
(<> %{os_type} Win32)))
5 changes: 5 additions & 0 deletions tests/test-dirs/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(cram
(applies_to no-escape type-expr environment_on_open locate-type
polarity-search typer-cache)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/locate/ambiguity/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to rebinding)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/locate/context-detection/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to cd-field cd-from_a_pattern cd-label cd-mod_constr cd-test)
(enabled_if
(<> %{os_type} Win32)))
5 changes: 5 additions & 0 deletions tests/test-dirs/locate/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(cram
(applies_to looping-substitution mutually-recursive partial-cmt includes
issue802 issue845 issue1199 sig-substs)
(enabled_if
(<> %{os_type} Win32)))
5 changes: 5 additions & 0 deletions tests/test-dirs/locate/functors/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(cram
(applies_to f-all_local f-from_application f-generative f-included
f-missed_shadowing f-nested_applications)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/locate/local-definitions/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to issue798 issue806)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/locate/non-local/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to ignore-kept-locs preference)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/locate/reconstruct-identifier/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to newlines off_by_one)
(enabled_if
(<> %{os_type} Win32)))
4 changes: 4 additions & 0 deletions tests/test-dirs/pp/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cram
(applies_to dot-pp-dot-ml simple-pp)
(enabled_if
(<> %{os_type} Win32)))

0 comments on commit ae21420

Please sign in to comment.