zig/lib/std/io
Ryan Liptak 16b3d1004e Remove redundant test name prefixes now that test names are fully qualified
Follow up to #19079, which made test names fully qualified.

This fixes tests that now-redundant information in their test names. For example here's a fully qualified test name before the changes in this commit:

"priority_queue.test.std.PriorityQueue: shrinkAndFree"

and the same test's name after the changes in this commit:

"priority_queue.test.shrinkAndFree"
2024-02-26 15:18:31 -08:00
..
Reader Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
bit_reader.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
bit_writer.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
buffered_atomic_file.zig
buffered_reader.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
buffered_tee.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
buffered_writer.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
c_writer.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
change_detection_stream.zig
counting_reader.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
counting_writer.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
find_byte_writer.zig
fixed_buffer_stream.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
limited_reader.zig Fix simple doc mistakes. (#17624) 2023-10-21 21:24:55 +00:00
multi_writer.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
peek_stream.zig std: eliminate some uses of usingnamespace 2024-02-01 20:30:42 +00:00
Reader.zig std.io.Reader: add discard function 2024-02-23 02:37:11 -07:00
seekable_stream.zig
stream_source.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
test.zig Replace std.rand references with std.Random 2024-02-08 15:21:35 +01:00
tty.zig Fix TTY.detectConfig regression on windows 2023-07-02 00:07:24 -07:00
Writer.zig Add type-erased writer and GenericWriter 2024-01-29 19:02:18 -05:00