Skip to content

Commit cd134c4

Browse files
authored
Merge pull request #875 from crytic/dev-0.8.6
Update tests for 0.8.6
2 parents fb4a4b8 + 5d1f03c commit cd134c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-1
lines changed

Diff for: tests/ast-parsing/compile/assembly-0.8.6-compact.zip

1.29 KB
Binary file not shown.
2.48 KB
Binary file not shown.
2.06 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/break-0.8.6-compact.zip

2.77 KB
Binary file not shown.
2.54 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/comment-0.8.6-compact.zip

1.16 KB
Binary file not shown.
2.47 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/continue-0.8.6-compact.zip

2.79 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/contract-0.8.6-compact.zip

2.46 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/dowhile-0.8.6-compact.zip

1.69 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/emit-0.8.6-compact.zip

1.94 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/enum-0.8.6-compact.zip

973 Bytes
Binary file not shown.

Diff for: tests/ast-parsing/compile/event-0.8.6-compact.zip

1.27 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/for-0.8.6-compact.zip

4.56 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/function-0.8.6-compact.zip

4.3 KB
Binary file not shown.
6.76 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/if-0.8.6-compact.zip

3.23 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/import-0.8.6-compact.zip

2.52 KB
Binary file not shown.
1.61 KB
Binary file not shown.
2.24 KB
Binary file not shown.
Binary file not shown.

Diff for: tests/ast-parsing/compile/literal-0.8.6-compact.zip

2.2 KB
Binary file not shown.
2.94 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/minmax-0.8.6-compact.zip

1.54 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/modifier-0.8.6-compact.zip

1.29 KB
Binary file not shown.
1.74 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/pragma-0.8.6-compact.zip

988 Bytes
Binary file not shown.

Diff for: tests/ast-parsing/compile/push-0.8.6-compact.zip

1.88 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/return-0.8.6-compact.zip

2.97 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/scope-0.8.6-compact.zip

2.51 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/struct-0.8.6-compact.zip

1.36 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/throw-0.8.6-compact.zip

853 Bytes
Binary file not shown.
1.53 KB
Binary file not shown.
2.75 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/trycatch-0.8.6-compact.zip

6.16 KB
Binary file not shown.
1.67 KB
Binary file not shown.
2.38 KB
Binary file not shown.
2.36 KB
Binary file not shown.
2.26 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/variable-0.8.6-compact.zip

4.15 KB
Binary file not shown.
Binary file not shown.

Diff for: tests/ast-parsing/compile/while-0.8.6-compact.zip

1.69 KB
Binary file not shown.

Diff for: tests/ast-parsing/compile/yul-0.8.6-compact.zip

4.52 KB
Binary file not shown.

Diff for: tests/test_ast_parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ALL_05 = range(0, 18)
2727
ALL_06 = range(0, 13)
2828
ALL_07 = range(0, 7)
29-
ALL_08 = range(0, 6)
29+
ALL_08 = range(0, 7)
3030

3131
# these are tests that are currently failing right now
3232
XFAIL = (

0 commit comments

Comments
 (0)