Commit Graph

14531 Commits

Author SHA1 Message Date
winsvega
5d881b555d More Transaction Tests
Some tests to check YP statements
2015-02-26 18:51:06 +03:00
CJentzsch
4b4de350df Merge branch 'memTests' into addTests 2015-02-26 15:43:00 +01:00
CJentzsch
206d646dbf Merge remote-tracking branch 'upstream/develop' into memTests 2015-02-26 15:42:21 +01:00
CJentzsch
9ecd8661bb adjust to new quadratic memory rule 2015-02-26 14:29:23 +01:00
CJentzsch
f17f01a30e Merge remote-tracking branch 'upstream/develop' into addTests 2015-02-26 13:45:11 +01:00
CJentzsch
61d07d1328 add more sdiv smod tests 2015-02-26 13:44:59 +01:00
Gav Wood
a5b4f18dd7 Fix warnings. 2015-02-26 13:19:34 +01:00
CJentzsch
74a0e1ecff tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8 2015-02-26 08:36:07 +01:00
Christian
66b6860eb8 Stylistic changes. 2015-02-25 16:22:30 +01:00
CJentzsch
5d42586b28 include invalid transaction rlp block test 2015-02-25 15:57:51 +01:00
Christian
29c614ebaf Removed code duplication. 2015-02-25 15:55:42 +01:00
Christian
60ade5b33f LValue refactoring. 2015-02-25 15:41:19 +01:00
Christian
cc31a7ab32 LValue refactoring. 2015-02-25 15:41:19 +01:00
chriseth
50ab725701 Merge pull request #1132 from LefterisJP/sol_DebuggingInformation
Location information in AssemblyItems, filled by Solidity.
2015-02-25 15:24:16 +01:00
CJentzsch
24574ef337 add memory tests 2015-02-25 14:18:58 +01:00
CJentzsch
7f22c53b32 add commandline flag for tt10MBtxTest
bugix in trie test

undo trie test change
2015-02-25 14:18:56 +01:00
CJentzsch
6e32c6d955 use 50000 bytes for CALLDATACOPY 2015-02-25 14:18:55 +01:00
CJentzsch
aa1ec0cb72 add --all flag for time consuming tests 2015-02-25 14:18:55 +01:00
CJentzsch
296e917a6a add quadratic complexity tests 2015-02-25 14:18:55 +01:00
CJentzsch
4c3e1f7c4a add test for quadratic complexity
remove file with wrong name
2015-02-25 14:18:50 +01:00
CJentzsch
edc5050a4b add wrong v value tx test 2015-02-25 14:18:50 +01:00
CJentzsch
704474b361 add create contract with existing address test 2015-02-25 14:18:50 +01:00
Lefteris Karapetsas
c930068c77 Re-adding braces to if in test/Assembly.cpp 2015-02-25 12:37:13 +01:00
Lefteris Karapetsas
7f3a544d2a Move SourceLocation to evmcore 2015-02-25 12:19:02 +01:00
Lefteris Karapetsas
396075717f Move SourceLocation to evmcore 2015-02-25 12:19:02 +01:00
Lefteris Karapetsas
ece19cb913 Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
2015-02-25 12:02:58 +01:00
Lefteris Karapetsas
f43f79137b Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
2015-02-25 12:02:58 +01:00
Lefteris Karapetsas
71b0d8107a LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
2015-02-25 10:40:14 +01:00
Lefteris Karapetsas
b480b76015 LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
2015-02-25 10:40:14 +01:00
Lefteris Karapetsas
54121a0d78 Styling changes for SourceLocation and friends 2015-02-25 09:53:28 +01:00
Lefteris Karapetsas
689750e114 Styling changes for SourceLocation and friends 2015-02-25 09:53:28 +01:00
Paweł Bylica
37c5f585aa Merge remote-tracking branch 'upstream/develop' into pr/evmjit-v0.2 2015-02-24 18:56:58 +01:00
Gav Wood
c7be0fab39 Merge pull request #1129 from imapp-pl/pr/old_tests
Old VM tests used in EVM JIT development
2015-02-24 18:46:48 +01:00
Gav Wood
93950c5112 Merge pull request #1110 from winsvega/develop
Quadratic complexity test
2015-02-24 18:01:17 +01:00
Lefteris Karapetsas
fb328b778c Changes after rebase on top of Array Parsing 2015-02-24 17:31:06 +01:00
Lefteris Karapetsas
8aabe7082e Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
12c32392ab Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
5d204e9729 Reset CompilerContext's visited nodes at compile start 2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
3e5c9a74b2 Reset CompilerContext's visited nodes at compile start 2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
a269adb549 Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
1891020ffb Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
38cb123a82 Adding location information to assembly items
- In order to facilitate this addition we also now have a ScopeGuard
  object used in the Compiler to set the currently visited node.
2015-02-24 17:16:22 +01:00
Paweł Bylica
58d36bb65a Move old VM jump tests from EVM JIT to JSON file 2015-02-24 17:12:26 +01:00
subtly
682873ac97 Merge branch 'develop' into p2p 2015-02-24 16:56:32 +01:00
Paweł Bylica
718021691e Move old VM stack tests from EVM JIT to JSON file 2015-02-24 15:59:16 +01:00
Paweł Bylica
74814392f4 Move old VM return tests from EVM JIT to JSON file 2015-02-24 15:35:50 +01:00
Paweł Bylica
8de710e315 Move old VM memory tests from EVM JIT to JSON file 2015-02-24 15:25:28 +01:00
Paweł Bylica
30218a1d24 Move old VM environmental test from EVM JIT to JSON file 2015-02-24 15:13:26 +01:00
Paweł Bylica
c4731029b6 Move old VM arithmetic tests from EVM JIT to JSON file 2015-02-24 15:03:23 +01:00
Paweł Bylica
529865196f Merge remote-tracking branch 'upstream/develop' into evmjit 2015-02-24 12:40:47 +01:00