home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / language / perl_419 / results < prev    next >
Encoding:
Text File  |  1993-10-23  |  2.3 KB  |  118 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 in this sun-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. cmdopt.t
  31. decl.t
  32. package.t
  33. script.t
  34. term.t
  35. multiline.t
  36.  
  37. all of these pass. if you are running in this subdir then make sure 
  38. ./perl[.ttp] exists before running.
  39.  
  40. cpp.t
  41.  fails. i need to fix -P.
  42. ===============================
  43.  
  44. t/lib:
  45. bit.t : pass. make sure you have ..\..\lib if you are running in this
  46. subdir.
  47. ===============================
  48.  
  49. t/op:
  50. append.t    pass
  51. array.t        pass
  52. auto.t        pass
  53. chop.t        pass
  54. cond.t        pass
  55. dbm.t -- cant possibly work with gdbm, it does'nt create .pag etc files
  56. delete.t    pass
  57. do.t        pass
  58. each.t        pass
  59. eval.t        pass
  60. exec.t 4,5,6 fail rest pass (obviously)
  61. exp.t        pass
  62. flip.t        pass
  63. fork.t        correctly fails
  64. glob.t    1 fails rest pass (as i said dont depend on `....` to work on the ST)
  65. goto.t  1,2 pass 3 fail (what the heck is it doing)
  66. groups.t    makes no sense on the ST
  67. index.t        pass
  68. int.t        pass
  69. join.t        pass
  70. list.t        pass
  71. local.t        pass
  72. magic.t        fail obviously
  73. mkdir.t    the failure is obvious, rest pass (our err strings dont match unix's)
  74. oct.t        pass
  75. ord.t        pass
  76. pack.t        pass
  77. pat.t        pass!!!! (needed perl malloc)
  78. push.t        pass
  79. range.t        pass
  80. read.t        pass
  81. regexp.t    pass! (make sure re_tests is in cwd if running in cwd, and edit
  82.             path in regexp.t)
  83. repeat.t    pass
  84. s.t        pass
  85. sleep.t        pass
  86. sort.t        pass
  87. split.t        pass
  88. sprintf.t    pass
  89. stat.t        obvious ones fail, looks good
  90. study.t        pass
  91. substr.t    pass
  92. time.t    2 fails, rest pass (why ??)
  93. undef.t        pass
  94. unshift.t    pass
  95. vec.t        pass
  96. write.t    fail due to  `...`
  97. ===============================
  98.  
  99. io:
  100. if you are running in this subdir make sure:
  101. -- there is a file ../Makefile
  102. -- have a ./perl
  103.  
  104. argv.t: 2 & 3 fail
  105.     `.....` with pipes will not work. redirections may (have'nt checked)
  106.  
  107. dup.t: only 1 will pass. what the hell is the rest doing (the atari goes
  108.     into in infinite loop)
  109.  
  110. pipe.t: fails. have to look into this. pipe() on the atari sort of
  111. work most of the time. see gcc-lib/pipe.c
  112.  
  113. print.t: all pass
  114. tell.t: all pass
  115. ===============================
  116.  
  117. ++jrb    bammi@cadence.com
  118.