aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stShift
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-03-22 21:33:06 +0800
committerGitHub <noreply@github.com>2018-03-22 21:33:06 +0800
commit84bb716ffa7865a174f348ec907b7180db8ae6e1 (patch)
treecbeeb8c99a2c85fcced9756a83148f3093f06e29 /src/GeneralStateTestsFiller/stShift
parenta986dbd957f8dd502843fc15e11af59c7c6bc9b7 (diff)
parent12fd1114c213bd9e360c6d7e96c790848fe9944c (diff)
downloaddexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.tar.gz
dexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.tar.zst
dexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.zip
Merge pull request #435 from ethereum/better-dup-detector
Better dup detector
Diffstat (limited to 'src/GeneralStateTestsFiller/stShift')
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl01Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl10Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl11Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json2
-rw-r--r--src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json b/src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json
index 5f8fbb2c3..666ab60d7 100644
--- a/src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 1; PUSH2 0x0100; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 1; PUSH2 0x0100; SHL; PUSH1 0; SSTORE",
"code" : "0x60016101001b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json b/src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json
index 3e214a599..8948f040e 100644
--- a/src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 1; PUSH2 0x0101; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 1; PUSH2 0x0101; SHL; PUSH1 0; SSTORE",
"code" : "0x60016101011b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json b/src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json
index e0ef17d1a..faf290c7d 100644
--- a/src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json
+++ b/src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 1; PUSH1 0xff; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 1; PUSH1 0xff; SHL; PUSH1 0; SSTORE",
"code" : "0x600160ff1b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl01Filler.json b/src/GeneralStateTestsFiller/stShift/shl01Filler.json
index d1ef0da09..d8c3c17e3 100644
--- a/src/GeneralStateTestsFiller/stShift/shl01Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl01Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 0; PUSH1 1; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 0; PUSH1 1; SHL; PUSH1 0; SSTORE",
"code" : "0x600060011b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl10Filler.json b/src/GeneralStateTestsFiller/stShift/shl10Filler.json
index 3b9375078..02ddb08da 100644
--- a/src/GeneralStateTestsFiller/stShift/shl10Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl10Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 1; PUSH1 0; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 1; PUSH1 0; SHL; PUSH1 0; SSTORE",
"code" : "0x600160001b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl11Filler.json b/src/GeneralStateTestsFiller/stShift/shl11Filler.json
index e7932e846..4e27aa975 100644
--- a/src/GeneralStateTestsFiller/stShift/shl11Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl11Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH1 1; PUSH1 1; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH1 1; PUSH1 1; SHL; PUSH1 0; SSTORE",
"code" : "0x600160011b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json b/src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json
index c9c0196b7..2d92a0d36 100644
--- a/src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x00; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x00; SHL; PUSH1 0; SSTORE",
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json b/src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json
index b19bf32f4..5fe85cbf2 100644
--- a/src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x01; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x01; SHL; PUSH1 0; SSTORE",
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json b/src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json
index 9b9050561..6febc6e68 100644
--- a/src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json
@@ -75,7 +75,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0xff; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0xff; SHL; PUSH1 0; SSTORE",
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json b/src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json
index 9f330f76e..212975f1b 100644
--- a/src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json
@@ -73,7 +73,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH2 0x0100; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH2 0x0100; SHL; PUSH1 0; SSTORE",
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055",
"nonce" : "0",
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json b/src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json
index c4b0b6e90..b97137908 100644
--- a/src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json
+++ b/src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json
@@ -73,7 +73,7 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
- "code" : "PUSH32 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x01; SHL; PUSH1 0; SSTORE",
+ "// code" : "PUSH32 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x01; SHL; PUSH1 0; SSTORE",
"code" : "0x7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055",
"nonce" : "0",
"storage" : {