rust/tests/ui/std
Jeff Martin ef815f3205 Specify a concrete stack size in channel tests
The channel-stack-overflow-issue-102246 regression test fails on
platforms with a small default stack size (e.g. Fuchsia, with a default
of 256KiB). Update the test to specify an exact stack size for both the
sender and receiver operations, to ensure it is platform agnostic.

Set the stack size to less than the total allocation size of the mpsc
channel, to continue to prove that the allocation is on the heap.
2025-03-19 12:55:02 -04:00
..
channel-stack-overflow-issue-102246.rs Specify a concrete stack size in channel tests 2025-03-19 12:55:02 -04:00
issue-3563-3.rs
issue-3563-3.stderr
issue-81357-unsound-file-methods.rs
stdio-from.rs
thread-sleep-ms.rs tests: cleanup tests/ui/std/thread-sleep-ms.rs 2025-01-23 20:51:29 +08:00
windows-bat-args.rs More robust extension checking 2024-09-03 14:36:21 +02:00
windows-bat-args1.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00
windows-bat-args2.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00
windows-bat-args3.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00