Skip to content

Commit 2d6dc04

Browse files
committed
flambda-backend: Disable test in native code until minor Flambda 2 bug fixed
1 parent c73dd4c commit 2d6dc04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testsuite/tests/backtrace/backtrace_bounds_exn.ml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
(* TEST
2+
* setup-ocamlc.byte-build-env
3+
** ocamlc.byte
24
flags = "-g"
35
ocamlrunparam += ",b=1"
46
*)
57

8+
(* CR mshinwell: re-enable for native once Flambda 2 fixed to say
9+
"Raised by primitive operation" in backtraces rather than just
10+
"Raised" for bounds check failures *)
11+
612
(* #11436: bad backtrace for out-of-bounds exception *)
713

814
let xs = [| 0; 1; 2 |]

0 commit comments

Comments
 (0)