aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests/RandomTests/201503110219PYTHON.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-12 07:57:28 +0800
committerobscuren <geffobscura@gmail.com>2015-03-12 07:57:28 +0800
commit92c6150199395eea6c9893b631cc990e3ff72a33 (patch)
tree71b5412f18c49d2b64434cfdfd6d77976c74af29 /VMTests/RandomTests/201503110219PYTHON.json
parent3deb470b2d07d28040a381722022cdf8867a829a (diff)
downloaddexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar.gz
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar.bz2
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar.lz
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar.xz
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.tar.zst
dexon-92c6150199395eea6c9893b631cc990e3ff72a33.zip
Squashed 'tests/files/' changes from e390be4..dbdd0f8
dbdd0f8 update test script for python 29dced2 add failing python test 5b7ebb9 OOG or 1024 depth level fail 3f58fd8 run OOG at tx level with to high value for call 39d8595 run OOG and too high value for call/callcode 55fbf95 run OOG and too high value for call/callcode 8856bfb add callCreateCallCode test file d2da29e check value when doing callcode 129a464 suicide and storage refund tests with and without storage 6aa5e29 suicide and storage refund tests fff323d python fails 963648b python callcode fail 31ce83a python big memory fail 531bc36 add memory stress test using return b7021c7 renaming 959ff59 vm input limit tests 1c3741f update blockchain tests with new uncle reward rule git-subtree-dir: tests/files git-subtree-split: dbdd0f829dea8aa053159707caf353d83bf5be0f
Diffstat (limited to 'VMTests/RandomTests/201503110219PYTHON.json')
-rw-r--r--VMTests/RandomTests/201503110219PYTHON.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/VMTests/RandomTests/201503110219PYTHON.json b/VMTests/RandomTests/201503110219PYTHON.json
new file mode 100644
index 000000000..20a52afe6
--- /dev/null
+++ b/VMTests/RandomTests/201503110219PYTHON.json
@@ -0,0 +1,31 @@
+{
+ "randomVMtest" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "115792089237316195423570985008687907853269984665640564039457584007913129639935",
+ "currentGasLimit" : "1000000",
+ "currentNumber" : "300",
+ "currentTimestamp" : "2",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "code" : "0x4040459143404144809759886d608f",
+ "data" : "0x",
+ "gas" : "10000",
+ "gasPrice" : "100000000000000",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "1000000000000000000",
+ "code" : "0x4040459143404144809759886d608f",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ }
+ }
+}