weixin_39631755 2020-11-29 10:31
浏览 0

CST regresions for Ansi-tests

The following tests crash clasp in cst , but not in ast

`
shared-initialize.error.2
cl-test::map.error.3
copy-pprint-dispatch.error.2
print.ratios.random
print.complex.random.2

` The following test fail in cst, but not in ast

`
   FLET.14
   FLET.15
   LABELS.14
   LABELS.15
   LET.15
   LET.19
   LET*.15 
   LET*.20 
   MACROLET.21
   MACROLET.22
   MACROLET.22A
   MACROLET.27 
   MACROLET.28
   MACROLET.31
   MACROLET.43
   MACROLET.44
   MACROLET.45, 
   PUSHNEW.ERROR.1
   PUSHNEW.ERROR.2 
   ARRAY-RANK.ERROR.5
   ARRAY-TOTAL-SIZE.ERROR.5
   HASH-TABLE-P.ERROR.2 
   ELT-V.10
   ELT-V.11 
   ELT-ADJ-ARRAY.10
   ELT-ADJ-ARRAY.11
   ELT-FILL-POINTER.3 
   ELT-FILL-POINTER.4
   ELT-FILL-POINTER.6
   ELT-FILL-POINTER.8 
   PPRINT-INDENT.ERROR.4
   PPRINT-INDENT.ERROR.4-UNSAFE 
   PPRINT-NEWLINE.ERROR.1
   PPRINT-NEWLINE.ERROR.1-UNSAFE 
   PPRINT-TAB.ERROR.5
   PPRINT-TAB.ERROR.5-UNSAFE
   COMPILE-FILE.15 
   DISASSEMBLE.ERROR.3

`

The following test work in cst, but not in ast

`
   MAKE-INSTANCE.ERROR.5 
   FUNCALL.ERROR.1
   FUNCALL.ERROR.2 
   THE.20
   MACROLET.24
   MACROLET.25 
   MACROLET.32
   MACROLET.39
   LISTEN.7
  ;;; I believe it is an error, that the following don't fail 
   LOOP.10.87 
   LOOP.1.39 
   LOOP.1.44 
   LOOP.1.45 
   LOOP.1.46 
   LOOP.1.47 
   LOOP.1.48 
   LOOP.1.49 

`

该提问来源于开源项目:clasp-developers/clasp

  • 写回答

10条回答 默认 最新

  • weixin_39631755 2020-11-29 10:31
    关注

    Will have a look at the errors an report any issue individually

    评论

报告相同问题?