Fork of plugeth with any needed changes for statediff plugin
Go to file
obscuren 58c6cc8fd7 Squashed 'tests/files/' changes from 559268b..8f3fbe6
8f3fbe6 Pv59 changes
2633cce JS fails
748f803 Merge remote-tracking branch 'origin' into develop
2e60a20 JS failure
2673f14 Incorrect Test deletion
345261d More Transaction Tests
300998f add blockchain tests - uncle gen 0 - in-chain-uncle
7e8585a gas counter overflow
5af1002 check overflow of v value in tx tests
53ee775 memory stress tests 28
46045b7 add 1024 stack size tests
4678ee8 add 1024 stack size limit tests
3b870f6 rm test
7c51854 fix test
74f1e91 cpp fail
ce9535a add cppjit fail
2e17a2e SDIV tests
cd38e05 first JS failures
d5e80d5 Delete st201503181858GO.json

git-subtree-dir: tests/files
git-subtree-split: 8f3fbe63f92c413fda1fc68cf27a9dbb69681168
2015-03-24 11:22:58 +01:00
ansible Squashed 'tests/files/' changes from 0749546..641ebaa 2015-03-17 12:02:49 +01:00
BasicTests Squashed 'tests/files/' changes from 0749546..641ebaa 2015-03-17 12:02:49 +01:00
BlockchainTests Squashed 'tests/files/' changes from 05fe945..b9e4e74 2015-03-09 01:02:12 +01:00
BlockTests Squashed 'tests/files/' changes from 559268b..8f3fbe6 2015-03-24 11:22:58 +01:00
PoWTests Squashed 'tests/files/' changes from e558aa4..559268b 2015-03-19 21:14:51 +01:00
StateTests Squashed 'tests/files/' changes from 559268b..8f3fbe6 2015-03-24 11:22:58 +01:00
TransactionTests Squashed 'tests/files/' changes from 559268b..8f3fbe6 2015-03-24 11:22:58 +01:00
TrieTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
VMTests Squashed 'tests/files/' changes from 559268b..8f3fbe6 2015-03-24 11:22:58 +01:00
.gitignore updated python and go to new build requirement. added script to create 2015-02-05 12:07:12 +01:00
index.js added transaction tests to index.js 2015-02-10 14:38:48 -05:00
package.json bump 2015-02-12 00:56:22 -05:00
README.md More docs. 2014-02-21 18:35:51 +00:00
TODO Testing submodules 2014-07-02 10:14:05 -04:00

tests

Common tests for all clients to test against.

All files should be of the form:

{
	"test1name":
	{
		"test1property1": ...,
		"test1property2": ...,
		...
	},
	"test2name":
	{
		"test2property1": ...,
		"test2property2": ...,
		...
	}
}

Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values.