I made PR #21895 which modifies src/libcoretest/. However for some reason when running ‘make check’, the libcoretest tests don’t get run. I’ve run ‘make check’ within script and the output is here:
https://gist.github.com/alfie/ce51c107c5edc31ca3e5
Compare this to a ‘make check’ run by Travis:
http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3428/steps/test/logs/stdio
If you search for “libcoretest”, you’ll see zero in my Gist but 1832 results from the Travis run.
Does anyone have any idea why some tests aren’t running on my local machine?