Hi! > In LTP(Jan 2012 release) Open Posix Test Suite, the test case > "aio-suspend/1-1.c" passes > successfully for Linux Kernel 2.6.35 for Target ARM but the same test case > fails for Kernel > version: 3.0.18. > > It throws error as : > aio_suspend/1-1.c Error at write(): No such file or directory.
That pretty much looks like problem on your side. All the test does prior to this error message is open a file and try to write into it. The file is created in /tmp so look for problems with creating files on your /tmp. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
