torch-mlir/frontends/pytorch/test/torchscript_e2e_test
Sean Silva b7b7fd4959 Rewrite error reporting of e2e tests.
This now gives [much nicer output](https://gist.github.com/silvasean/f048e0f37b04542dae6469b86802bb3e).
Embarrassingly, we previously couldn't even report failures for two
different tests, and weren't able to report on compilation failures
(besides just crashing).
2021-05-20 11:28:20 -07:00
..
README.md Add end-to-end testing framework for TorchScript. 2021-04-20 12:00:35 -07:00
basic.py Rewrite error reporting of e2e tests. 2021-05-20 11:28:20 -07:00
compilation_failure.py Rewrite error reporting of e2e tests. 2021-05-20 11:28:20 -07:00
miscompile.py Rewrite error reporting of e2e tests. 2021-05-20 11:28:20 -07:00

README.md

This directory is for testing the e2e_test framework itself. It is not for holding e2e tests themselves!!!