Skip to content

Commit 0a163d9

Browse files
hhugoclaude
andcommitted
EXPERIMENT: run serve-listing on Windows too (test if readdir_n hangs)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5783853 commit 0a163d9

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

test/dune

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,8 @@
2727
; cleanup. They run on every platform, including Windows.
2828

2929
(cram
30-
(applies_to serve serve-cli)
30+
(applies_to serve serve-listing serve-cli)
3131
(package ocsigenserver)
3232
(deps
3333
server-test-helpers.sh
3434
(package ocsigenserver)))
35-
36-
; The directory listing relies on Lwt_unix.readdir_n, which hangs on Windows
37-
; (see the windows-serve-support branch for a fix), so it runs off Windows.
38-
39-
(cram
40-
(applies_to serve-listing)
41-
(package ocsigenserver)
42-
(enabled_if
43-
(<> %{os_type} Win32))
44-
(deps
45-
server-test-helpers.sh
46-
(package ocsigenserver)))

0 commit comments

Comments
 (0)