diff options
author | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-09 13:30:13 +0800 |
---|---|---|
committer | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-09 13:30:13 +0800 |
commit | c01bb9f90151a6ae0c9c33ad2b86b294cc82622e (patch) | |
tree | 5e86f3b3d268df716e4172b8be85fca231e269ec /src/GeneralStateTestsFiller/stCodeCopyTest | |
parent | 13ec231d38ccba457defd7e8352bc9cf5ffe1057 (diff) | |
download | tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar.gz tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar.bz2 tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar.lz tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar.xz tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.tar.zst tangerine-tests-c01bb9f90151a6ae0c9c33ad2b86b294cc82622e.zip |
Add comment to new tests explaining what they're covering.
Diffstat (limited to 'src/GeneralStateTestsFiller/stCodeCopyTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stCodeCopyTest/ExtCodeCopyTargetRangeLongerThanCodeTestsFiller.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stCodeCopyTest/ExtCodeCopyTargetRangeLongerThanCodeTestsFiller.json b/src/GeneralStateTestsFiller/stCodeCopyTest/ExtCodeCopyTargetRangeLongerThanCodeTestsFiller.json index fff8faf88..488aede8b 100644 --- a/src/GeneralStateTestsFiller/stCodeCopyTest/ExtCodeCopyTargetRangeLongerThanCodeTestsFiller.json +++ b/src/GeneralStateTestsFiller/stCodeCopyTest/ExtCodeCopyTargetRangeLongerThanCodeTestsFiller.json @@ -1,5 +1,8 @@ { "ExtCodeCopyTargetRangeLongerThanCodeTests": { + "_info" : { + "comment": "Uses EXTCODECOPY to copy 32 bytes of code into a 64 byte range of memory and ensures that the last 32 bytes of the memory range are zeroed out" + }, "env": { "currentCoinbase": "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty": "0x020000", |