]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 17 Jul 2020 21:09:04 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 21:09:04 +0000 (14:09 -0700)
commitbe3b972820c1e4793f246746d815eeea5e736dc9
tree288d22262d838e7f5506bab27ecef9d0f29dbd57
parentf6cd31c3b71139a301b23ad6107a5e0560bc3fe7
parentaf1d01ebb3ad442aabeaaba7dc77912f539e0555
Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakis

Fix MinGW `run-make-fulldeps` tests

`compiler-rt-works-on-mingw` and `libs-search-path` were not ran because `only-mingw` doesn't match any target.
Enabled and verified few ignored tests with `windows-gnu` toolchain. They are still ignored on MSVC since I'm not experienced with this target.