diff options
author | Gav Wood <i@gavwood.com> | 2014-06-28 00:18:24 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-06-28 00:18:24 +0800 |
commit | c818d132022c228c5b04ab82871f5971049b0c6d (patch) | |
tree | a127c793499f5bd72495f6173a462d8e70bb1ef9 /vmtests.json | |
parent | 9345bc13d40e6d288c37b650ace1db0c41a89d84 (diff) | |
download | tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar.gz tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar.bz2 tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar.lz tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar.xz tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.tar.zst tangerine-tests-c818d132022c228c5b04ab82871f5971049b0c6d.zip |
Removed arrays from Trie tests JSON as per conformance guide and changed
vocabulary to match other tests.
VM test updates.
Diffstat (limited to 'vmtests.json')
-rw-r--r-- | vmtests.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vmtests.json b/vmtests.json index 4398e398b..33f0844c3 100644 --- a/vmtests.json +++ b/vmtests.json @@ -10,7 +10,6 @@ } ], "env" : { - "code" : "{ (call (- (gas) 200) (caller) (+ 2 2 (* 4 4 4) (/ 2 2) (% 3 2) (- 8 2 2)) 0 0 0 0) }", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "256", "currentGasLimit" : "1000000", @@ -125,7 +124,6 @@ } ], "env" : { - "code" : "(seq (when (and 1 1) (call (- (gas) 200) (caller) 2 0 0 0 0)) (when (and 1 0) (call (- (gas) 200) (caller) 3 0 0 0 0)) (when (and 0 1) (call (- (gas) 200) (caller) 4 0 0 0 0)) (when (and 0 0) (call (- (gas) 200) (caller) 5 0 0 0 0)) (when (or 1 1) (call (- (gas) 200) (caller) 12 0 0 0 0)) (when (or 1 0) (call (- (gas) 200) (caller) 13 0 0 0 0)) (when (or 0 1) (call (- (gas) 200) (caller) 14 0 0 0 0)) (when (or 0 0) (call (- (gas) 200) (caller) 15 0 0 0 0)) )", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "256", "currentGasLimit" : "1000000", @@ -603,7 +601,6 @@ } ], "env" : { - "code" : "(call (- (gas) 200) (caller) 500000000000000000 0 0 0 0)", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "256", "currentGasLimit" : "1000000", @@ -704,7 +701,6 @@ "callcreates" : [ ], "env" : { - "code" : "(suicide (caller))", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "256", "currentGasLimit" : "1000000", |