Thirumalai Nagalingam
Thirumalai Nagalingam
### Description - The [systemcall test](https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/7a762b853e1a994616adab1e499c866629be0e74/winsup/testsuite/winsup.api/systemcall.c) is failing at [line no:30](https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/7a762b853e1a994616adab1e499c866629be0e74/winsup/testsuite/winsup.api/systemcall.c#L30) - system("ls") fails because spawnvp cannot locate "/bin/sh". - find_exec returns null as /bin/sh does not exist under C:....
### Description - In the **semtest**, the failure occurs because the `make_request` function in [sem.cc](https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/87fd50f4f8d1266ed5600752977e3f6e8b25e402/winsup/cygwin/sem.cc#L112) returns `-1`. Initially, we couldn’t step into the cygserver code, but after adding the `-g...
### **Description** When using `creat()` with mode `0777` in a program compiled with `aarch64-pc-cygwin-gcc`, the created file ends up having default permissions set to `0644` instead of the expected `0777`....
### Description - Umask03 test fails at `if (low9mode != (~mskval & 0777))` [line no:102](https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/7a762b853e1a994616adab1e499c866629be0e74/winsup/testsuite/winsup.api/ltp/umask03.c#L102). - The condition for expected permission fails so the test fails. ### Acceptance criteria -...
### Description The following test are failing due to unable to handle invalid pointer. Most of these test fails while trying to dereference and invalid memory address while negative testing,...