Skip to content

Commit

Permalink
Disable swapgil for runtime5 (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
riaqn authored Nov 29, 2023
1 parent 909abb1 commit d7fa860
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ocaml/testsuite/tests/lib-systhreads/swapgil.ml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
(* TEST
modules = "swapgil_stubs.c"
* hassysthreads
* runtime5
** skip
* runtime4
** hassysthreads
include systhreads
** hasunix
*** native
*** hasunix
**** native
*)

external setup : unit -> unit = "swap_gil_setup"
Expand Down

0 comments on commit d7fa860

Please sign in to comment.