kerneltest/e32utils/hcrscripts/test/array_test.txt
branchanywhere
changeset 20 d63d727ee0a6
parent 19 f6d3d9676ee4
parent 16 6d8ad5bee44b
child 21 af091391d962
equal deleted inserted replaced
19:f6d3d9676ee4 20:d63d727ee0a6
     1 #------------------------------------------------------------------------------
       
     2 # Large Array Settings Test file for use with the 'hcrmd' tool.
       
     3 #
       
     4 
       
     5 #------------------------------------------------------------------------------
       
     6 # Signed Integer array 32-bit tests
       
     7 #
       
     8 @
       
     9 cuid: 0xee000001
       
    10 eid:  121
       
    11 type: ArrayInt32
       
    12 flags: 0x0000
       
    13 arrval: 2147483647
       
    14 arrval: 2147483647
       
    15 .
       
    16 @
       
    17 cuid: 0xee000001
       
    18 eid:  122
       
    19 type: ArrayInt32
       
    20 flags: 0x0000
       
    21 arrval: 1
       
    22 .
       
    23 @
       
    24 cuid: 0xee000001
       
    25 eid:  123
       
    26 type: ArrayInt32
       
    27 flags: 0x0000
       
    28 arrval: -2147483648
       
    29 arrval: -2147483648
       
    30 arrval: -2147483648
       
    31 .
       
    32 
       
    33 
       
    34 #------------------------------------------------------------------------------
       
    35 # Unsigned Integer array 32-bit tests
       
    36 #
       
    37 @
       
    38 cuid: 0xee000004
       
    39 eid:  131
       
    40 type: ArrayUInt32
       
    41 flags: 0x0000
       
    42 arrval: 4294967295
       
    43 arrval: 4294967295
       
    44 arrval: 4294967295
       
    45 arrval: 4294967295
       
    46 .
       
    47 
       
    48 @
       
    49 cuid: 0xee000004
       
    50 eid:  132
       
    51 type: ArrayUInt32
       
    52 flags: 0x0000
       
    53 arrval: 0
       
    54 .