Skip to content

Move menhir elaboration tests into module #5906

Move menhir elaboration tests into module

Move menhir elaboration tests into module #5906

GitHub Actions / Test Report succeeded Oct 6, 2024 in 1s

35 passed, 0 failed and 0 skipped

Tests passed successfully

✅ junit_tests.xml

35 tests were completed in 0ms with 35 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dynamics 35✅ 0ms

✅ Dynamics

Dynamics.Parser
  ✅ Integer Literal
  ✅ Fun
  ✅ String Literal
  ✅ Deferred Ap
Dynamics.Statics
  ✅ Function with unknown param
  ✅ Function with known param
  ✅ bifunction
  ✅ function application
  ✅ function deferral
Dynamics.Evaluator
  ✅ Integer literal
  ✅ Integer sum
Dynamics.Menhir elaboration tests
  ✅ Filter test (menhir)
  ✅ Test failed (menhir)
  ✅ Built-in function (menhir)
  ✅ Dynamic error hole (menhir)
  ✅ Constructor test (menhir)
  ✅ Failed cast test (menhir)
  ✅ Type ap test (menhir)
  ✅ Let expression for a tuple (menhir)
  ✅ Single integer (menhir)
  ✅ Let expression for a function (menhir)
  ✅ Empty hole (menhir)
  ✅ Free var (menhir)
  ✅ Bin op (menhir)
  ✅ Inconsistent case (menhir)
  ✅ ap fun (menhir)
  ✅ Consistent if (menhir)
  ✅ Undefined test (menhir)
  ✅ List exp (menhir)
  ✅ Invalid test (menhir)
  ✅ Type alias test (menhir)
  ✅ List concat test (menhir)
  ✅ Unary operation test (menhir)
  ✅ Sequence test (menhir)
  ✅ FixF test (menhir)