Liana Husikyan
808c7ea26d
cleaned up the tests
10 years ago
chriseth
e66a5ca0b5
Use dynamic memory for argument encoding.
10 years ago
Liana Husikyan
2d732e8923
removed byte0 keyword
10 years ago
Liana Husikyan
10615249cf
added test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
10 years ago
chriseth
0f8c4a7fbb
Bare functions return success condition.
10 years ago
Liana Husikyan
4757651b64
- conversion of positive literals to signed int
- tests
10 years ago
Liana Husikyan
a7732d2013
test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
214542eb5e
renamed the test framwork function.
10 years ago
Liana Husikyan
7512689bec
style fixes
10 years ago
Liana Husikyan
e8148a444f
style fixes in test/libsolidity/solidityExecutionFramework.h
fixed the test
10 years ago
Liana Husikyan
0d55798adf
removed exception when function is not found
10 years ago
Liana Husikyan
a723fb7e81
special handle of send
10 years ago
Liana Husikyan
7ef2c7dc44
modified the test
10 years ago
Liana Husikyan
5996d912a2
remove line for debugging
10 years ago
Liana Husikyan
803bea6654
test for constructor (out of band exception)
10 years ago
Liana Husikyan
4b0e0d8691
test for exception in constructor
10 years ago
Liana Husikyan
77e1d116ca
one more test to test the call of non-existed function
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
74549bd60f
added test to check evm exception
10 years ago
Liana Husikyan
10fe1b4cfe
added error jump instead of STOP instraction in case of exception
10 years ago
Liana Husikyan
378341ce60
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
050883805b
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
f3b89a9677
style fix
10 years ago
Liana Husikyan
4268174af7
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
c16ee526d5
added tests to check references to struct type.
10 years ago
Gav Wood
05ea9941c9
Move non-cryptopp dependent stuff into devcore.
10 years ago
Gav Wood
9adde95145
SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.
10 years ago
chriseth
4c69ecf16b
Bare callcode for addresses and contracts.
10 years ago
Liana Husikyan
ce64ea610c
added one more test
10 years ago
Liana Husikyan
71c2c7da45
fixed the test
10 years ago
chriseth
37440f3a01
New ABI encoding for dynamic types.
10 years ago
chriseth
1e6ff441fe
Fix for broken continue in for loop.
Fixes #1789 .
10 years ago
chriseth
7a5d5b3af3
Fix for deleting byte array elements.
Fixes #1759 .
10 years ago
chriseth
0a95634543
Fix regarding memory overwrite during sha3 computation.
10 years ago
chriseth
e480c7012c
bytes parameters for events and sha3.
10 years ago
chriseth
3146a7aeb7
Fix for Contract and Enum types as external function arguments.
10 years ago
chriseth
7386869de6
Fixed byte alignment for return type of ripemd160 built-in contract.
10 years ago
chriseth
69db1c7181
Removed (and added) some #ifs (but removed more than I added).
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
chriseth
b8d5936fbd
Tests for signed integers in storage.
10 years ago
chriseth
0b36ca86d7
Fixed function overloads.
Added tests, disallowed non-calling usage of non-unique function
references.
10 years ago
Gav Wood
fd404dee5d
Fix solidity tests.
10 years ago
Liana Husikyan
2cf5fdcadf
fixes
added more tests
10 years ago
Liana Husikyan
99b3f7a55c
added < uint256 uinttype to test
10 years ago
Liana Husikyan
46eb3f366b
added implementation to append code for State variable accessor
fixed tests
10 years ago
Liana Husikyan
518daee546
some more tests
10 years ago
Liana Husikyan
561e461ded
added createing FunctionType from ArrayType VariableDeclaration
added test
10 years ago
chriseth
b5e81a46ca
Retain more gas for the case that the called contract is not yet created.
10 years ago
Gav Wood
7984c35cbf
Disable SHA256/RIPEMD tests for now.
10 years ago
Gav Wood
9fb30b141e
Allow Solidity build to be disabled.
10 years ago
Lefteris Karapetsas
67ef8d1aea
Reorganizing conversion EndToEndTests
- Adding/Renaming tests so that we have one for each of the following:
* FixedBytes to Uint all sizes
* FixedBytes to FixedBytes all sizes
* Uint to FixedBytes all sizes
- Grouped them together location-wise to make more sense
10 years ago