(self)
| 13941 | @crossplatform |
| 13942 | @with_all_fs |
| 13943 | def test_std_filesystem(self): |
| 13944 | if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'): |
| 13945 | self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830') |
| 13946 | self.do_other_test('test_std_filesystem.cpp') |
| 13947 | |
| 13948 | @crossplatform |
| 13949 | @with_all_fs |
nothing calls this directly
no test coverage detected