Skip to content

Commit 4156eea

Browse files
authored
Update test suite after upstream deno fixes. NFC (#26308)
See: #26235 Fixes: #26241
1 parent 2e79822 commit 4156eea

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/test_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,6 @@ def test_fs_emptyPath(self):
58955895
@crossplatform
58965896
@also_with_nodefs_both
58975897
@no_wasmfs('Assertion failed: open("./does-not-exist/", O_CREAT, 0777) == -1 in test_fs_enotdir.c line 20. https://github.com/emscripten-core/emscripten/issues/25035')
5898-
@no_deno('https://github.com/emscripten-core/emscripten/issues/26235')
58995898
def test_fs_enotdir(self):
59005899
if MACOS and '-DNODERAWFS' in self.cflags:
59015900
self.skipTest('BSD libc sets a different errno')
@@ -6001,7 +6000,6 @@ def test_fs_rename_on_existing(self):
60016000
@no_windows("stat ino values don't match on windows")
60026001
@crossplatform
60036002
@no_wasmfs('Assertion failed: "a_ino == sta.st" in test_fs_readdir_ino_matches_stat_ino.c, line 58. https://github.com/emscripten-core/emscripten/issues/25035')
6004-
@no_deno('https://github.com/emscripten-core/emscripten/issues/26235')
60056003
def test_fs_readdir_ino_matches_stat_ino(self):
60066004
self.do_runf('fs/test_fs_readdir_ino_matches_stat_ino.c', 'success')
60076005

@@ -6106,7 +6104,6 @@ def test_unistd_sysconf_phys_pages(self):
61066104
@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
61076105
@crossplatform
61086106
@with_all_fs
6109-
@no_deno('https://github.com/emscripten-core/emscripten/issues/26241')
61106107
def test_unistd_unlink(self):
61116108
# symlinks on node.js on non-linux behave differently (e.g. on Windows they require administrative privileges)
61126109
# so skip testing those bits on that combination.

0 commit comments

Comments
 (0)