Userzxcvbvnm
Userzxcvbvnm
### Summary The file is opened with O_RDWR and O_TRUNC, but do not print`Access mode: O_TRUNC`. I'm not sure whether this is a bug. ### Current State WasmEdge print: ```...
### Summary WasmEdge fails to read the source file of a softlink file. ### Current State WasmEdge prints: ``` Enter function path_readlink_00001_xYCLW readlinkat ``` ### Expected State prints: ``` Enter...
### Summary WasmEdge fails to set the rights. I'm not sure whether this is a bug. ### Current State WasmEdge prints: ``` Failed to set fd rights. ``` ### Expected...
### Summary Successfully set O_SYNC or O_DSYNC, but cannot print. I'm not sure whether this is a bug. If the test case set O_SYNC or O_DSYNC, wasmedge could not print...
### Summary Allocate the file size from a value which is larger the file size, WasmEdge fails to allocate. I'm not sure whether this is a bug. ### Current State...
### Describe the bug Hard link creation successful print but the file do not exist. Related to https://github.com/wasmerio/wasmer/issues/4870 ### Steps to reproduce (1)The test case is : ``` #include #include...
### Describe the bug Does not set time as expected. ### Steps to reproduce (1)The test case is : ``` #define _XOPEN_SOURCE 700 #include #include #include #include #include #include #include...
### Describe the bug Read directory failed. ### Steps to reproduce (1)The test case is : ``` #include #include #include #include #include #include int get_fd(const char *filename, int flags) {...
### Describe the bug This maybe related to https://github.com/wasmerio/wasmer/issues/4892 ### Steps to reproduce (1)The test case is : ``` #include #include #include #include #include #include int get_fd(const char *filename, int...
### Describe the bug Fail to write the array content into the file, although print success. ### Steps to reproduce (1)The test case is : ``` #include #include #include #include...