Skip to content

Commit 517e63c

Browse files
committed
Re-enable some tests that it seems should work now
1 parent 6902092 commit 517e63c

File tree

12 files changed

+14
-39
lines changed

12 files changed

+14
-39
lines changed

ocaml/testsuite/tests/c-api/test_c_thread_has_lock.ml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
(* TEST
22
modules = "test_c_thread_has_lock_cstubs.c"
3-
* skip
4-
reason = "OCaml 5 only"
5-
** bytecode
6-
** native
3+
* bytecode
4+
* native
75
*)
86

97
external test_with_lock : unit -> bool = "with_lock"

ocaml/testsuite/tests/c-api/test_c_thread_has_lock_systhread.ml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
(* TEST
22
modules = "test_c_thread_has_lock_cstubs.c"
3-
* skip
4-
reason = "OCaml 5 only"
5-
** hassysthreads
3+
* hassysthreads
64
include systhreads
7-
*** bytecode
8-
*** native
5+
** bytecode
6+
** native
97
*)
108

119
external test_with_lock : unit -> bool = "with_lock"

ocaml/testsuite/tests/frame-pointers/c_call.ml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
(* TEST
22
3-
* skip
4-
reason = "OCaml 5 only"
5-
** frame_pointers
6-
*** native
3+
* frame_pointers
4+
** native
75
readonly_files = "fp_backtrace.c c_call_.c"
86
all_modules = "${readonly_files} c_call.ml"
97

ocaml/testsuite/tests/frame-pointers/exception_handler.ml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
(* TEST
22
3-
* skip
4-
reason = "OCaml 5 only"
5-
** frame_pointers
6-
*** native
3+
* frame_pointers
4+
** native
75
readonly_files = "fp_backtrace.c"
86
all_modules = "${readonly_files} exception_handler.ml"
97

ocaml/testsuite/tests/lazy/minor_major_force.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
(* TEST
22
ocamlopt_flags += " -O3 "
3-
4-
* skip
5-
reason = "OCaml 5 only"
63
*)
74

85
(*

ocaml/testsuite/tests/lf_skiplist/test.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
(* TEST
22
modules = "stubs.c"
3-
4-
* skip
5-
reason = "OCaml 5 only"
63
*)
74

85
external test_skiplist_serial : unit -> unit = "test_skiplist_serial"

ocaml/testsuite/tests/lib-channels/close_in.ml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
4-
*)
1+
(* TEST *)
52

63
(* Test that inputting bytes from a closed in_channel triggers an exception *)
74

ocaml/testsuite/tests/lib-random/testvectors.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
42
*)
53

64
(* Check the numbers drawn from a known state against the numbers

ocaml/testsuite/tests/lib-sync/trylock.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
42
*)
53

64
(* Test Mutex.try_lock *)

ocaml/testsuite/tests/lib-sync/trylock2.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
42
*)
53

64
(* Test Mutex.try_lock *)

ocaml/testsuite/tests/lib-systhreads/boundscheck.ml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
(* TEST
22
33
include systhreads
4-
* skip
5-
reason = "OCaml 5 only"
6-
** hassysthreads
7-
*** bytecode
8-
*** native
4+
* hassysthreads
5+
** bytecode
6+
** native
97
108
*)
119

ocaml/testsuite/tests/memory-model/forbidden.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* TEST
22
modules="opt.ml barrier.ml hist.ml shared.ml run.ml outcome.ml"
33
* skip
4-
reason = "OCaml 5 only"
4+
reason = "CR ocaml 5 domains: re-enable this test"
55
** not-bsd
66
*** bytecode
77
*** native

0 commit comments

Comments
 (0)