Skip to content

Commit

Permalink
Commenting out skipped tests because of bug in Junit_alcotest
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 20, 2024
1 parent c485ea5 commit d8bf5e1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -997,27 +997,27 @@ let ex5 = list_of_mylist(x) in
|},
),
// This fails because MakeTerm can't handle left to right keyword prefixes.
skip_menhir_maketerm_equivalent_test(
"Prefixed keyword parses",
{|let ? = ina in ?|},
),
// Menhir is doing the skipped better than MakeTerm
skip_menhir_maketerm_equivalent_test(
"Prefixed keyword parses",
{|type ? = rec ? -> + Aramj -> Bool in ?|},
),
skip_menhir_maketerm_equivalent_test(
"List concat and typap",
{|type ? = (+ Ulog, () -> Float) in let (()) = (()) in 0.001536|},
),
skip_menhir_maketerm_equivalent_test(
"Sum in product in typeap",
{|((fun _ -> b)) @< [(+ Kfgii, Float)] >|},
),
skip_menhir_maketerm_equivalent_test(
"Non-unique constructors currently throws in equality",
{|type ? = ((+ ? + ?)) in []|},
),
// skip_menhir_maketerm_equivalent_test(
// "Prefixed keyword parses",
// {|let ? = ina in ?|},
// ),
// // Menhir is doing the skipped better than MakeTerm
// skip_menhir_maketerm_equivalent_test(
// "Prefixed keyword parses",
// {|type ? = rec ? -> + Aramj -> Bool in ?|},
// ),
// skip_menhir_maketerm_equivalent_test(
// "List concat and typap",
// {|type ? = (+ Ulog, () -> Float) in let (()) = (()) in 0.001536|},
// ),
// skip_menhir_maketerm_equivalent_test(
// "Sum in product in typeap",
// {|((fun _ -> b)) @< [(+ Kfgii, Float)] >|},
// ),
// skip_menhir_maketerm_equivalent_test(
// "Non-unique constructors currently throws in equality",
// {|type ? = ((+ ? + ?)) in []|},
// ),
QCheck_alcotest.to_alcotest(qcheck_menhir_maketerm_equivalent_test),
// Disabled due to bugs in ExpToSegment
// e.g. https://github.com/hazelgrove/hazel/issues/1445
Expand Down

0 comments on commit d8bf5e1

Please sign in to comment.