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

4
Cargo.lock generated
View File

@@ -284,9 +284,9 @@ dependencies = [
[[package]] [[package]]
name = "cap-primitives" name = "cap-primitives"
version = "0.13.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75550da036d03babecf02559c77c44793c2506c68a0bca0951ff913203ca7f6a" checksum = "03fe58c6f9c08944a174235bcf0a862110bc75e9fbdfc64c851181010ab55189"
dependencies = [ dependencies = [
"errno", "errno",
"fs-set-times", "fs-set-times",

View File

@@ -192,11 +192,6 @@ mod wasi_tests {
/// Ignore tests that aren't supported yet. /// Ignore tests that aren't supported yet.
fn cap_std_sync_ignore(name: &str) -> bool { 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 // Trailing slash related bugs
"interesting_paths", "interesting_paths",
"path_rename_file_trailing_slashes", "path_rename_file_trailing_slashes",