home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / perl-4.036.tar.gz / perl-4.036.tar / perl-4.036 / atarist / RESULTS < prev    next >
Text File  |  1993-02-08  |  2KB  |  121 lines

  1. t/base:
  2.  
  3. cond.t
  4. if.t
  5. lex.t
  6. pat.t
  7. term.t
  8.  
  9. all of these pass. if you are running from this directory
  10. make sure you have a file ..\Makefile for term.t to pass.
  11.  
  12. =================================
  13.  
  14. t/cmd:
  15.  
  16. elsif.t
  17. for.t
  18. mod.t
  19. subval.t
  20. switch.t
  21. while.t
  22.  
  23. all of these passed. be sure to set UNIXMODE for these to pass.
  24. make sure there is a file called ./TEST if you run in this sub-directory
  25. for mod.t.
  26.  
  27. =================================
  28.  
  29. t/comp:
  30.  
  31. cmdopt.t
  32. decl.t
  33. package.t
  34. script.t
  35. term.t
  36. multiline.t
  37.  
  38. all these work. if you are running in this subdir then cp perl.ttp ./perl
  39. before running.
  40.  
  41. cpp.t
  42.  fails. i need to fix for -P.
  43. =================================
  44.  
  45. t/io:
  46.  
  47. if you are running in this subdir make sure:
  48. -- there is a file ../Makefile
  49. -- have a ./perl
  50.  
  51. argv.t: 2 & 3 fail
  52.     `.....` with pipes will not work. redirections may (have'nt checked)
  53.  
  54. dup.t: only 1 will pass. what the hell is the rest doing (the atari goes
  55.     into in infinite loop)
  56.  
  57. pipe.t: fails. have to look into this. pipe() on the atari sort of
  58. work most of the time. see gcc-lib/pipe.c
  59.  
  60. print.t: all pass
  61. tell.t: all pass
  62. =================================
  63.  
  64. t/lib:
  65.  
  66. bit.t : pass
  67. =================================
  68.  
  69. t/op:
  70.  
  71. append.t    pass
  72. array.t        pass
  73. auto.t        pass
  74. chop.t        pass
  75. cond.t        pass
  76. dbm.t -- cant possibly work with gdbm, it does'nt create .pag etc files
  77. gdbm.t        added new test to test gdbm based perl
  78. delete.t    pass
  79. do.t        pass
  80. each.t        pass
  81. eval.t        pass
  82. exec.t 4,5,6 fail rest pass (obviously)
  83. exp.t        pass
  84. flip.t        pass
  85. fork.t        correctly fails
  86. glob.t    1 fails rest pass (as i said dont depend on `....` to work on the ST)
  87. goto.t  1,2 pass 3 fail (again because of `...`)
  88. groups.t    makes no sense on the ST
  89. index.t        pass
  90. int.t        pass
  91. join.t        pass
  92. list.t        pass
  93. local.t        pass
  94. magic.t        fail obviously
  95. mkdir.t    the failure is obvious, rest pass (our err strings dont match unix's)
  96. oct.t        pass
  97. ord.t        pass
  98. pack.t        pass
  99. pat.t        pass!!!! (works with lib malloc too now, yeah!)
  100. push.t        pass
  101. range.t        pass
  102. read.t        pass
  103. regexp.t    pass! (make sure re_tests is in cwd if running in cwd, and edit
  104.             path in regexp.t)
  105. repeat.t    pass
  106. s.t        pass
  107. sleep.t        pass
  108. sort.t        pass
  109. split.t        pass
  110. sprintf.t    pass
  111. stat.t        obvious ones fail, looks good
  112. study.t        pass
  113. substr.t    pass
  114. time.t        pass
  115. undef.t        pass
  116. unshift.t    pass
  117. vec.t        pass
  118. write.t    fail due to  `...`
  119. =================================
  120.  
  121.