Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 014d370

Browse files
committed
New SIGNEXTEND tets
1 parent 155d449 commit 014d370

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

vmtests/vmBitwiseLogicOperationTest.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,6 +1836,49 @@
18361836
}
18371837
}
18381838
},
1839+
"signextend_BigBytePlus1_2" : {
1840+
"callcreates" : [
1841+
],
1842+
"env" : {
1843+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
1844+
"currentDifficulty" : "256",
1845+
"currentGasLimit" : "1000000",
1846+
"currentNumber" : "0",
1847+
"currentTimestamp" : "1",
1848+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
1849+
},
1850+
"exec" : {
1851+
"address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
1852+
"caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
1853+
"code" : "0x60ff68f0000000000000000116600057",
1854+
"data" : "0x",
1855+
"gas" : "10000",
1856+
"gasPrice" : "100000000000000",
1857+
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
1858+
"value" : "1000000000000000000"
1859+
},
1860+
"gas" : "9696",
1861+
"out" : "0x",
1862+
"post" : {
1863+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
1864+
"balance" : "1000000000000000000",
1865+
"code" : "0x60ff68f0000000000000000116600057",
1866+
"nonce" : "0",
1867+
"storage" : {
1868+
"0x" : "0xff"
1869+
}
1870+
}
1871+
},
1872+
"pre" : {
1873+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
1874+
"balance" : "1000000000000000000",
1875+
"code" : "0x60ff68f0000000000000000116600057",
1876+
"nonce" : "0",
1877+
"storage" : {
1878+
}
1879+
}
1880+
}
1881+
},
18391882
"signextend_BigByte_0" : {
18401883
"callcreates" : [
18411884
],

0 commit comments

Comments
 (0)