aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests/vmBitwiseLogicOperation
diff options
context:
space:
mode:
authorJared Wasinger <j-wasinger@hotmail.com>2018-04-18 19:07:33 +0800
committerJared Wasinger <j-wasinger@hotmail.com>2018-04-18 19:07:33 +0800
commitf29231491230e400ba3728e912baf78cc46df46b (patch)
treeff56077986c84e202a48c96c9e77c520734305a4 /VMTests/vmBitwiseLogicOperation
parent477114bbd3cf7211d6bc5023138e9480b1243ad3 (diff)
downloaddexon-tests-f29231491230e400ba3728e912baf78cc46df46b.tar.gz
dexon-tests-f29231491230e400ba3728e912baf78cc46df46b.tar.zst
dexon-tests-f29231491230e400ba3728e912baf78cc46df46b.zip
add vm test for arithmetic (add) after byte
Diffstat (limited to 'VMTests/vmBitwiseLogicOperation')
-rw-r--r--VMTests/vmBitwiseLogicOperation/byteBN.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/VMTests/vmBitwiseLogicOperation/byteBN.json b/VMTests/vmBitwiseLogicOperation/byteBN.json
new file mode 100644
index 000000000..4939c0269
--- /dev/null
+++ b/VMTests/vmBitwiseLogicOperation/byteBN.json
@@ -0,0 +1,52 @@
+{
+ "byteBN" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.6ae986d2.Linux.g++",
+ "lllcversion" : "Version: 0.4.19+commit.c4cbbb05.Linux.clang",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json",
+ "sourceHash" : "5d2c4a67b3c2ccb6c5639356c952756ce48f5ced3bffc96b239ef9e103a0db07"
+ },
+ "callcreates" : [
+ ],
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x0100",
+ "currentGasLimit" : "0x0f4240",
+ "currentNumber" : "0x00",
+ "currentTimestamp" : "0x01"
+ },
+ "exec" : {
+ "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
+ "code" : "0x641234523456601f1a8001600155",
+ "data" : "0x",
+ "gas" : "0x0186a0",
+ "gasPrice" : "0x5af3107a4000",
+ "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0x0de0b6b3a7640000"
+ },
+ "gas" : "0x01386e",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xd3c21bcecceda1000000",
+ "code" : "0x641234523456601f1a8001600155",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0xac"
+ }
+ }
+ },
+ "pre" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xd3c21bcecceda1000000",
+ "code" : "0x641234523456601f1a8001600155",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ }
+ }
+} \ No newline at end of file