On Sun, Nov 01, 2015 at 04:49:08PM -0500, Michael McConville wrote: > Sebastien Marie wrote: > > Hi, > > > > Here a patch for updating lang/rust to latest stable version: 1.4.0 > > > > Testing would be welcome. > > > > An intermittent failure on `net::addr::tests::to_socket_addr_str_bad' > > test is possible. It isn't a regress (this problem seems to be present > > long time ago), but I would like to investigate it a bit with people > > that are able to reproduce it (my buildhost don't trigger it). > > Built fine for me, after a couple laptop deaths from going >100°C. It's > hard to find a big stress-tester program to build without Cargo. Does > anyone have suggestions? >
The port comes with a regress test (it is the official regress test of rustc), so just launch "make test" should be enough for run it. Thanks for testing. -- Sebastien Marie