You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while other useful stage 1 tests like compile-fail or run-pass will happily run after building only "stage1 std artifacts".
compile-fail and ui are inseparable and need to be tested together and building "stage1 compiler artifacts" makes the edit-compile-test cycle ~twice longer.
To do this we'd have to split the ui test suite between "requires only std" and "requires more than std". I believe there's one test which requires plugins, which needs to build the whole compiler
Activity
alexcrichton commentedon Feb 21, 2017
To do this we'd have to split the ui test suite between "requires only std" and "requires more than std". I believe there's one test which requires plugins, which needs to build the whole compiler
petrochenkov commentedon Feb 21, 2017
Like
compile-fail-fulldeps
, butui-fulldeps
? (If understand the purpose of fulldeps tests correctly.)alexcrichton commentedon Feb 21, 2017
Indeed!
Rollup merge of rust-lang#40236 - petrochenkov:btweak, r=alexcrichton