aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Wasinger <j-wasinger@hotmail.com>2017-08-15 13:32:43 +0800
committerJared Wasinger <j-wasinger@hotmail.com>2017-08-17 02:57:43 +0800
commit3738370eb3e7dde7f3eccc12f7f74eda645fd60a (patch)
tree432e39ac647ff1bb61cf549ee9e5c66cf9557b62
parentb942cb51183ccfcdac4b2f77f5e8fe505a2e9592 (diff)
downloaddexon-tests-3738370eb3e7dde7f3eccc12f7f74eda645fd60a.tar.gz
dexon-tests-3738370eb3e7dde7f3eccc12f7f74eda645fd60a.tar.zst
dexon-tests-3738370eb3e7dde7f3eccc12f7f74eda645fd60a.zip
fix tests to conform to schema
-rw-r--r--GeneralStateTests/stBadOpcode/badOpcodeSLOADBYTES.json2
-rw-r--r--GeneralStateTests/stBadOpcode/badOpcodeSSIZE.json2
-rw-r--r--GeneralStateTests/stBadOpcode/badOpcodeSSTOREBYTES.json2
-rw-r--r--src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json4
-rw-r--r--src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json4
5 files changed, 7 insertions, 7 deletions
diff --git a/GeneralStateTests/stBadOpcode/badOpcodeSLOADBYTES.json b/GeneralStateTests/stBadOpcode/badOpcodeSLOADBYTES.json
index 773747bc0..40a146946 100644
--- a/GeneralStateTests/stBadOpcode/badOpcodeSLOADBYTES.json
+++ b/GeneralStateTests/stBadOpcode/badOpcodeSLOADBYTES.json
@@ -2,7 +2,7 @@
"badOpcodeSLOADBYTES" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5b7f5e90.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.075c821b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stBadOpcode/badOpcodeSSIZE.json b/GeneralStateTests/stBadOpcode/badOpcodeSSIZE.json
index 86cb38851..9b79ceff6 100644
--- a/GeneralStateTests/stBadOpcode/badOpcodeSSIZE.json
+++ b/GeneralStateTests/stBadOpcode/badOpcodeSSIZE.json
@@ -2,7 +2,7 @@
"badOpcodeSSIZE" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5b7f5e90.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.075c821b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSIZEFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stBadOpcode/badOpcodeSSTOREBYTES.json b/GeneralStateTests/stBadOpcode/badOpcodeSSTOREBYTES.json
index 9a5ae909a..fa23602ea 100644
--- a/GeneralStateTests/stBadOpcode/badOpcodeSSTOREBYTES.json
+++ b/GeneralStateTests/stBadOpcode/badOpcodeSSTOREBYTES.json
@@ -2,7 +2,7 @@
"badOpcodeSSTOREBYTES" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5b7f5e90.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.075c821b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json"
},
"env" : {
diff --git a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json
index 5f8612a16..1a8cab1a6 100644
--- a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json
+++ b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSLOADBYTESFiller.json
@@ -18,8 +18,8 @@
"network" : ["ALL"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
- "code": "SLOADBYTES: key, mstart, msize",
- "code" : "0x 6001 6000 6001 e1 6001 6002 55",
+ "//comment1": "SLOADBYTES: key, mstart, msize",
+ "//comment2" : "0x 6001 6000 6001 e1 6001 6002 55",
"code": "0x600160006001e16001600255",
"storage" : {
"0x01" : "0x01"
diff --git a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json
index 6ad2a60ce..74153c952 100644
--- a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json
+++ b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodeSSTOREBYTESFiller.json
@@ -18,8 +18,8 @@
"network" : ["ALL"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
- "code": "SSTOREBYTES: key, mstart, msize",
- "code" : "0x 6001 6000 6001 e2 6001 6002 55",
+ "//comment1": "SSTOREBYTES: key, mstart, msize",
+ "//comment2" : "0x 6001 6000 6001 e2 6001 6002 55",
"code": "0x600160006001e26001600255",
"storage" : {
"0x01" : "0x01"