mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
* Improve the name of the temporary snapshot files in test runner: Until now, test runner used a completely random filename for the temporary snapshot file when testing (saving to and executing from) snapshots. This patch makes the temp file contain part of the name of the original test file in order to make reading the logs (and thus, identifying failing tests) easier. * Add `--snapshot` to summary info of test runner if testing snapshot support: This helps reading the logs, especially when multiple tests run in parallel and get their output mixed. E.g., on the CI, all tests write the console at the same time and messages get interleaved. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu