Ticket #1951: tt1951-solaris.txt

File tt1951-solaris.txt, 1.5 KB (added by doughera, 11 years ago)

t/dynpmc/os.t failures

Line 
11..34
2ok 1 - Test cwd
3not ok 2 - Test bad cwd
4#     Failed test (t/dynpmc/os.t at line 79)
5#                   'Invalid argument
6# current instr.: 'main' pc 22 (/export/home/doughera/src/parrot/parrot-git/t/dynpmc/os_2.pir:6)
7# '
8#     doesn't match '/No such file or directory/
9# '
10# './parrot   "/export/home/doughera/src/parrot/parrot-git/t/dynpmc/os_2.pir"' failed with exit code 1
11ok 3 - Test chdir
12ok 4 - Test bad chdir
13ok 5 - Test mkdir
14ok 6 - Test bad mkdir
15ok 7 - Test rm call in a directory
16ok 8 - Test that rm removed the directory
17not ok 9 - Test bad rm calls
18#     Failed test (t/dynpmc/os.t at line 268)
19#                   'File exists
20# No such file or directory
21# '
22#     doesn't match '/Directory not empty
23# No such file or directory/
24# '
25ok 10 # skip broken test TT #457
26ok 11 - test bad stat
27ok 12 - Test OS.readdir
28ok 13 - Test bad OS.readdir
29ok 14 - Test OS.readdir with ord >127 # TODO TT #1836: non-ascii filenames not yet consistently working
30ok 15 - Test OS.rename
31ok 16 - file was really renamed
32ok 17 - Test bad OS.rename
33ok 18 # skip broken test TT #457
34ok 19 - Test rm call in a file
35ok 20 - Test that rm removed file
36ok 21 - Test symlink
37ok 22 - symlink was really created
38ok 23 - Test link
39ok 24 - hard link to file was really created
40ok 25 - Test dirlink
41ok 26 - Test umask
42ok 27 # skip chroot not available if not root
43ok 28 - Test get_user_id
44ok 29 - Test chmod
45ok 30 - really did chmod
46ok 31 - Test chmod
47ok 32 - Test can_read
48ok 33 - Test can_write
49ok 34 - Test can_execute
50# Looks like you failed 2 tests of 34.