aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-04-03 21:55:12 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-04-03 21:55:12 +0800
commit7e3f85ed8242a5f10178b680f1f5b00ccc71141c (patch)
treecc43fbb078d35526463a9a33d0478a1e5ec2dcb6 /src/GeneralStateTestsFiller
parent68728e13b1a849c027fc88007964b9e5f385b5f6 (diff)
downloaddexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar.gz
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar.bz2
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar.lz
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar.xz
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.tar.zst
dexon-tests-7e3f85ed8242a5f10178b680f1f5b00ccc71141c.zip
Add a test that executes a single `REVERT` on an empty stack
Fixes https://github.com/ethereum/tests/issues/416
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r--src/GeneralStateTestsFiller/stRevertTest/RevertOnEmptyStackFiller.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertOnEmptyStackFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertOnEmptyStackFiller.json
new file mode 100644
index 000000000..1beb546ec
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stRevertTest/RevertOnEmptyStackFiller.json
@@ -0,0 +1,59 @@
+{
+ "RevertOnEmptyStack" : {
+ "_info" : {
+ "comment" : "Calling a runtime code that contains only a single `REVERT` should consume all gas."
+ },
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "10000000",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "expect" : [
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : -1,
+ "value" : -1
+ },
+ "network" : [">=Frontier"],
+ "result" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "999998000000",
+ "nonce" : "1"
+ }
+ }
+ }
+ ],
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+ "a000000000000000000000000000000000000000" : {
+ "balance" : "",
+ "code" : "0xfd",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [ "" ],
+ "gasLimit" : [
+ "2000000"
+ ],
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "a000000000000000000000000000000000000000",
+ "value" : [ "0" ]
+ }
+ }
+}