Warning, /testsuites/fstests/fssymlink/jffs2_fssymlink.scn is written in an unsupported language. File is not indexed.
0001
0002
0003 *** FILE SYSTEM TEST ( JFFS2 ) ***
0004 Initializing filesystem JFFS2
0005
0006
0007 *** SYMLINK TEST ***
0008 Create a file named file
0009 Create a symlink named symlink to file
0010 call readlink
0011 file
0012 Unlink the file
0013 call readlink
0014 Create a dir named file
0015 Create a symlink named symlink to file
0016 call readlink
0017 rmdir the dir
0018 symlink loop erro test
0019 Testing creat with arguments: "path,mode" EXPECT "ELOOP"
0020 PASS
0021 Testing open with arguments: "path,O_CREAT|O_WRONLY,mode" EXPECT "ELOOP"
0022 PASS
0023 Testing truncate with arguments: "path,0" EXPECT "ELOOP"
0024 PASS
0025 Testing rename with arguments: "path,file04" EXPECT "ELOOP"
0026 FAIL ../../../../../../../rtems/c/src/../../testsuites/fstests/jffs2_fssymlink/../fssymlink/test.c: 151
0027 Testing unlink with arguments: "path" EXPECT "ELOOP"
0028 PASS
0029 Testing mkdir with arguments: "path,mode" EXPECT "ELOOP"
0030 PASS
0031 Testing rmdir with arguments: "path" EXPECT "ELOOP"
0032 PASS
0033 *** END OF SYMLINK TEST ***
0034
0035
0036 Shutting down filesystem JFFS2
0037 *** END OF FILE SYSTEM TEST ( JFFS2 ) ***