aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stSolidityTest
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-07-10 23:25:36 +0800
committerDimitry <winsvega@mail.ru>2017-07-10 23:25:36 +0800
commit4742f0591403245674ec02df4930d88ed5bd58bb (patch)
treecacd263760c79f8817b83c61e734ddd01e2bef1c /GeneralStateTests/stSolidityTest
parent5942d5373e1c41639305c3ade8360ea0e165a4bd (diff)
downloaddexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.gz
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.zst
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.zip
refill general state tests
Diffstat (limited to 'GeneralStateTests/stSolidityTest')
-rw-r--r--GeneralStateTests/stSolidityTest/AmbiguousMethod.json5
-rw-r--r--GeneralStateTests/stSolidityTest/CallInfiniteLoop.json5
-rw-r--r--GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json5
-rw-r--r--GeneralStateTests/stSolidityTest/CallRecursiveMethods.json5
-rw-r--r--GeneralStateTests/stSolidityTest/ContractInheritance.json5
-rw-r--r--GeneralStateTests/stSolidityTest/CreateContractFromMethod.json5
-rw-r--r--GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json5
-rw-r--r--GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestContractInteraction.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestContractSuicide.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestKeywords.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestOverflow.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestStoreGasPrices.json5
-rw-r--r--GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json5
16 files changed, 80 insertions, 0 deletions
diff --git a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
index 5306c75ae..60b997ba3 100644
--- a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
+++ b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
@@ -1,5 +1,10 @@
{
"AmbiguousMethod" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
index 5b318d8bd..4ea8e96e7 100644
--- a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
+++ b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
@@ -1,5 +1,10 @@
{
"CallInfiniteLoop" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/CallInfiniteLoopFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
index c2ff6ebdc..62eea675a 100644
--- a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
+++ b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
@@ -1,5 +1,10 @@
{
"CallLowLevelCreatesSolidity" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/CallLowLevelCreatesSolidityFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
index a0dba551d..9688cd0e7 100644
--- a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
+++ b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
@@ -1,5 +1,10 @@
{
"CallRecursiveMethods" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/CallRecursiveMethodsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/ContractInheritance.json b/GeneralStateTests/stSolidityTest/ContractInheritance.json
index 9fa7cfd7d..173f815f1 100644
--- a/GeneralStateTests/stSolidityTest/ContractInheritance.json
+++ b/GeneralStateTests/stSolidityTest/ContractInheritance.json
@@ -1,5 +1,10 @@
{
"ContractInheritance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json b/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json
index 2952372eb..be435d5ce 100644
--- a/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json
+++ b/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json
@@ -1,5 +1,10 @@
{
"CreateContractFromMethod" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json b/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json
index 848ce6da7..2a3f9fcdd 100644
--- a/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json
+++ b/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json
@@ -1,5 +1,10 @@
{
"RecursiveCreateContracts" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json b/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json
index 39a45431f..5cd68ba6e 100644
--- a/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json
+++ b/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json
@@ -1,5 +1,10 @@
{
"RecursiveCreateContractsCreate4Contracts" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
index 61c7e6835..78de595c7 100644
--- a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
+++ b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
@@ -1,5 +1,10 @@
{
"TestBlockAndTransactionProperties" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestBlockAndTransactionPropertiesFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestContractInteraction.json b/GeneralStateTests/stSolidityTest/TestContractInteraction.json
index b25aaa8b9..6410332cf 100644
--- a/GeneralStateTests/stSolidityTest/TestContractInteraction.json
+++ b/GeneralStateTests/stSolidityTest/TestContractInteraction.json
@@ -1,5 +1,10 @@
{
"TestContractInteraction" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestContractInteractionFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestContractSuicide.json b/GeneralStateTests/stSolidityTest/TestContractSuicide.json
index 649f10213..b94ac6ae8 100644
--- a/GeneralStateTests/stSolidityTest/TestContractSuicide.json
+++ b/GeneralStateTests/stSolidityTest/TestContractSuicide.json
@@ -1,5 +1,10 @@
{
"TestContractSuicide" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestContractSuicideFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
index 2cdf16694..ca62017ac 100644
--- a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
+++ b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
@@ -1,5 +1,10 @@
{
"TestCryptographicFunctions" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestCryptographicFunctionsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestKeywords.json b/GeneralStateTests/stSolidityTest/TestKeywords.json
index eae86257e..f0db4beeb 100644
--- a/GeneralStateTests/stSolidityTest/TestKeywords.json
+++ b/GeneralStateTests/stSolidityTest/TestKeywords.json
@@ -1,5 +1,10 @@
{
"TestKeywords" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestOverflow.json b/GeneralStateTests/stSolidityTest/TestOverflow.json
index d0b70eba2..78a385383 100644
--- a/GeneralStateTests/stSolidityTest/TestOverflow.json
+++ b/GeneralStateTests/stSolidityTest/TestOverflow.json
@@ -1,5 +1,10 @@
{
"TestOverflow" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
index e559dd213..48942d4f0 100644
--- a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
+++ b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
@@ -1,5 +1,10 @@
{
"TestStoreGasPrices" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestStoreGasPricesFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
index 603a54123..324cb7d82 100644
--- a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
+++ b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
@@ -1,5 +1,10 @@
{
"TestStructuresAndVariabless" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stSolidityTest/TestStructuresAndVariablessFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",