Noa
Noa
That's not really necessary, since every test that's in CPython is passing (or should be, at least), so we can assume that any test that fails on RustPython should be...
`whats_left.sh` isn't for regrtests, it's only for the standard library.
Ah, I see what you mean. My idea for that was to check if the skip message contains the string "RUSTPYTHON", since so far (just by convention) all the tests...
I've created a PR for JSON output for CPython tests, #1834, you just need to run `tests/jsontests.py` with rustpython and it'll output all the results in a json file.
Yeah, I think that would be possible, maybe running it once a week would be good?
@mireille-raad I've set up a cron job in #1866, and already tested it a few times, so the [results file is already pushed to the git repo](https://github.com/RustPython/rustpython.github.io/blob/master/_data/regrtests_results.json).
@abitrolly, yeah it's already 720kb, you can feel free to look through it and format it yourself if you'd like to review it manually, but I think the viewer that...
Can't imagine this still happens, though who knows...
I'll test it sometime soon
Huh, this is actually an idea I hadn't thought about - we don't necessarily need to rewrite all the text manipulations to operate on non-utf8 strings, just need to be...