Anton Baliasnikov
Anton Baliasnikov
# Code Review Checklist ## Purpose ## Ticket Number ## Requirements - [ ] Have the requirements been met? - [ ] Have stakeholder(s) approved the change? ## Implementation -...
# What ❔ * [x] Moved `src/tests` to `tests` folder for more canonical tests organization accordingly to [the Rustbook](https://doc.rust-lang.org/book/ch11-03-test-organization.html#integration-tests) * [x] Add `Downloader` module in tests that downloads all required...
# Code Review Checklist * [x] Support periodical `llvm-lit` regression tests on all supported platforms. * [x] Disable unsupported tests on Windows * [x] Add Slack notification if periodic run...
# Code Review Checklist ## Purpose Periodically run regression tests on all platforms