Commit b94fef9
committed
gh-127146: Emscripten: Fix pathlib glob_dotdot test
The Emscripten path resolver uses the same mechanism for resolving ..
at a file system root as for resolving symlinks. This is because
roots don't store their mountpoints. If the parent of a node is itself,
it is a root but it might be a mountpoint in some other file system.
Anyways, if a path has enough ..'s at the root, it will return ELOOP.
Enough turns out to be 49.1 parent fba5dde commit b94fef9
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2954 | 2954 | | |
2955 | 2955 | | |
2956 | 2956 | | |
2957 | | - | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
2958 | 2963 | | |
2959 | 2964 | | |
2960 | 2965 | | |
| |||
0 commit comments