owi icon indicating copy to clipboard operation
owi copied to clipboard

bench test error Alt-Ergo lib/structures/expr.ml

Open felixL-K opened this issue 8 months ago • 1 comments

Nummber of tests : 26 Tests: 1039, 1137, 1162, 1164, 1183, 1187, 1188, 1203, 25, 37, 38, 39, 448, 495, 498, 53, 609, 76, 765, 771, 780, 792, 802, 816, 820, 977 Error: owi: internal error, uncaught exception: File "src/lib/structures/expr.ml", line 1192, characters 4-10: Assertion failed Raised at Stdlib__Domain.join in file "domain.ml", line 258, characters 16-24 Called from Stdlib__Array.iter in file "array.ml", line 92, characters 31-48 Called from Owi__Wq.read_as_seq in file "src/data_structures/wq.ml", line 17, characters 4-16 Called from Owi__Cmd_sym.print_and_count_failures.aux in file "src/cmd/cmd_sym.ml", line 133, characters 10-20 Called from Owi__Cmd_sym.handle_result in file "src/cmd/cmd_sym.ml", line 199, characters 4-190 Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44

felixL-K avatar Apr 28 '25 14:04 felixL-K

alt-ergo or mappings bugs?

redianthus avatar Apr 29 '25 13:04 redianthus

Should be fixed by https://github.com/formalsec/smtml/pull/349

hra687261 avatar May 18 '25 16:05 hra687261

I ran the bench tests with alt-ergo v2.6.2, smtml main and owi main branch.

Nummber of tests : 27 Tests: 1045, 1069, 1165, 1170, 1176, 1180, 1184, 1189, 1193, 1195, 1196, 1212, 1215, 20, 366, 377, 381, 52, 527, 582, 693, 694, 770, 783, 811, 836, 852 Error: owi: internal error, uncaught exception: File "src/lib/structures/expr.ml", line 1230, characters 4-10: Assertion failed Raised at Stdlib__Domain.join in file "domain.ml", line 258, characters 16-24 Called from Stdlib__Array.iter in file "array.ml", line 92, characters 31-48 Called from Owi__Wq.read_as_seq in file "src/data_structures/wq.ml", line 17, characters 4-16 Called from Owi__Cmd_sym.print_and_count_failures.aux in file "src/cmd/cmd_sym.ml", line 127, characters 10-20 Called from Owi__Cmd_sym.handle_result in file "src/cmd/cmd_sym.ml", line 197, characters 4-190 Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44

felixL-K avatar May 19 '25 09:05 felixL-K