Update tests for 0.8.6

pull/875/head
Josselin 3 years ago
parent fb4a4b8416
commit 5d1f03ce24
  1. BIN
      tests/ast-parsing/compile/assembly-0.8.6-compact.zip
  2. BIN
      tests/ast-parsing/compile/assignment-0.8.6-compact.zip
  3. BIN
      tests/ast-parsing/compile/binaryoperation-0.8.6-compact.zip
  4. BIN
      tests/ast-parsing/compile/break-0.8.6-compact.zip
  5. BIN
      tests/ast-parsing/compile/call_to_variable-0.8.6-compact.zip
  6. BIN
      tests/ast-parsing/compile/comment-0.8.6-compact.zip
  7. BIN
      tests/ast-parsing/compile/conditional-0.8.6-compact.zip
  8. BIN
      tests/ast-parsing/compile/continue-0.8.6-compact.zip
  9. BIN
      tests/ast-parsing/compile/contract-0.8.6-compact.zip
  10. BIN
      tests/ast-parsing/compile/dowhile-0.8.6-compact.zip
  11. BIN
      tests/ast-parsing/compile/emit-0.8.6-compact.zip
  12. BIN
      tests/ast-parsing/compile/enum-0.8.6-compact.zip
  13. BIN
      tests/ast-parsing/compile/event-0.8.6-compact.zip
  14. BIN
      tests/ast-parsing/compile/for-0.8.6-compact.zip
  15. BIN
      tests/ast-parsing/compile/function-0.8.6-compact.zip
  16. BIN
      tests/ast-parsing/compile/functioncall-0.8.6-compact.zip
  17. BIN
      tests/ast-parsing/compile/if-0.8.6-compact.zip
  18. BIN
      tests/ast-parsing/compile/import-0.8.6-compact.zip
  19. BIN
      tests/ast-parsing/compile/indexaccess-0.8.6-compact.zip
  20. BIN
      tests/ast-parsing/compile/indexrangeaccess-0.8.6-compact.zip
  21. BIN
      tests/ast-parsing/compile/library_implicit_conversion-0.8.6-compact.zip
  22. BIN
      tests/ast-parsing/compile/literal-0.8.6-compact.zip
  23. BIN
      tests/ast-parsing/compile/memberaccess-0.8.6-compact.zip
  24. BIN
      tests/ast-parsing/compile/minmax-0.8.6-compact.zip
  25. BIN
      tests/ast-parsing/compile/modifier-0.8.6-compact.zip
  26. BIN
      tests/ast-parsing/compile/newexpression-0.8.6-compact.zip
  27. BIN
      tests/ast-parsing/compile/pragma-0.8.6-compact.zip
  28. BIN
      tests/ast-parsing/compile/push-0.8.6-compact.zip
  29. BIN
      tests/ast-parsing/compile/return-0.8.6-compact.zip
  30. BIN
      tests/ast-parsing/compile/scope-0.8.6-compact.zip
  31. BIN
      tests/ast-parsing/compile/struct-0.8.6-compact.zip
  32. BIN
      tests/ast-parsing/compile/throw-0.8.6-compact.zip
  33. BIN
      tests/ast-parsing/compile/top-level-0.8.6-compact.zip
  34. BIN
      tests/ast-parsing/compile/top-level-import-0.8.6-compact.zip
  35. BIN
      tests/ast-parsing/compile/trycatch-0.8.6-compact.zip
  36. BIN
      tests/ast-parsing/compile/tupleexpression-0.8.6-compact.zip
  37. BIN
      tests/ast-parsing/compile/unaryexpression-0.8.6-compact.zip
  38. BIN
      tests/ast-parsing/compile/unchecked-0.8.6-compact.zip
  39. BIN
      tests/ast-parsing/compile/using-for-0.8.6-compact.zip
  40. BIN
      tests/ast-parsing/compile/variable-0.8.6-compact.zip
  41. BIN
      tests/ast-parsing/compile/variabledeclaration-0.8.6-compact.zip
  42. BIN
      tests/ast-parsing/compile/while-0.8.6-compact.zip
  43. BIN
      tests/ast-parsing/compile/yul-0.8.6-compact.zip
  44. 2
      tests/test_ast_parsing.py

@ -26,7 +26,7 @@ ALL_04 = range(0, 27)
ALL_05 = range(0, 18)
ALL_06 = range(0, 13)
ALL_07 = range(0, 7)
ALL_08 = range(0, 6)
ALL_08 = range(0, 7)
# these are tests that are currently failing right now
XFAIL = (

Loading…
Cancel
Save