modify partial functions and testcase, in order to support automatic conversion for int64/uint64

This commit is contained in:
dota17
2020-02-27 15:01:06 +08:00
parent c816de212b
commit 9532f94fa4
7 changed files with 169 additions and 42 deletions

View File

@@ -6,4 +6,5 @@ INT64 ADD OVERFLOW PASSED
INT64 ADD UNDERFLOW PASSED
UINT64 ADD PASSED
UINT64 ADD OVERFLOW PASSED
UINT64 ADD UNDERFLOW PASSED
PASSED