Skip to content

Commit

Permalink
Enable Bigarray STM test in favor of the Lin variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Apr 17, 2024
1 parent d55af6a commit 4713ced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/bigarray/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
(modules stm_tests)
(package multicoretests)
(libraries qcheck-stm.sequential qcheck-stm.domain)
; (action (run %{test} --verbose))
(action (echo "Skipping src/bigarray/%{test} from the test suite\n\n"))
(action (run %{test} --verbose))
)

(test
Expand Down
1 change: 0 additions & 1 deletion src/bigarray/lin_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ module BA1T = Lin_domain.Make(BA1Conf)

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

0 comments on commit 4713ced

Please sign in to comment.