Created
April 5, 2017 17:33
-
-
Save alexcrichton/ee01ad3f20afeca8f97394f4ff51454f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- good 2017-04-05 10:26:10.899373280 -0700 | |
+++ bad 2017-04-05 10:26:12.967390307 -0700 | |
@@ -51,7 +51,6 @@ | |
test collections::hash::map::test_map::test_iter_mut_len ... ok | |
test collections::hash::map::test_map::test_iterate ... ok | |
test collections::hash::map::test_map::test_keys ... ok | |
-test collections::hash::map::test_map::test_lots_of_insertions ... ok | |
test collections::hash::map::test_map::test_mut_size_hint ... ok | |
test collections::hash::map::test_map::test_occupied_entry_key ... ok | |
test collections::hash::map::test_map::test_placement_drop ... ok | |
@@ -203,607 +202,9 @@ | |
test ffi::os_str::tests::boxed_default ... ok | |
test ffi::os_str::tests::into_boxed ... ok | |
test ffi::os_str::tests::test_os_str_default ... ok | |
-test ffi::os_str::tests::test_os_str_is_empty ... ok | |
test ffi::os_str::tests::test_os_str_len ... ok | |
test ffi::os_str::tests::test_os_string_capacity ... ok | |
test ffi::os_str::tests::test_os_string_clear ... ok | |
test ffi::os_str::tests::test_os_string_default ... ok | |
test ffi::os_str::tests::test_os_string_reserve ... ok | |
-test ffi::os_str::tests::test_os_string_reserve_exact ... ok | |
test ffi::os_str::tests::test_os_string_with_capacity ... ok | |
-test fs::tests::_assert_send_sync ... ok | |
-test fs::tests::binary_file ... ok | |
-test fs::tests::canonicalize_works_simple ... ok | |
-test fs::tests::chmod_works ... ok | |
-test fs::tests::concurrent_recursive_mkdir ... ok | |
-test fs::tests::copy_file_does_not_exist ... ok | |
-test fs::tests::copy_file_dst_dir ... ok | |
-test fs::tests::copy_file_dst_exists ... ok | |
-test fs::tests::copy_file_ok ... ok | |
-test fs::tests::copy_file_preserves_perm_bits ... ok | |
-test fs::tests::copy_file_src_dir ... ok | |
-test fs::tests::copy_src_does_not_exist ... ok | |
-test fs::tests::create_dir_all_with_junctions ... ok | |
-test fs::tests::dir_entry_debug ... ok | |
-test fs::tests::dir_entry_methods ... ok | |
-test fs::tests::fchmod_works ... ok | |
-test fs::tests::file_create_new_already_exists_error ... ok | |
-test fs::tests::file_test_directoryinfo_check_exists_before_and_after_mkdir ... ok | |
-test fs::tests::file_test_directoryinfo_readdir ... ok | |
-test fs::tests::file_test_fileinfo_check_exists_before_and_after_file_creation ... ok | |
-test fs::tests::file_test_fileinfo_false_when_checking_is_file_on_a_directory ... ok | |
-test fs::tests::file_test_io_eof ... ok | |
-test fs::tests::file_test_io_non_positional_read ... ok | |
-test fs::tests::file_test_io_read_write_at ... ok | |
-test fs::tests::file_test_io_seek_and_tell_smoke_test ... ok | |
-test fs::tests::file_test_io_seek_and_write ... ok | |
-test fs::tests::file_test_io_seek_shakedown ... ok | |
-test fs::tests::file_test_io_smoke_test ... ok | |
-test fs::tests::file_test_iounlinking_invalid_path_should_raise_condition ... ok | |
-test fs::tests::file_test_stat_is_correct_on_is_dir ... ok | |
-test fs::tests::file_test_stat_is_correct_on_is_file ... ok | |
-test fs::tests::file_try_clone ... ok | |
-test fs::tests::invalid_path_raises ... ok | |
-test fs::tests::links_work ... ok | |
-test fs::tests::metadata_access_times ... ok | |
-test fs::tests::mkdir_path_already_exists_error ... ok | |
-test fs::tests::mkdir_trailing_slash ... ok | |
-test fs::tests::open_flavors ... ok | |
-test fs::tests::read_dir_not_found ... ok | |
-test fs::tests::read_link ... ok | |
-test fs::tests::readlink_not_symlink ... ok | |
-test fs::tests::realpath_works ... ok | |
-test fs::tests::realpath_works_tricky ... ok | |
-test fs::tests::recursive_mkdir ... ok | |
-test fs::tests::recursive_mkdir_dot ... ok | |
-test fs::tests::recursive_mkdir_empty ... ok | |
-test fs::tests::recursive_mkdir_failure ... ok | |
-test fs::tests::recursive_mkdir_slash ... ok | |
-test fs::tests::recursive_rmdir ... ok | |
-test fs::tests::recursive_rmdir_of_symlink ... ok | |
-test fs::tests::symlink_noexist ... ok | |
-test fs::tests::symlinks_work ... ok | |
-test fs::tests::sync_doesnt_kill_anything ... ok | |
-test fs::tests::truncate_works ... ok | |
-test fs::tests::unicode_path_exists ... ok | |
-test fs::tests::unicode_path_is_dir ... ok | |
-test fs::tests::unlink_readonly ... ok | |
-test io::buffered::tests::bench_buffered_reader ... ok | |
-test io::buffered::tests::bench_buffered_writer ... ok | |
-test io::buffered::tests::dont_panic_in_drop_on_panicked_flush ... ok | |
-test io::buffered::tests::erroneous_flush_retried ... ok | |
-test io::buffered::tests::panic_in_write_doesnt_flush_in_drop ... ok | |
-test io::buffered::tests::read_char_buffered ... ok | |
-test io::buffered::tests::test_buffered_reader ... ok | |
-test io::buffered::tests::test_buffered_reader_seek ... ok | |
-test io::buffered::tests::test_buffered_reader_seek_underflow ... ok | |
-test io::buffered::tests::test_buffered_writer ... ok | |
-test io::buffered::tests::test_buffered_writer_inner_flushes ... ok | |
-test io::buffered::tests::test_buffered_writer_seek ... ok | |
-test io::buffered::tests::test_chars ... ok | |
-test io::buffered::tests::test_line_buffer ... ok | |
-test io::buffered::tests::test_line_buffer_fail_flush ... ok | |
-test io::buffered::tests::test_lines ... ok | |
-test io::buffered::tests::test_read_line ... ok | |
-test io::buffered::tests::test_read_until ... ok | |
-test io::buffered::tests::test_short_reads ... ok | |
-test io::cursor::tests::read_to_end ... ok | |
-test io::cursor::tests::seek_before_0 ... ok | |
-test io::cursor::tests::seek_past_end ... ok | |
-test io::cursor::tests::seek_past_i64 ... ok | |
-test io::cursor::tests::test_box_slice_writer ... ok | |
-test io::cursor::tests::test_boxed_slice_reader ... ok | |
-test io::cursor::tests::test_buf_reader ... ok | |
-test io::cursor::tests::test_buf_writer ... ok | |
-test io::cursor::tests::test_buf_writer_error ... ok | |
-test io::cursor::tests::test_buf_writer_seek ... ok | |
-test io::cursor::tests::test_mem_reader ... ok | |
-test io::cursor::tests::test_mem_writer ... ok | |
-test io::cursor::tests::test_read_bad_char ... ok | |
-test io::cursor::tests::test_read_char ... ok | |
-test io::cursor::tests::test_seekable_mem_writer ... ok | |
-test io::cursor::tests::test_slice_reader ... ok | |
-test io::cursor::tests::test_vec_writer ... ok | |
-test io::cursor::tests::vec_seek_before_0 ... ok | |
-test io::cursor::tests::vec_seek_past_end ... ok | |
-test io::error::test::test_debug_error ... ok | |
-test io::error::test::test_downcasting ... ok | |
-test io::impls::tests::bench_read_slice ... ok | |
-test io::impls::tests::bench_read_vec ... ok | |
-test io::impls::tests::bench_write_slice ... ok | |
-test io::impls::tests::bench_write_vec ... ok | |
-test io::stdio::tests::panic_doesnt_poison ... ok | |
-test io::tests::bench_read_to_end ... ok | |
-test io::tests::chain_bufread ... ok | |
-test io::tests::chain_zero_length_read_is_not_eof ... ok | |
-test io::tests::lines ... ok | |
-test io::tests::read_exact ... ok | |
-test io::tests::read_exact_slice ... ok | |
-test io::tests::read_line ... ok | |
-test io::tests::read_to_end ... ok | |
-test io::tests::read_to_string ... ok | |
-test io::tests::read_until ... ok | |
-test io::tests::split ... ok | |
-test io::tests::take_eof ... ok | |
-test io::util::tests::copy_copies ... ok | |
-test io::util::tests::empty_reads ... ok | |
-test io::util::tests::repeat_repeats ... ok | |
-test io::util::tests::sink_sinks ... ok | |
-test io::util::tests::take_some_bytes ... ok | |
-test memchr::tests::each_alignment ... ok | |
-test memchr::tests::matches_begin ... ok | |
-test memchr::tests::matches_begin_reversed ... ok | |
-test memchr::tests::matches_end ... ok | |
-test memchr::tests::matches_end_reversed ... ok | |
-test memchr::tests::matches_nul ... ok | |
-test memchr::tests::matches_nul_reversed ... ok | |
-test memchr::tests::matches_one ... ok | |
-test memchr::tests::matches_one_reversed ... ok | |
-test memchr::tests::matches_past_nul ... ok | |
-test memchr::tests::matches_past_nul_reversed ... ok | |
-test memchr::tests::no_match ... ok | |
-test memchr::tests::no_match_empty ... ok | |
-test memchr::tests::no_match_empty_reversed ... ok | |
-test memchr::tests::no_match_reversed ... ok | |
-test net::addr::tests::is_v4 ... ok | |
-test net::addr::tests::is_v6 ... ok | |
-test net::addr::tests::set_flowinfo ... ok | |
-test net::addr::tests::set_ip ... ok | |
-test net::addr::tests::set_port ... ok | |
-test net::addr::tests::set_scope_id ... ok | |
-test net::addr::tests::to_socket_addr_ipaddr_u16 ... ok | |
-test net::addr::tests::to_socket_addr_str ... ok | |
-test net::addr::tests::to_socket_addr_str_bad ... ok | |
-test net::addr::tests::to_socket_addr_str_u16 ... ok | |
-test net::addr::tests::to_socket_addr_string ... ok | |
-test net::ip::tests::cmp ... ok | |
-test net::ip::tests::ip_properties ... ok | |
-test net::ip::tests::ipv4_from_octets ... ok | |
-test net::ip::tests::ipv4_properties ... ok | |
-test net::ip::tests::ipv4_to_ipv6 ... ok | |
-test net::ip::tests::ipv6_addr_to_string ... ok | |
-test net::ip::tests::ipv6_from_octets ... ok | |
-test net::ip::tests::ipv6_from_segments ... ok | |
-test net::ip::tests::ipv6_properties ... ok | |
-test net::ip::tests::ipv6_to_ipv4 ... ok | |
-test net::ip::tests::is_v4 ... ok | |
-test net::ip::tests::is_v6 ... ok | |
-test net::ip::tests::test_from_str_ipv4 ... ok | |
-test net::ip::tests::test_from_str_ipv4_in_ipv6 ... ok | |
-test net::ip::tests::test_from_str_ipv6 ... ok | |
-test net::ip::tests::test_from_str_socket_addr ... ok | |
-test net::ip::tests::test_int_to_ipv4 ... ok | |
-test net::ip::tests::test_int_to_ipv6 ... ok | |
-test net::ip::tests::test_ipv4_to_int ... ok | |
-test net::ip::tests::test_ipv6_to_int ... ok | |
-test net::ip::tests::to_socket_addr_socketaddr ... ok | |
-test net::tcp::tests::bind_error ... ok | |
-test net::tcp::tests::clone_accept_concurrent ... ok | |
-test net::tcp::tests::clone_accept_smoke ... ok | |
-test net::tcp::tests::clone_while_reading ... ok | |
-test net::tcp::tests::close_read_wakes_up ... ok | |
-test net::tcp::tests::close_readwrite_smoke ... ok | |
-test net::tcp::tests::connect_error ... ok | |
-test net::tcp::tests::connect_loopback ... ok | |
-test net::tcp::tests::debug ... ok | |
-test net::tcp::tests::double_bind ... ok | |
-test net::tcp::tests::fast_rebind ... ok | |
-test net::tcp::tests::listen_localhost ... ok | |
-test net::tcp::tests::multiple_connect_interleaved_greedy_schedule ... ok | |
-test net::tcp::tests::multiple_connect_interleaved_lazy_schedule ... ok | |
-test net::tcp::tests::multiple_connect_serial ... ok | |
-test net::tcp::tests::nodelay ... ok | |
-test net::tcp::tests::partial_read ... ok | |
-test net::tcp::tests::peek ... ok | |
-test net::tcp::tests::read_eof ... ok | |
-test net::tcp::tests::set_nonblocking ... ok | |
-test net::tcp::tests::shutdown_smoke ... ok | |
-test net::tcp::tests::smoke_test ... ok | |
-test net::tcp::tests::socket_and_peer_name ... ok | |
-test net::tcp::tests::tcp_clone_smoke ... ok | |
-test net::tcp::tests::tcp_clone_two_read ... ok | |
-test net::tcp::tests::tcp_clone_two_write ... ok | |
-test net::tcp::tests::test_read_timeout ... ok | |
-test net::tcp::tests::test_read_with_timeout ... ok | |
-test net::tcp::tests::timeouts ... ok | |
-test net::tcp::tests::ttl ... ok | |
-test net::tcp::tests::write_close ... ok | |
-test net::udp::tests::bind_error ... ok | |
-test net::udp::tests::connect_send_peek_recv ... ok | |
-test net::udp::tests::connect_send_recv ... ok | |
-test net::udp::tests::debug ... ok | |
-test net::udp::tests::peek_from ... ok | |
-test net::udp::tests::set_nonblocking ... ok | |
-test net::udp::tests::socket_name_ip4 ... ok | |
-test net::udp::tests::socket_smoke_test_ip4 ... ok | |
-test net::udp::tests::test_read_timeout ... ok | |
-test net::udp::tests::test_read_with_timeout ... ok | |
-test net::udp::tests::timeouts ... ok | |
-test net::udp::tests::ttl ... ok | |
-test net::udp::tests::udp_clone_smoke ... ok | |
-test net::udp::tests::udp_clone_two_read ... ok | |
-test net::udp::tests::udp_clone_two_write ... ok | |
-test num::bench::bench_pow_function ... ok | |
-test num::tests::test_checked_add ... ok | |
-test num::tests::test_checked_mul ... ok | |
-test num::tests::test_checked_next_power_of_two_u16 ... ok | |
-test num::tests::test_checked_next_power_of_two_u32 ... ok | |
-test num::tests::test_checked_next_power_of_two_u64 ... ok | |
-test num::tests::test_checked_next_power_of_two_u8 ... ok | |
-test num::tests::test_checked_next_power_of_two_uint ... ok | |
-test num::tests::test_checked_sub ... ok | |
-test num::tests::test_is_power_of_two_u16 ... ok | |
-test num::tests::test_is_power_of_two_u32 ... ok | |
-test num::tests::test_is_power_of_two_u64 ... ok | |
-test num::tests::test_is_power_of_two_u8 ... ok | |
-test num::tests::test_is_power_of_two_uint ... ok | |
-test num::tests::test_next_power_of_two_u16 ... ok | |
-test num::tests::test_next_power_of_two_u32 ... ok | |
-test num::tests::test_next_power_of_two_u64 ... ok | |
-test num::tests::test_next_power_of_two_u8 ... ok | |
-test num::tests::test_next_power_of_two_uint ... ok | |
-test num::tests::test_pow ... ok | |
-test num::tests::test_saturating_add_int ... ok | |
-test num::tests::test_saturating_add_uint ... ok | |
-test num::tests::test_saturating_sub_int ... ok | |
-test num::tests::test_saturating_sub_uint ... ok | |
-test num::tests::test_uint_from_str_overflow ... ok | |
-test num::tests::test_uint_to_str_overflow ... ok | |
-test os::raw::tests::same ... ok | |
-test path::tests::into ... ok | |
-test path::tests::into_boxed ... ok | |
-test path::tests::test_compare ... ok | |
-test path::tests::test_components_debug ... ok | |
-test path::tests::test_decompositions_unix ... ok | |
-test path::tests::test_eq_recievers ... ok | |
-test path::tests::test_iter_debug ... ok | |
-test path::tests::test_pop ... ok | |
-test path::tests::test_push ... ok | |
-test path::tests::test_set_extension ... ok | |
-test path::tests::test_set_file_name ... ok | |
-test path::tests::test_stem_ext ... ok | |
-test process::tests::exit_reported_right ... ok | |
-test process::tests::set_current_dir_works ... ok | |
-test process::tests::signal_reported_right ... ok | |
-test process::tests::smoke ... ok | |
-test process::tests::smoke_failure ... ok | |
-test process::tests::stdin_works ... ok | |
-test process::tests::stdout_works ... ok | |
-test process::tests::test_add_to_env ... ok | |
-test process::tests::test_finish_once ... ok | |
-test process::tests::test_finish_twice ... ok | |
-test process::tests::test_inherit_env ... ok | |
-test process::tests::test_interior_nul_in_arg_is_error ... ok | |
-test process::tests::test_interior_nul_in_args_is_error ... ok | |
-test process::tests::test_interior_nul_in_current_dir_is_error ... ok | |
-test process::tests::test_interior_nul_in_env_key_is_error ... ok | |
-test process::tests::test_interior_nul_in_env_value_is_error ... ok | |
-test process::tests::test_interior_nul_in_progname_is_error ... ok | |
-test process::tests::test_override_env ... ok | |
-test process::tests::test_process_output_error ... ok | |
-test process::tests::test_process_output_fail_to_start ... ok | |
-test process::tests::test_process_output_output ... ok | |
-test process::tests::test_process_status ... ok | |
-test process::tests::test_wait_with_output_once ... ok | |
-test process::tests::uid_to_root_fails ... ok | |
-test process::tests::uid_works ... ok | |
-test rand::reader::tests::test_reader_rng_fill_bytes ... ok | |
-test rand::reader::tests::test_reader_rng_insufficient_bytes ... ok | |
-test rand::reader::tests::test_reader_rng_u32 ... ok | |
-test rand::reader::tests::test_reader_rng_u64 ... ok | |
-test rand::tests::test_os_rng ... ok | |
-test rand::tests::test_os_rng_tasks ... ok | |
-test sync::barrier::tests::test_barrier ... ok | |
-test sync::condvar::tests::notify_all ... ok | |
-test sync::condvar::tests::notify_one ... ok | |
-test sync::condvar::tests::smoke ... ok | |
-test sync::condvar::tests::two_mutexes ... ok | |
-test sync::condvar::tests::wait_timeout_ms ... ok | |
-test sync::mpsc::mpsc_queue::tests::test ... ok | |
-test sync::mpsc::mpsc_queue::tests::test_full ... ok | |
-test sync::mpsc::select::tests::both_ready ... ok | |
-test sync::mpsc::select::tests::cloning ... ok | |
-test sync::mpsc::select::tests::cloning2 ... ok | |
-test sync::mpsc::select::tests::cloning3 ... ok | |
-test sync::mpsc::select::tests::closed ... ok | |
-test sync::mpsc::select::tests::fmt_debug_handle ... ok | |
-test sync::mpsc::select::tests::fmt_debug_select ... ok | |
-test sync::mpsc::select::tests::oneshot_data_waiting ... ok | |
-test sync::mpsc::select::tests::preflight1 ... ok | |
-test sync::mpsc::select::tests::preflight2 ... ok | |
-test sync::mpsc::select::tests::preflight3 ... ok | |
-test sync::mpsc::select::tests::preflight4 ... ok | |
-test sync::mpsc::select::tests::preflight5 ... ok | |
-test sync::mpsc::select::tests::preflight6 ... ok | |
-test sync::mpsc::select::tests::preflight7 ... ok | |
-test sync::mpsc::select::tests::preflight8 ... ok | |
-test sync::mpsc::select::tests::preflight9 ... ok | |
-test sync::mpsc::select::tests::shared_data_waiting ... ok | |
-test sync::mpsc::select::tests::smoke ... ok | |
-test sync::mpsc::select::tests::smoke2 ... ok | |
-test sync::mpsc::select::tests::stream_data_waiting ... ok | |
-test sync::mpsc::select::tests::stress ... ok | |
-test sync::mpsc::select::tests::sync1 ... ok | |
-test sync::mpsc::select::tests::sync2 ... ok | |
-test sync::mpsc::select::tests::sync3 ... ok | |
-test sync::mpsc::select::tests::unblocks ... ok | |
-test sync::mpsc::spsc_queue::tests::drop_full ... ok | |
-test sync::mpsc::spsc_queue::tests::peek ... ok | |
-test sync::mpsc::spsc_queue::tests::smoke ... ok | |
-test sync::mpsc::spsc_queue::tests::smoke_bound ... ok | |
-test sync::mpsc::spsc_queue::tests::stress ... ok | |
-test sync::mpsc::sync_tests::chan_gone_concurrent ... ok | |
-test sync::mpsc::sync_tests::destroy_upgraded_shared_port_when_sender_still_active ... ok | |
-test sync::mpsc::sync_tests::drop_full ... ok | |
-test sync::mpsc::sync_tests::fmt_debug_recv ... ok | |
-test sync::mpsc::sync_tests::fmt_debug_sender ... ok | |
-test sync::mpsc::sync_tests::fmt_debug_sync_sender ... ok | |
-test sync::mpsc::sync_tests::issue_15761 ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_close ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_send ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_thread_close_stress ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_thread_recv_close_stress ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_thread_send_close_stress ... ok | |
-test sync::mpsc::sync_tests::oneshot_multi_thread_send_recv_stress ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_close_chan_first ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_close_port_first ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_peek_close ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_peek_data ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_peek_open ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_recv_chan_close ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_send_port_close ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_send_then_recv ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed_with_data ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_open ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed2 ... ok | |
-test sync::mpsc::sync_tests::oneshot_single_thread_try_send_open ... ok | |
-test sync::mpsc::sync_tests::port_gone_concurrent ... ok | |
-test sync::mpsc::sync_tests::port_gone_concurrent_shared ... ok | |
-test sync::mpsc::sync_tests::recv_a_lot ... ok | |
-test sync::mpsc::sync_tests::recv_timeout ... ok | |
-test sync::mpsc::sync_tests::send1 ... ok | |
-test sync::mpsc::sync_tests::send2 ... ok | |
-test sync::mpsc::sync_tests::send3 ... ok | |
-test sync::mpsc::sync_tests::send4 ... ok | |
-test sync::mpsc::sync_tests::shared_chan_stress ... ok | |
-test sync::mpsc::sync_tests::smoke ... ok | |
-test sync::mpsc::sync_tests::smoke_chan_gone ... ok | |
-test sync::mpsc::sync_tests::smoke_chan_gone_shared ... ok | |
-test sync::mpsc::sync_tests::smoke_port_gone ... ok | |
-test sync::mpsc::sync_tests::smoke_shared ... ok | |
-test sync::mpsc::sync_tests::smoke_shared_port_gone2 ... ok | |
-test sync::mpsc::sync_tests::smoke_threads ... ok | |
-test sync::mpsc::sync_tests::stream_send_recv_stress ... ok | |
-test sync::mpsc::sync_tests::stress ... ok | |
-test sync::mpsc::sync_tests::stress_recv_timeout_shared ... ok | |
-test sync::mpsc::sync_tests::stress_recv_timeout_two_threads ... ok | |
-test sync::mpsc::sync_tests::stress_shared ... ok | |
-test sync::mpsc::sync_tests::test_nested_recv_iter ... ok | |
-test sync::mpsc::sync_tests::test_recv_iter_break ... ok | |
-test sync::mpsc::sync_tests::try_recv_states ... ok | |
-test sync::mpsc::sync_tests::try_send1 ... ok | |
-test sync::mpsc::sync_tests::try_send2 ... ok | |
-test sync::mpsc::sync_tests::try_send3 ... ok | |
-test sync::mpsc::tests::chan_gone_concurrent ... ok | |
-test sync::mpsc::tests::destroy_upgraded_shared_port_when_sender_still_active ... ok | |
-test sync::mpsc::tests::drop_full ... ok | |
-test sync::mpsc::tests::drop_full_shared ... ok | |
-test sync::mpsc::tests::issue_32114 ... ok | |
-test sync::mpsc::tests::no_runtime ... ok | |
-test sync::mpsc::tests::oneshot_multi_task_recv_then_close ... ok | |
-test sync::mpsc::tests::oneshot_multi_task_recv_then_send ... ok | |
-test sync::mpsc::tests::oneshot_multi_thread_close_stress ... ok | |
-test sync::mpsc::tests::oneshot_multi_thread_recv_close_stress ... ok | |
-test sync::mpsc::tests::oneshot_multi_thread_send_close_stress ... ok | |
-test sync::mpsc::tests::oneshot_multi_thread_send_recv_stress ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_close_chan_first ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_close_port_first ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_peek_close ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_peek_data ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_peek_open ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_recv_chan_close ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_recv_timeout ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_send_port_close ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_send_then_recv ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_try_recv_closed ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_try_recv_open ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_try_send_closed ... ok | |
-test sync::mpsc::tests::oneshot_single_thread_try_send_open ... ok | |
-test sync::mpsc::tests::port_gone_concurrent ... ok | |
-test sync::mpsc::tests::port_gone_concurrent_shared ... ok | |
-test sync::mpsc::tests::recv_a_lot ... ok | |
-test sync::mpsc::tests::recv_from_outside_runtime ... ok | |
-test sync::mpsc::tests::recv_timeout_upgrade ... ok | |
-test sync::mpsc::tests::send_from_outside_runtime ... ok | |
-test sync::mpsc::tests::shared_chan_stress ... ok | |
-test sync::mpsc::tests::shared_recv_timeout ... ok | |
-test sync::mpsc::tests::smoke ... ok | |
-test sync::mpsc::tests::smoke_chan_gone ... ok | |
-test sync::mpsc::tests::smoke_chan_gone_shared ... ok | |
-test sync::mpsc::tests::smoke_port_gone ... ok | |
-test sync::mpsc::tests::smoke_shared ... ok | |
-test sync::mpsc::tests::smoke_shared_port_gone ... ok | |
-test sync::mpsc::tests::smoke_shared_port_gone2 ... ok | |
-test sync::mpsc::tests::smoke_threads ... ok | |
-test sync::mpsc::tests::stream_send_recv_stress ... ok | |
-test sync::mpsc::tests::stress ... ok | |
-test sync::mpsc::tests::stress_recv_timeout_shared ... ok | |
-test sync::mpsc::tests::stress_recv_timeout_two_threads ... ok | |
-test sync::mpsc::tests::stress_shared ... ok | |
-test sync::mpsc::tests::test_nested_recv_iter ... ok | |
-test sync::mpsc::tests::test_recv_into_iter_borrowed ... ok | |
-test sync::mpsc::tests::test_recv_into_iter_owned ... ok | |
-test sync::mpsc::tests::test_recv_iter_break ... ok | |
-test sync::mpsc::tests::test_recv_try_iter ... ok | |
-test sync::mpsc::tests::try_recv_states ... ok | |
-test sync::mutex::tests::lots_and_lots ... ok | |
-test sync::mutex::tests::smoke ... ok | |
-test sync::mutex::tests::test_arc_condvar_poison ... ok | |
-test sync::mutex::tests::test_get_mut ... ok | |
-test sync::mutex::tests::test_get_mut_poison ... ok | |
-test sync::mutex::tests::test_into_inner ... ok | |
-test sync::mutex::tests::test_into_inner_drop ... ok | |
-test sync::mutex::tests::test_into_inner_poison ... ok | |
-test sync::mutex::tests::test_mutex_arc_access_in_unwind ... ok | |
-test sync::mutex::tests::test_mutex_arc_condvar ... ok | |
-test sync::mutex::tests::test_mutex_arc_nested ... ok | |
-test sync::mutex::tests::test_mutex_arc_poison ... ok | |
-test sync::mutex::tests::test_mutex_unsized ... ok | |
-test sync::mutex::tests::try_lock ... ok | |
-test sync::once::tests::poison_bad ... ok | |
-test sync::once::tests::smoke_once ... ok | |
-test sync::once::tests::stampede_once ... ok | |
-test sync::once::tests::wait_for_force_to_finish ... ok | |
-test sync::rwlock::tests::frob ... ok | |
-test sync::rwlock::tests::smoke ... ok | |
-test sync::rwlock::tests::test_get_mut ... ok | |
-test sync::rwlock::tests::test_get_mut_poison ... ok | |
-test sync::rwlock::tests::test_into_inner ... ok | |
-test sync::rwlock::tests::test_into_inner_drop ... ok | |
-test sync::rwlock::tests::test_into_inner_poison ... ok | |
-test sync::rwlock::tests::test_rw_arc ... ok | |
-test sync::rwlock::tests::test_rw_arc_access_in_unwind ... ok | |
-test sync::rwlock::tests::test_rw_arc_no_poison_rr ... ok | |
-test sync::rwlock::tests::test_rw_arc_no_poison_rw ... ok | |
-test sync::rwlock::tests::test_rw_arc_poison_wr ... ok | |
-test sync::rwlock::tests::test_rw_arc_poison_ww ... ok | |
-test sync::rwlock::tests::test_rwlock_try_write ... ok | |
-test sync::rwlock::tests::test_rwlock_unsized ... ok | |
-test sys::imp::ext::net::test::abstract_namespace_not_allowed ... ok | |
-test sys::imp::ext::net::test::basic ... ok | |
-test sys::imp::ext::net::test::datagram_pair ... ok | |
-test sys::imp::ext::net::test::iter ... ok | |
-test sys::imp::ext::net::test::long_path ... ok | |
-test sys::imp::ext::net::test::pair ... ok | |
-test sys::imp::ext::net::test::test_connect_unix_datagram ... ok | |
-test sys::imp::ext::net::test::test_read_timeout ... ok | |
-test sys::imp::ext::net::test::test_read_with_timeout ... ok | |
-test sys::imp::ext::net::test::test_unix_datagram ... ok | |
-test sys::imp::ext::net::test::test_unix_datagram_recv ... ok | |
-test sys::imp::ext::net::test::test_unnamed_unix_datagram ... ok | |
-test sys::imp::ext::net::test::timeouts ... ok | |
-test sys::imp::ext::net::test::try_clone ... ok | |
-test sys::imp::process::process_common::tests::test_process_mask ... ok | |
-test sys_common::backtrace::tests::demangle ... ok | |
-test sys_common::backtrace::tests::demangle_dollars ... ok | |
-test sys_common::backtrace::tests::demangle_elements_beginning_with_underscore ... ok | |
-test sys_common::backtrace::tests::demangle_many_dollars ... ok | |
-test sys_common::backtrace::tests::demangle_trait_impls ... ok | |
-test sys_common::backtrace::tests::demangle_windows ... ok | |
-test sys_common::io::tests::bench_uninitialized ... ok | |
-test sys_common::io::tests::read_to_end_uninit_error ... ok | |
-test sys_common::io::tests::read_to_end_uninit_good ... ok | |
-test sys_common::io::tests::read_to_end_uninit_zero_len_vec ... ok | |
-test sys_common::memchr::fallback::each_alignment_reversed ... ok | |
-test sys_common::memchr::fallback::matches_begin ... ok | |
-test sys_common::memchr::fallback::matches_begin_reversed ... ok | |
-test sys_common::memchr::fallback::matches_end ... ok | |
-test sys_common::memchr::fallback::matches_end_reversed ... ok | |
-test sys_common::memchr::fallback::matches_nul ... ok | |
-test sys_common::memchr::fallback::matches_nul_reversed ... ok | |
-test sys_common::memchr::fallback::matches_one ... ok | |
-test sys_common::memchr::fallback::matches_one_reversed ... ok | |
-test sys_common::memchr::fallback::matches_past_nul ... ok | |
-test sys_common::memchr::fallback::matches_past_nul_reversed ... ok | |
-test sys_common::memchr::fallback::no_match ... ok | |
-test sys_common::memchr::fallback::no_match_empty ... ok | |
-test sys_common::memchr::fallback::no_match_empty_reversed ... ok | |
-test sys_common::memchr::fallback::no_match_reversed ... ok | |
-test sys_common::net::tests::no_lookup_host_duplicates ... ok | |
-test sys_common::remutex::tests::is_mutex ... ok | |
-test sys_common::remutex::tests::poison_works ... ok | |
-test sys_common::remutex::tests::smoke ... ok | |
-test sys_common::remutex::tests::trylock_works ... ok | |
-test sys_common::test_muldiv ... ok | |
-test sys_common::thread_local::tests::smoke ... ok | |
-test sys_common::thread_local::tests::statik ... ok | |
-test sys_common::wtf8::tests::code_point_from_char ... ok | |
-test sys_common::wtf8::tests::code_point_from_u32 ... ok | |
-test sys_common::wtf8::tests::code_point_to_char ... ok | |
-test sys_common::wtf8::tests::code_point_to_char_lossy ... ok | |
-test sys_common::wtf8::tests::code_point_to_string ... ok | |
-test sys_common::wtf8::tests::code_point_to_u32 ... ok | |
-test sys_common::wtf8::tests::wtf8_as_str ... ok | |
-test sys_common::wtf8::tests::wtf8_ascii_byte_at ... ok | |
-test sys_common::wtf8::tests::wtf8_code_points ... ok | |
-test sys_common::wtf8::tests::wtf8_encode_wide ... ok | |
-test sys_common::wtf8::tests::wtf8_from_str ... ok | |
-test sys_common::wtf8::tests::wtf8_len ... ok | |
-test sys_common::wtf8::tests::wtf8_slice ... ok | |
-test sys_common::wtf8::tests::wtf8_slice_from ... ok | |
-test sys_common::wtf8::tests::wtf8_slice_from_not_code_point_boundary ... ok | |
-test sys_common::wtf8::tests::wtf8_slice_not_code_point_boundary ... ok | |
-test sys_common::wtf8::tests::wtf8_slice_to ... ok | |
-test sys_common::wtf8::tests::wtf8_slice_to_not_code_point_boundary ... ok | |
-test sys_common::wtf8::tests::wtf8_to_string_lossy ... ok | |
-test sys_common::wtf8::tests::wtf8buf_as_slice ... ok | |
-test sys_common::wtf8::tests::wtf8buf_extend ... ok | |
-test sys_common::wtf8::tests::wtf8buf_from_iterator ... ok | |
-test sys_common::wtf8::tests::wtf8buf_from_str ... ok | |
-test sys_common::wtf8::tests::wtf8buf_from_string ... ok | |
-test sys_common::wtf8::tests::wtf8buf_from_wide ... ok | |
-test sys_common::wtf8::tests::wtf8buf_into_string ... ok | |
-test sys_common::wtf8::tests::wtf8buf_into_string_lossy ... ok | |
-test sys_common::wtf8::tests::wtf8buf_new ... ok | |
-test sys_common::wtf8::tests::wtf8buf_push ... ok | |
-test sys_common::wtf8::tests::wtf8buf_push_char ... ok | |
-test sys_common::wtf8::tests::wtf8buf_push_str ... ok | |
-test sys_common::wtf8::tests::wtf8buf_push_wtf8 ... ok | |
-test sys_common::wtf8::tests::wtf8buf_show ... ok | |
-test sys_common::wtf8::tests::wtf8buf_show_str ... ok | |
-test sys_common::wtf8::tests::wtf8buf_truncate ... ok | |
-test sys_common::wtf8::tests::wtf8buf_truncate_fail_code_point_boundary ... ok | |
-test sys_common::wtf8::tests::wtf8buf_truncate_fail_longer ... ok | |
-test thread::local::dynamic_tests::hashmap ... ok | |
-test thread::local::dynamic_tests::refcell_vec ... ok | |
-test thread::local::dynamic_tests::smoke ... ok | |
-test thread::local::tests::circular ... ok | |
-test thread::local::tests::dtors_in_dtors_in_dtors ... ok | |
-test thread::local::tests::self_referential ... ok | |
-test thread::local::tests::smoke_dtor ... ok | |
-test thread::local::tests::smoke_no_dtor ... ok | |
-test thread::local::tests::states ... ok | |
-test thread::tests::sleep_ms_smoke ... ok | |
-test thread::tests::test_avoid_copying_the_body_join ... ok | |
-test thread::tests::test_avoid_copying_the_body_spawn ... ok | |
-test thread::tests::test_avoid_copying_the_body_thread_spawn ... ok | |
-test thread::tests::test_child_doesnt_ref_parent ... ok | |
-test thread::tests::test_invalid_named_thread ... ok | |
-test thread::tests::test_join_panic ... ok | |
-test thread::tests::test_named_thread ... ok | |
-test thread::tests::test_park_timeout_unpark_before ... ok | |
-test thread::tests::test_park_timeout_unpark_called_other_thread ... ok | |
-test thread::tests::test_park_timeout_unpark_not_called ... ok | |
-test thread::tests::test_run_basic ... ok | |
-test thread::tests::test_simple_newsched_spawn ... ok | |
-test thread::tests::test_spawn_sched ... ok | |
-test thread::tests::test_spawn_sched_childs_on_default_sched ... ok | |
-test thread::tests::test_thread_id_equal ... ok | |
-test thread::tests::test_thread_id_not_equal ... ok | |
-test thread::tests::test_try_panic_message_any ... ok | |
-test thread::tests::test_try_panic_message_owned_str ... ok | |
-test thread::tests::test_try_panic_message_static_str ... ok | |
-test thread::tests::test_try_panic_message_unit_struct ... ok | |
-test thread::tests::test_unnamed_thread ... ok | |
-test time::duration::tests::add ... ok | |
-test time::duration::tests::checked_add ... ok | |
-test time::duration::tests::checked_div ... ok | |
-test time::duration::tests::checked_mul ... ok | |
-test time::duration::tests::checked_sub ... ok | |
-test time::duration::tests::creation ... ok | |
-test time::duration::tests::div ... ok | |
-test time::duration::tests::mul ... ok | |
-test time::duration::tests::nanos ... ok | |
-test time::duration::tests::secs ... ok | |
-test time::duration::tests::sub ... ok | |
-test time::duration::tests::sub_bad1 ... ok | |
-test time::duration::tests::sub_bad2 ... ok | |
-test time::tests::instant_duration_panic ... ok | |
-test time::tests::instant_elapsed ... ok | |
-test time::tests::instant_math ... ok | |
-test time::tests::instant_monotonic ... ok | |
-test time::tests::since_epoch ... ok | |
-test time::tests::system_time_elapsed ... ok | |
-test time::tests::system_time_math ... ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment