Lines Matching +full:6 +full:a

8 diff --git a/compiler/rustc_errors/src/markdown/tests/term.rs b/compiler/rustc_errors/src/markdown/…
9 --- a/compiler/rustc_errors/src/markdown/tests/term.rs
11 @@ -61,6 +61,7 @@ fn test_wrapping_write() {
19 diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
20 --- a/compiler/rustc_interface/src/tests.rs
22 @@ -137,6 +137,7 @@ fn assert_non_crate_hash_different(x: &Options, y: &Options) {
30 @@ -145,6 +146,7 @@ fn test_switch_implies_cfg_test() {
38 @@ -154,6 +156,7 @@ fn test_switch_implies_cfg_test_unless_cfg_test() {
46 diff --git a/library/test/src/stats/tests.rs b/library/test/src/stats/tests.rs
47 --- a/library/test/src/stats/tests.rs
49 @@ -40,6 +40,7 @@
57 diff --git a/library/std/src/io/buffered/tests.rs b/library/std/src/io/buffered/tests.rs
59 --- a/library/std/src/io/buffered/tests.rs
61 @@ -488,6 +488,7 @@ fn flush(&mut self) -> io::Result<()> {
69 diff --git a/library/std/src/io/stdio/tests.rs b/library/std/src/io/stdio/tests.rs
71 --- a/library/std/src/io/stdio/tests.rs
73 @@ -25,6 +25,7 @@ fn stderrlock_unwind_safe() {
81 diff --git a/library/std/src/sync/mpsc/sync_tests.rs b/library/std/src/sync/mpsc/sync_tests.rs
83 --- a/library/std/src/sync/mpsc/sync_tests.rs
85 @@ -252,6 +252,7 @@ fn oneshot_single_thread_send_port_close() {
91 // Receiving on a closed chan will panic
93 @@ -347,6 +348,7 @@ fn oneshot_multi_task_recv_then_send() {
101 @@ -371,6 +373,7 @@ fn oneshot_multi_thread_close_stress() {
109 @@ -385,6 +388,7 @@ fn oneshot_multi_thread_send_close_stress() {
117 diff --git a/library/std/src/sync/mpsc/tests.rs b/library/std/src/sync/mpsc/tests.rs
119 --- a/library/std/src/sync/mpsc/tests.rs
121 @@ -233,6 +233,7 @@ fn oneshot_single_thread_send_port_close() {
127 // Receiving on a closed chan will panic
129 @@ -313,6 +314,7 @@ fn oneshot_multi_task_recv_then_send() {
137 @@ -337,6 +339,7 @@ fn oneshot_multi_thread_close_stress() {
145 @@ -351,6 +354,7 @@ fn oneshot_multi_thread_send_close_stress() {
153 diff --git a/library/std/src/sync/mutex/tests.rs b/library/std/src/sync/mutex/tests.rs
155 --- a/library/std/src/sync/mutex/tests.rs
157 @@ -82,6 +82,7 @@ fn drop(&mut self) {
165 @@ -106,6 +107,7 @@ fn test_get_mut() {
173 @@ -146,6 +148,7 @@ fn test_mutex_arc_condvar() {
181 @@ -175,6 +178,7 @@ fn test_arc_condvar_poison() {
189 @@ -220,6 +220,7 @@ fn test_mutex_arc_nested() {
197 diff --git a/library/std/src/sync/rwlock/tests.rs b/library/std/src/sync/rwlock/tests.rs
199 --- a/library/std/src/sync/rwlock/tests.rs
201 @@ -47,6 +47,7 @@ fn frob() {
209 @@ -72,6 +73,7 @@ fn test_rw_arc_poison_mapped_w_r() {
217 @@ -100,6 +102,7 @@ fn test_rw_arc_poison_mapped_w_w() {
225 @@ -127,6 +130,7 @@ fn test_rw_arc_no_poison_mapped_r_r() {
233 @@ -192,6 +196,7 @@ fn test_rw_arc() {
241 @@ -275,6 +280,7 @@ fn drop(&mut self) {
249 @@ -299,6 +305,7 @@ fn test_get_mut() {
257 diff --git a/library/std/src/sys/pal/unix/process/process_unix/tests.rs b/library/std/src/sys/pal/u…
259 --- a/library/std/src/sys/pal/unix/process/process_unix/tests.rs
261 @@ -6,6 +6,7 @@
269 @@ -37,6 +38,7 @@
277 diff --git a/library/std/src/thread/tests.rs b/library/std/src/thread/tests.rs
279 --- a/library/std/src/thread/tests.rs
281 @@ -116,6 +116,7 @@ fn test_is_finished() {
289 @@ -218,6 +219,7 @@ fn test_simple_newsched_spawn() {
297 @@ -234,6 +236,7 @@ fn test_try_panic_message_string_literal() {
305 @@ -250,6 +253,7 @@ fn test_try_panic_any_message_owned_str() {
313 @@ -268,6 +272,7 @@ fn test_try_panic_any_message_any() {
321 diff --git a/library/alloc/src/slice/tests.rs b/library/alloc/src/slice/tests.rs
322 --- a/library/alloc/src/slice/tests.rs
324 @@ -186,6 +186,7 @@
332 diff --git a/library/test/src/tests.rs b/library/test/src/tests.rs
333 --- a/library/test/src/tests.rs
335 @@ -424,6 +424,7 @@
343 diff --git a/library/std/src/sync/mutex/tests.rs b/library/std/src/sync/mutex/tests.rs
344 --- a/library/std/src/sync/mutex/tests.rs
346 @@ -193,6 +193,7 @@
354 diff --git a/library/std/src/sync/mutex/tests.rs b/library/std/src/sync/mutex/tests.rs
355 --- a/library/std/src/sync/mutex/tests.rs
357 @@ -272,6 +272,7 @@
365 diff --git a/library/std/src/sync/rwlock/tests.rs b/library/std/src/sync/rwlock/tests.rs
366 --- a/library/std/src/sync/rwlock/tests.rs
368 @@ -59,6 +59,7 @@ fn test_rw_arc_poison_wr() {
376 @@ -86,6 +87,7 @@ fn test_rw_arc_poison_ww() {
384 @@ -431,6 +433,7 @@ fn panic_while_mapping_read_unlocked_no_poison() {
392 diff --git a/library/core/benches/num/int_log/mod.rs b/library/core/benches/num/int_log/mod.rs
394 --- a/library/core/benches/num/int_log/mod.rs
396 @@ -98,6 +98,7 @@ fn $random_small(bench: &mut Bencher) {