cap-primitives bump fixes windows bugs

This commit is contained in:
Pat Hickey
2021-02-03 17:31:15 -08:00
parent c8ca639b93
commit 72a8f9235d
2 changed files with 2 additions and 7 deletions

View File

@@ -192,11 +192,6 @@ mod wasi_tests {
/// Ignore tests that aren't supported yet.
fn cap_std_sync_ignore(name: &str) -> bool {
[
// Panic: Metadata not associated with open file
// https://github.com/bytecodealliance/cap-std/issues/142
"fd_flags_set",
"path_filestat",
"symlink_filestat",
// Trailing slash related bugs
"interesting_paths",
"path_rename_file_trailing_slashes",