summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/coverage/WARNING_KEEP_NAMES_SHORT.txt
blob: 6a1403b8a0004687c3314ae05749cfe404b04948 (plain)
1
2
3
4
5
6
7
8
9
10
IMPORTANT: The Rust test programs in this directory generate various output
files in the `../coverage*` directories (`expected` and `actual` files).

Microsoft Windows has a relatively short limit on file paths (not individual
path components, but the entire path). The files generated by these
`../coverage*` tests typically have file paths that include the program
source file name plus function and type names (depending on the program).

Keep the test file names short, and keep function names and other symbols
short as well, to avoid hitting the Windows limits.