diff options
author | Christian Heimes <christian@python.org> | 2022-06-05 07:59:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 07:59:47 (GMT) |
commit | 6f8367d3489eff07139bc908fdf666fc904ca445 (patch) | |
tree | c14934c1d16967db99a854819d203385e6e064c8 /Misc/NEWS.d/next/Tests | |
parent | 713eb184b50f2b8b138fb01187ee32fa29a815c9 (diff) | |
download | cpython-6f8367d3489eff07139bc908fdf666fc904ca445.zip cpython-6f8367d3489eff07139bc908fdf666fc904ca445.tar.gz cpython-6f8367d3489eff07139bc908fdf666fc904ca445.tar.bz2 |
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-06-03-14-18-37.gh-issue-90473.7iXVRK.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-06-04-12-05-31.gh-issue-90473.RSpjF7.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-06-03-14-18-37.gh-issue-90473.7iXVRK.rst b/Misc/NEWS.d/next/Tests/2022-06-03-14-18-37.gh-issue-90473.7iXVRK.rst new file mode 100644 index 0000000..a3165a0 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-06-03-14-18-37.gh-issue-90473.7iXVRK.rst @@ -0,0 +1,2 @@ +Skip symlink tests on WASI. wasmtime uses ``openat2(2)`` with +``RESOLVE_BENEATH`` flag, which prevents symlinks with absolute paths. diff --git a/Misc/NEWS.d/next/Tests/2022-06-04-12-05-31.gh-issue-90473.RSpjF7.rst b/Misc/NEWS.d/next/Tests/2022-06-04-12-05-31.gh-issue-90473.RSpjF7.rst new file mode 100644 index 0000000..07d5799 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-06-04-12-05-31.gh-issue-90473.RSpjF7.rst @@ -0,0 +1 @@ +Skip tests on WASI that require symlinks with absolute paths. |