aboutsummaryrefslogtreecommitdiffstats
path: root/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-09-01 01:01:56 +0800
committerDimitry <winsvega@mail.ru>2017-09-01 01:26:42 +0800
commitbc7812a938bf409db31790c71a073efb1250fa20 (patch)
tree729d576fbc46142acd2ac0a881cbb5c8879fe541 /src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
parent97aba6e29853c247b8c51ac8f50fb84380964f32 (diff)
downloaddexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.gz
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.bz2
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.lz
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.xz
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.zst
dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.zip
split vm tests
Diffstat (limited to 'src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json')
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
new file mode 100644
index 000000000..49913992a
--- /dev/null
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
@@ -0,0 +1,32 @@
+{
+ "DynamicJump_valueUnderflow": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "(asm 1 2 3 CALLVALUE JUMP
+ JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN
+ JUMPDEST POP 0 MSTORE MSIZE 0 RETURN
+ JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "27",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}