Test the compiled version, although note well: it just hangs.
Chris Pressey
10 years ago
0 | This Falderal fixture tests the compiled-with-RPython version of the Yolk | |
1 | reference interpreter. | |
2 | ||
3 | This requires `fa-under-pty`, which is a part of Falderal version 0.10. | |
4 | ||
5 | It requires `fa-under-pty` because, for whatever reason, executables produced | |
6 | by RPython from PyPy version 2.3.1 do not handle having their stdout redirected | |
7 | very well. Specifically, they dump core. It is for this very reason that | |
8 | `fa-under-pty` was written, in fact. | |
9 | ||
10 | -> Functionality "Evaluate Yolk program" is implemented by | |
11 | -> shell command | |
12 | -> "fa-under-pty ./yolk-c %(test-body-file) %(test-input-file)" |