Auto merge of #19740 - servo:jdm-patch-2, r=aneeshusa

Allow warnings during mutation tests.

Sometimes mutations include removing the only use of a variable. When we deny warnings globally, we inhibit these mutations that trigger new warnings.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19740)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-01-11 10:30:19 -06:00 committed by GitHub
commit 2b9dbc3415

View file

@ -73,7 +73,7 @@ linux-rel-nogate:
- ./mach clean-nightlies --keep 3 --force
- env CC=gcc-5 CXX=g++-5 ./mach build --release
- python ./etc/ci/chaos_monkey_test.py
- env CC=gcc-5 CXX=g++-5 bash ./etc/ci/mutation_test.sh
- env CC=gcc-5 CXX=g++-5 RUSTFLAGS= bash ./etc/ci/mutation_test.sh
mac-rel-intermittent:
- ./mach clean-nightlies --keep 3 --force