CJentzsch
|
6d75b07b93
|
readd solidity tests
|
10 years ago |
CJentzsch
|
0ac34822d7
|
update test to new Block/State refactoring - credit to winsvega and chriseth
|
10 years ago |
chriseth
|
40ab01eddf
|
Allow explicit conversions bytes <-> string.
|
10 years ago |
chriseth
|
056180fb24
|
strings as mapping keys.
|
10 years ago |
arkpar
|
c72564d25c
|
fixing solidity tests
|
10 years ago |
Gav Wood
|
e14d000bea
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
f693ac0cc4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
ff2f952184
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
1e6bf809b4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
5ee3e8e5fc
|
All fields of BlockInfo now private.
|
10 years ago |
Liana Husikyan
|
3d44ae2665
|
now for SolidityEndToEndTest we can use compileRequireThrow<typename>
|
10 years ago |
Liana Husikyan
|
dadcb7baa3
|
modified test network to test exceptions during parsing of documentation
todo:
- change to work wirh all exceptions
- fix white space problems in the output text for Natspec
|
10 years ago |
Gav Wood
|
487349bf09
|
All fields of BlockInfo now private.
|
10 years ago |
chriseth
|
8221a3c4cd
|
Allow structs containing mappings in memory.
|
10 years ago |
chriseth
|
aa4f6bb6f1
|
Fix for initialising storage strings.
|
10 years ago |
chriseth
|
248eb88667
|
Fix comparison between bytes types.
Fixes #2087
|
10 years ago |
chriseth
|
9c3983d1c6
|
Flexible string literals, convertible to bytesX, bytes and string.
|
10 years ago |
chriseth
|
905da13c34
|
Struct constructors.
|
10 years ago |
chriseth
|
97dc2d61f0
|
Fix for copying arrays to storage.
|
10 years ago |
chriseth
|
d3ff381447
|
Memory structs.
|
10 years ago |
chriseth
|
4cdea67cea
|
Another test for arrays in constructors.
|
10 years ago |
chriseth
|
f95baf2cb9
|
Delete for memory objects.
|
10 years ago |
chriseth
|
79375056db
|
Do not copy reference types to memory in-place.
|
10 years ago |
chriseth
|
b5c2a28371
|
Initialisation of memory types.
|
10 years ago |
chriseth
|
1f9060faf0
|
Copy routines for non-byte arrays.
|
10 years ago |
chriseth
|
9e36e8c4e1
|
Decoding for constructor.
|
10 years ago |
chriseth
|
23a484e989
|
Remove dynamic return types.
|
10 years ago |
chriseth
|
5ba138f096
|
Memory-storage copy.
|
10 years ago |
chriseth
|
7afcafa127
|
Tests for constructor arguments "from outside".
|
10 years ago |
chriseth
|
faafba12fa
|
Storage array reference test.
|
10 years ago |
chriseth
|
536bd36185
|
Accessors for strings.
|
10 years ago |
chriseth
|
c75c72a994
|
Type conversion specialities for storage references.
|
10 years ago |
chriseth
|
e0c101ca3b
|
Copying between memory and memory.
Also fixed some encoding and padding issues with older copying code.
|
10 years ago |
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 |