aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests/vmIOandFlowOperationsTest.json
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-05-29 18:50:39 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-05-29 18:50:39 +0800
commite4a3cc31ac8fe98fbb2e07084b96e14973663397 (patch)
treea3244e6aec3711ff40356ce43ed7d81bf5c6f49d /VMTests/vmIOandFlowOperationsTest.json
parent1c692e3d7ac9303d5ad32271c5a59af438456e8d (diff)
downloadtangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar.gz
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar.bz2
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar.lz
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar.xz
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.tar.zst
tangerine-tests-e4a3cc31ac8fe98fbb2e07084b96e14973663397.zip
add PC overflow for JUMP
Diffstat (limited to 'VMTests/vmIOandFlowOperationsTest.json')
-rw-r--r--VMTests/vmIOandFlowOperationsTest.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/VMTests/vmIOandFlowOperationsTest.json b/VMTests/vmIOandFlowOperationsTest.json
index fd0f3d892..0667d262c 100644
--- a/VMTests/vmIOandFlowOperationsTest.json
+++ b/VMTests/vmIOandFlowOperationsTest.json
@@ -3073,6 +3073,78 @@
}
}
},
+ "jumpToUint64maxPlus1" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x0100",
+ "currentGasLimit" : "0x0f4240",
+ "currentNumber" : "0x00",
+ "currentTimestamp" : "0x01",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "code" : "0x6801000000000000000b565b5b6001600155",
+ "data" : "0x",
+ "gas" : "0x0186a0",
+ "gasPrice" : "0x5af3107a4000",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0x0de0b6b3a7640000"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x01" : "0x00"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x6801000000000000000b565b5b6001600155",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ }
+ },
+ "jumpToUintmaxPlus1" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x0100",
+ "currentGasLimit" : "0x0f4240",
+ "currentNumber" : "0x00",
+ "currentTimestamp" : "0x01",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "code" : "0x640100000007565b5b6001600155",
+ "data" : "0x",
+ "gas" : "0x0186a0",
+ "gasPrice" : "0x5af3107a4000",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0x0de0b6b3a7640000"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x01" : "0x00"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x640100000007565b5b6001600155",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ }
+ },
"jumpdestBigList" : {
"callcreates" : [
],