Mike Gerwitz
85b08eb45e
This is a really obvious problem in retrospect, which makes me feel rather silly. The output was useful, but I don't have time to deal with this any further right now. The comments in the commit explain the problem---that the output ends up being interpolated as part of the fixpoint test, in an incorrect context, and so the code that we generate is invalid. Also goes to show why the fixpoint tests are important. (Yes, they're still disabled for meta-interp, I'm trying to get them enabled.) DEV-13163 |
||
---|---|---|
.. | ||
xmli | ||
README.md | ||
run-tests |
README.md
System and Integration Tests
Rust files in this directory will be recognized by Cargo and will be
automatically compiled and run by make check
.
Shell scripts prefixed with test-
will be recognized by our test harness
and run on make check
. These scripts should be preferred when confidence
in the system end-to-end is required, since they invoke the binaries just
the same as the user or build process would.
Unit and integration tests written in Rust are located alongside the modules
they test in ../src/
. Benchmarks are in
../benches
.