Alex Beregszaszi
|
075715cf15
|
Do not use obscure CompilerStack methods in tests
|
2017-07-18 16:14:25 +01:00 |
|
Alex Beregszaszi
|
6e4150a5cf
|
Test for version/license in jsonCompiler
|
2017-07-18 15:33:38 +01:00 |
|
benjaminion
|
22f771dd40
|
LLL: whole contract tests for the ENS Registry.
|
2017-07-18 11:16:10 +01:00 |
|
chriseth
|
b61f744dd9
|
Merge pull request #2565 from ethereum/literal-string-error
Include types in explicit conversion error message
|
2017-07-14 11:42:04 +02:00 |
|
Alex Beregszaszi
|
7c97546f44
|
Merge pull request #2559 from benjaminion/lll-contract-test-erc20
LLL: whole contract tests for ERC20 token.
|
2017-07-14 10:50:09 +02:00 |
|
benjaminion
|
3220ad0838
|
LLL: whole contract tests for ERC20 token.
|
2017-07-14 08:27:50 +01:00 |
|
Alex Beregszaszi
|
aec3eabdda
|
Add test for explicit type conversion literal string
|
2017-07-13 23:16:14 +02:00 |
|
Alex Beregszaszi
|
4229caaadc
|
Disable large arrays for memory location too
|
2017-07-13 22:47:35 +02:00 |
|
Alex Beregszaszi
|
e640bb2aed
|
Add tests for large calldata arrays
|
2017-07-13 22:47:35 +02:00 |
|
chriseth
|
a8d78bb767
|
Refactor compilation tests.
|
2017-07-13 21:47:29 +02:00 |
|
Alex Beregszaszi
|
9a5aac599e
|
Run tests on source code from docs
|
2017-07-13 17:10:37 +02:00 |
|
Alex Beregszaszi
|
b5da5f6e42
|
Merge pull request #2504 from ethereum/inlineasm-decl-empty
Support variable declarations without an assignment in assembly
|
2017-07-13 16:58:24 +02:00 |
|
chriseth
|
d1c3ecc94a
|
Merge pull request #2567 from ethereum/refactorExceptions
Refactor exceptions and provide comment function.
|
2017-07-13 16:56:03 +02:00 |
|
Alex Beregszaszi
|
ee3a2c0599
|
Add end-to-end test
|
2017-07-13 15:18:40 +02:00 |
|
Alex Beregszaszi
|
cee93d946d
|
Support parsing let statements without a value
|
2017-07-13 15:18:18 +02:00 |
|
chriseth
|
c9b51e71bd
|
Add another transfer testcase.
|
2017-07-13 15:10:34 +02:00 |
|
chriseth
|
09e821619e
|
Refactor exceptions and provide comment function.
|
2017-07-13 11:34:03 +02:00 |
|
Federico Bond
|
da917333d9
|
Fix error message formatting
|
2017-07-12 23:59:45 -03:00 |
|
Federico Bond
|
f20b150f38
|
Add type error when attempting value transfer to a non-payable contract
|
2017-07-12 23:57:53 -03:00 |
|
chriseth
|
b1c1fb6c83
|
Gnosis compilation contracts.
|
2017-07-12 15:55:11 +02:00 |
|
chriseth
|
b7a59652f1
|
Merge pull request #2501 from ethereum/undef-macros
Move UndefMacros from libdevcore to libsolidity/parsing
|
2017-07-12 15:07:20 +02:00 |
|
chriseth
|
106acd9cbb
|
Merge pull request #2522 from ethereum/testCode
Added various contracts for testing.
|
2017-07-12 15:03:29 +02:00 |
|
Alex Beregszaszi
|
db7ad508f8
|
Issue proper warning trying to access calldata variables in inline assembly
|
2017-07-12 10:48:44 +02:00 |
|
Alex Beregszaszi
|
699a3724ae
|
Merge pull request #2545 from benjaminion/lll-alloc-updated
LLL: alloc issues round-up
|
2017-07-11 22:44:41 +02:00 |
|
benjaminion
|
3bc935d932
|
LLL: rewrite alloc to avoid issues with edge cases.
|
2017-07-11 21:22:38 +01:00 |
|
Alex Beregszaszi
|
1682767c6e
|
Add failing implicit conversion test
|
2017-07-11 14:51:58 +01:00 |
|
chriseth
|
883666d2c0
|
Fix invalid "explicit storage keyword" warning for reference members of structs.
|
2017-07-10 18:30:41 +02:00 |
|
benjaminion
|
e3c58eada6
|
Test cases for for and while loops.
|
2017-07-08 19:55:41 +01:00 |
|
chriseth
|
0400e61e28
|
Deprecate throw.
|
2017-07-05 21:15:00 +02:00 |
|
chriseth
|
dd34277ca6
|
Warn if local storage reference variable does not use "storage" explicitly.
|
2017-07-05 19:38:00 +02:00 |
|
chriseth
|
ac84b36144
|
Added various contracts for testing.
|
2017-07-05 12:39:55 +02:00 |
|
chriseth
|
0cb93a5f7b
|
Test for internal "variable already present" error.
|
2017-07-04 19:33:54 +02:00 |
|
Alex Beregszaszi
|
b615b01449
|
Move UndefMacros from libdevcore to libsolidity/parsing
|
2017-07-02 00:09:46 +01:00 |
|
chriseth
|
dd9416be29
|
Merge pull request #2481 from ethereum/mload-optim
MLOAD has side-effects, treat it like that in the optimiser
|
2017-07-01 17:53:01 +02:00 |
|
Yoichi Hirai
|
4dfc413b8e
|
test: add a test passing an invalid boolean value as an event argument
Fixes #1381
|
2017-07-01 10:35:51 +01:00 |
|
Yoichi Hirai
|
fdc9ef14ad
|
test: add an assertion about storing an invalid boolean into the memory
|
2017-07-01 10:35:51 +01:00 |
|
Yoichi Hirai
|
7cbf6a86dd
|
test: add a test about storing an invalid boolean
|
2017-07-01 10:35:51 +01:00 |
|
chriseth
|
11dd89c70b
|
Removed useless test.
|
2017-06-30 21:27:39 +01:00 |
|
Alex Beregszaszi
|
0c92f53944
|
Correctly check for jump warnings
|
2017-06-30 20:47:33 +01:00 |
|
Alex Beregszaszi
|
d4fecc7b11
|
Warn on JUMP/JUMPI in inline assembly
|
2017-06-30 20:47:14 +01:00 |
|
chriseth
|
044058276e
|
Warn about callcode.
|
2017-06-30 16:37:32 +02:00 |
|
chriseth
|
2f983f7002
|
Merge pull request #2418 from benjaminion/lll-macro-tests
LLL: Full set of test cases for the built-in compiler macros.
|
2017-06-28 19:25:28 +02:00 |
|
chriseth
|
46caff4597
|
Test for negative stack height.
|
2017-06-28 16:55:49 +01:00 |
|
benjaminion
|
468d716800
|
LLL: Full set of test cases for the built-in compiler macros.
|
2017-06-28 16:07:45 +01:00 |
|
chriseth
|
79d1336687
|
Merge pull request #2462 from ethereum/lll-fix-def
LLL: fix redefinitions on some compilers
|
2017-06-28 16:32:43 +02:00 |
|
chriseth
|
803ab3626b
|
Verbose error message test failure.
|
2017-06-28 15:02:25 +02:00 |
|
chriseth
|
c3e5d6b7ef
|
Give min and max values in warning message.
|
2017-06-28 15:02:25 +02:00 |
|
chriseth
|
070a241899
|
Adjust other tests.
|
2017-06-28 11:41:03 +02:00 |
|
chriseth
|
c73ba612f4
|
Fix test error reporting if we ignore warnings.
|
2017-06-28 11:41:03 +02:00 |
|
chriseth
|
af7ff3a3ef
|
Update tests themselves
|
2017-06-28 11:41:03 +02:00 |
|