HigherOrderCO / HVM

A massively parallel, optimal functional runtime in Rust

Home Page:https://higherorderco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confused by testing infrastructure

lawcho opened this issue · comments

What is the go-to testing command supposed to be?

  • cargo test crashes (memory allocation of 34359738368 bytes failed)
  • cd bench; ./bench/test.sh prints lots of XXX FAILED XXX (and hides the errors)
  • python3 tests/test_cli.py runs the tests in test/ (most pass, given the right options)

I'll add a new testing infra soon. Closing for now.