Loading openssl/src/ssl/test/mod.rs +6 −6 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ fn read_panic() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] #[should_panic(expected = "blammo")] fn flush_panic() { struct ExplodingStream(TcpStream); Loading Loading @@ -838,7 +838,7 @@ fn cert_store() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn tmp_dh_callback() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading Loading @@ -886,7 +886,7 @@ fn tmp_ecdh_callback() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn tmp_dh_callback_ssl() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading Loading @@ -945,7 +945,7 @@ fn idle_session() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn active_session() { let server = Server::builder().build(); Loading Loading @@ -1001,7 +1001,7 @@ fn status_callbacks() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn new_session_callback() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading @@ -1025,7 +1025,7 @@ fn new_session_callback() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn new_session_callback_swapped_ctx() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading Loading
openssl/src/ssl/test/mod.rs +6 −6 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ fn read_panic() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] #[should_panic(expected = "blammo")] fn flush_panic() { struct ExplodingStream(TcpStream); Loading Loading @@ -838,7 +838,7 @@ fn cert_store() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn tmp_dh_callback() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading Loading @@ -886,7 +886,7 @@ fn tmp_ecdh_callback() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn tmp_dh_callback_ssl() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading Loading @@ -945,7 +945,7 @@ fn idle_session() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn active_session() { let server = Server::builder().build(); Loading Loading @@ -1001,7 +1001,7 @@ fn status_callbacks() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn new_session_callback() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading @@ -1025,7 +1025,7 @@ fn new_session_callback() { } #[test] #[cfg_attr(libressl321, ignore)] #[cfg_attr(all(libressl321, not(libressl340)), ignore)] fn new_session_callback_swapped_ctx() { static CALLED_BACK: AtomicBool = AtomicBool::new(false); Loading