mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move actual test files.
This commit is contained in:
parent
6e626ad955
commit
d2105be57d
@ -1,5 +1,5 @@
|
||||
|
||||
======= data_storage.sol:C =======
|
||||
======= data_storage/input.sol:C =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
306 + 264400 = 264706
|
@ -1,5 +1,5 @@
|
||||
|
||||
======= gas_test_dispatch.sol:Large =======
|
||||
======= gas_test_dispatch/input.sol:Large =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
1034 + 998400 = 999434
|
||||
@ -27,7 +27,7 @@ external:
|
||||
g8(uint256): 20721
|
||||
g9(uint256): 20678
|
||||
|
||||
======= gas_test_dispatch.sol:Medium =======
|
||||
======= gas_test_dispatch/input.sol:Medium =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
411 + 376600 = 377011
|
||||
@ -42,7 +42,7 @@ external:
|
||||
g8(uint256): 20699
|
||||
g9(uint256): 20655
|
||||
|
||||
======= gas_test_dispatch.sol:Small =======
|
||||
======= gas_test_dispatch/input.sol:Small =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
153 + 107800 = 107953
|
@ -1,5 +1,5 @@
|
||||
|
||||
======= gas_test_dispatch_optimize.sol:Large =======
|
||||
======= gas_test_dispatch_optimize/input.sol:Large =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
300 + 262000 = 262300
|
||||
@ -27,7 +27,7 @@ external:
|
||||
g8(uint256): 20980
|
||||
g9(uint256): 20826
|
||||
|
||||
======= gas_test_dispatch_optimize.sol:Medium =======
|
||||
======= gas_test_dispatch_optimize/input.sol:Medium =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
190 + 143000 = 143190
|
||||
@ -42,7 +42,7 @@ external:
|
||||
g8(uint256): 20870
|
||||
g9(uint256): 20826
|
||||
|
||||
======= gas_test_dispatch_optimize.sol:Small =======
|
||||
======= gas_test_dispatch_optimize/input.sol:Small =======
|
||||
Gas estimation:
|
||||
construction:
|
||||
117 + 67400 = 67517
|
@ -1,6 +1,6 @@
|
||||
too_long_line.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
too_long_line/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line.sol:2:164: Error: Identifier not found or not unique.
|
||||
too_long_line/input.sol:2:164: Error: Identifier not found or not unique.
|
||||
... ffffffffffffffffffffffffffffffffff(announcementType Type, string Announcement, string ...
|
||||
^--------------^
|
@ -1,6 +1,6 @@
|
||||
too_long_line_both_sides_short.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
too_long_line_both_sides_short/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_both_sides_short.sol:2:15: Error: Identifier not found or not unique.
|
||||
too_long_line_both_sides_short/input.sol:2:15: Error: Identifier not found or not unique.
|
||||
function f(announcementTypeXXXXXXXXXXXXXXXXXXX ... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Type,
|
||||
^-------------------------------------------------------------------------^
|
@ -1,6 +1,6 @@
|
||||
too_long_line_edge_in.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
too_long_line_edge_in/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_edge_in.sol:2:36: Error: Identifier not found or not unique.
|
||||
too_long_line_edge_in/input.sol:2:36: Error: Identifier not found or not unique.
|
||||
function ffffffffffffffffffffff(announcementTypeTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT Ty, string A) onlyOwner external {
|
||||
^----------------------------------------------------------------------------------------------^
|
@ -1,6 +1,6 @@
|
||||
too_long_line_edge_out.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
too_long_line_edge_out/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_edge_out.sol:2:37: Error: Identifier not found or not unique.
|
||||
too_long_line_edge_out/input.sol:2:37: Error: Identifier not found or not unique.
|
||||
... function fffffffffffffffffffffff(announcementTypeTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT Typ, string A) onlyOwner external ...
|
||||
^----------------------------------------------------------------------------------------------^
|
@ -1,6 +0,0 @@
|
||||
too_long_line_left_short.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_left_short.sol:2:15: Error: Identifier not found or not unique.
|
||||
function f(announcementType Type, string Announcement, string ...
|
||||
^--------------^
|
6
test/cmdlineTests/too_long_line_left_short/err
Normal file
6
test/cmdlineTests/too_long_line_left_short/err
Normal file
@ -0,0 +1,6 @@
|
||||
too_long_line_left_short/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_left_short/input.sol:2:15: Error: Identifier not found or not unique.
|
||||
function f(announcementType Type, string Announcement, string ...
|
||||
^--------------^
|
@ -1,6 +1,6 @@
|
||||
too_long_line_right_short.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
too_long_line_right_short/input.sol:1:1: Warning: Source file does not specify required compiler version!
|
||||
contract C {
|
||||
^ (Relevant source part starts here and spans across multiple lines).
|
||||
too_long_line_right_short.sol:2:164: Error: Identifier not found or not unique.
|
||||
too_long_line_right_short/input.sol:2:164: Error: Identifier not found or not unique.
|
||||
... ffffffffffffffffffffffffffffffffff(announcementType Type,
|
||||
^--------------^
|
Loading…
Reference in New Issue
Block a user