]> git.lizzy.rs Git - rust.git/commit
Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm
authorbors <bors@rust-lang.org>
Mon, 19 Mar 2018 00:02:32 +0000 (00:02 +0000)
committerbors <bors@rust-lang.org>
Mon, 19 Mar 2018 00:02:32 +0000 (00:02 +0000)
commitc2f4744d2db4e162df824d0bd0b093ba4b351545
treed0cf9bfe82d1dcf1c1cd803493918d2f34e7359e
parent5508b27145cfb82896ae838e6aca0cd48750796f
parent60eb308b421a471fa3ecc2848fb93c6527ec409c
Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm

Try to reduce amount of time on the asmjs builder

This PR has two commits for two separate strategies:

* First it disables optimizations for all tests, hopefully saving time by not optimizing the test code. This caused a number of run-pass tests to fail which are switched to being ignored here.
* Next it disables a number of test suites which aren't asm.js specific and already run elsewhere

cc #48826