Skip to content

Commit 4713ced

Browse files
committed
Enable Bigarray STM test in favor of the Lin variant
1 parent d55af6a commit 4713ced

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/bigarray/dune

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
(modules stm_tests)
66
(package multicoretests)
77
(libraries qcheck-stm.sequential qcheck-stm.domain)
8-
; (action (run %{test} --verbose))
9-
(action (echo "Skipping src/bigarray/%{test} from the test suite\n\n"))
8+
(action (run %{test} --verbose))
109
)
1110

1211
(test

src/bigarray/lin_tests.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ module BA1T = Lin_domain.Make(BA1Conf)
2929

3030
let _ =
3131
QCheck_base_runner.run_tests_main [
32-
BA1T.neg_lin_test ~count:5000 ~name:"Lin Bigarray.Array1 (of ints) test with Domain";
3332
BA1T.stress_test ~count:1000 ~name:"Lin Bigarray.Array1 stress test with Domain";
3433
]

0 commit comments

Comments
 (0)