summaryrefslogtreecommitdiff
path: root/testsuite/tests/statmemprof/callstacks.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/statmemprof/callstacks.ml')
-rw-r--r--testsuite/tests/statmemprof/callstacks.ml39
1 files changed, 24 insertions, 15 deletions
diff --git a/testsuite/tests/statmemprof/callstacks.ml b/testsuite/tests/statmemprof/callstacks.ml
index e864a50019..41263578f4 100644
--- a/testsuite/tests/statmemprof/callstacks.ml
+++ b/testsuite/tests/statmemprof/callstacks.ml
@@ -1,19 +1,28 @@
(* TEST
- flags = "-g -w -5"
-
- * flat-float-array
- reference = "${test_source_directory}/callstacks.flat-float-array.reference"
- * skip
- reason = "port stat-mem-prof : https://github.com/ocaml/ocaml/pull/8634"
- ** native
- ** bytecode
-
- * no-flat-float-array
- reference = "${test_source_directory}/callstacks.no-flat-float-array.reference"
- * skip
- reason = "port stat-mem-prof : https://github.com/ocaml/ocaml/pull/8634"
- ** native
- ** bytecode
+ flags = "-g -w -5";
+ {
+ reference = "${test_source_directory}/callstacks.flat-float-array.reference";
+ flat-float-array;
+ }{
+ reason = "port stat-mem-prof : https://github.com/ocaml/ocaml/pull/8634";
+ skip;
+ {
+ native;
+ }{
+ bytecode;
+ }
+ }{
+ reference = "${test_source_directory}/callstacks.no-flat-float-array.reference";
+ no-flat-float-array;
+ }{
+ reason = "port stat-mem-prof : https://github.com/ocaml/ocaml/pull/8634";
+ skip;
+ {
+ native;
+ }{
+ bytecode;
+ }
+ }
*)
open Gc.Memprof