rust/src
Alex Crichton c2400bb269 std: Draw from the same port pool during tests
Instead of allocating the same ports for ipv4 and ipv6 tests, instead draw all
ports from the same pool. Some tests connect to just "localhost" on a particular
port which may accidentally be interacting with other tests as the ipv-what-ness
isn't specified with the string "localhost"

Relevant logs:

* [Deadlock of the `net::tcp::tests::listen_localhost` test][mac]
* [Failure of the `fast_rebind` test][win1]
* [Failure of `multiple_connect_interleaved_lazy_schedule_ip4`][win2]

[mac]: https://gist.github.com/alexcrichton/349c7ce7c620c1adb2f2
[win1]: https://gist.github.com/alexcrichton/7e3611faae2e1edaee6f
[win2]: https://gist.github.com/alexcrichton/4f5f87749af3ad0f9851
2015-02-26 19:04:42 -08:00
..
compiler-rt@58ab642c30
compiletest
doc Rollup merge of #22784 - rnestler:fix_doc_faq, r=dotdash 2015-02-25 10:27:17 +05:30
driver
etc
grammar
jemalloc@b001609960
liballoc std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
libarena
libbacktrace
libcollections Send/Sync audit for libcollections 2015-02-26 15:43:40 +08:00
libcore Send/Sync audit for libcollections 2015-02-26 15:43:40 +08:00
libcoretest Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichton 2015-02-25 03:20:58 +05:30
libflate std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc unbreak openbsd after nacl intergration 2015-02-25 05:07:40 +01:00
liblog
librand
librbml Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
librustc Auto merge of #22796 - Manishearth:rollup, r=Manishearth 2015-02-25 20:32:58 +00:00
librustc_back Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
librustc_bitflags
librustc_borrowck Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddyb 2015-02-25 03:21:43 +05:30
librustc_driver Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
librustc_llvm
librustc_privacy
librustc_resolve Fix fallout from rebasing. 2015-02-24 14:16:02 +02:00
librustc_trans Auto merge of #22796 - Manishearth:rollup, r=Manishearth 2015-02-25 20:32:58 +00:00
librustc_typeck Auto merge of #22767 - pnkfelix:issue-22265, r=nikomatsakis 2015-02-25 23:08:53 +00:00
librustdoc Auto merge of #22796 - Manishearth:rollup, r=Manishearth 2015-02-25 20:32:58 +00:00
libserialize Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
libstd std: Draw from the same port pool during tests 2015-02-26 19:04:42 -08:00
libsyntax Whitelist #[should_panic] 2015-02-25 22:04:00 -08:00
libterm Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
libtest
libunicode
llvm@b89c3f039b
rt
rust-installer@60fd8abfca
rustbook Use os::getcwd instead of env in rustbook (fixup #22727) 2015-02-25 12:48:14 +05:30
rustllvm
test Send/Sync audit for libcollections 2015-02-26 15:43:40 +08:00
snapshots.txt