Skip to content

Commit 36bbb91

Browse files
authored
flambda-backend: Re-enable some tests that it seems should work now (#2109)
1 parent 5c88190 commit 36bbb91

File tree

12 files changed

+13
-26
lines changed

12 files changed

+13
-26
lines changed

testsuite/tests/c-api/test_c_thread_has_lock.ml

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

testsuite/tests/c-api/test_c_thread_has_lock_systhread.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(* TEST
22
modules = "test_c_thread_has_lock_cstubs.c"
3-
* skip
4-
reason = "OCaml 5 only"
3+
* runtime5
54
** hassysthreads
65
include systhreads
76
*** bytecode

testsuite/tests/frame-pointers/c_call.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(* TEST
22
3-
* skip
4-
reason = "OCaml 5 only"
3+
* runtime5
54
** frame_pointers
65
*** native
76
readonly_files = "fp_backtrace.c c_call_.c"

testsuite/tests/frame-pointers/exception_handler.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(* TEST
22
3-
* skip
4-
reason = "OCaml 5 only"
3+
* runtime5
54
** frame_pointers
65
*** native
76
readonly_files = "fp_backtrace.c"

testsuite/tests/lazy/minor_major_force.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(* TEST
22
ocamlopt_flags += " -O3 "
3-
4-
* skip
5-
reason = "OCaml 5 only"
3+
* runtime5
64
*)
75

86
(*

testsuite/tests/lf_skiplist/test.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(* TEST
22
modules = "stubs.c"
3-
4-
* skip
5-
reason = "OCaml 5 only"
3+
* runtime5
64
*)
75

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

testsuite/tests/lib-channels/close_in.ml

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

65
(* Test that inputting bytes from a closed in_channel triggers an exception *)
76

testsuite/tests/lib-random/testvectors.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
2+
* runtime5
43
*)
54

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

testsuite/tests/lib-sync/trylock.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
2+
* runtime5
43
*)
54

65
(* Test Mutex.try_lock *)

testsuite/tests/lib-sync/trylock2.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(* TEST
2-
* skip
3-
reason = "OCaml 5 only"
2+
* runtime5
43
*)
54

65
(* Test Mutex.try_lock *)

testsuite/tests/lib-systhreads/boundscheck.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(* TEST
22
33
include systhreads
4-
* skip
5-
reason = "OCaml 5 only"
4+
* runtime5
65
** hassysthreads
76
*** bytecode
87
*** native

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)