We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dup()
1 parent 80ded52 commit 53f341cCopy full SHA for 53f341c
test/test_other.py
@@ -13989,13 +13989,8 @@ def test_unistd_close_noderawfs(self):
13989
self.emcc_args += ['--pre-js', 'pre.js']
13990
self.do_run_in_out_file_test('unistd/close.c')
13991
13992
- # WASMFS tests
13993
-
13994
- # TODO: This test will only work with the new file system.
13995
- # Addresses this issue: https://github.com/emscripten-core/emscripten/issues/4017
13996
- # The new file system also correctly identifies errors that the JS file system missed.
13997
- def test_wasmfs_dup(self):
13998
- self.set_setting('WASMFS')
+ @also_with_wasmfs
+ def test_unistd_dup(self):
13999
self.do_run_in_out_file_test('wasmfs/wasmfs_dup.c')
14000
14001
@also_with_wasmfs
0 commit comments