Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/shell/ash_test/ash-arith/arith.right

    r1765 r2725  
    565620 20
    575730 30
    58 ./arith.tests: line 117: syntax error: 1 ? 20 : x+=2
     58./arith.tests: line 117: arithmetic syntax error
    59596 6
    60606,5,3 6,5,3
     
    6262255 255
    636340 40
    64 ./arith.tests: line 163: syntax error:  7 = 43
     64./arith.tests: line 163: arithmetic syntax error
    6565./arith.tests: line 165: divide by zero
    66 ./arith.tests: let: line 166: syntax error: jv += $iv
    67 ./arith.tests: line 167: syntax error:  jv += $iv
    68 ./arith.tests: let: line 168: syntax error: rv = 7 + (43 * 6
     66./arith.tests: let: line 166: arithmetic syntax error
     67./arith.tests: line 167: arithmetic syntax error
     68./arith.tests: let: line 168: arithmetic syntax error
    6969abc
    7070def
    7171ghi
    72 ./arith.tests: line 191: syntax error:  ( 4 + A ) + 4
     72./arith.tests: line 191: arithmetic syntax error
    737316 16
    74 ./arith.tests: line 196: syntax error:  4 ? : 3 + 5
    75 ./arith.tests: line 197: syntax error:  1 ? 20
    76 ./arith.tests: line 198: syntax error:  4 ? 20 :
     74./arith.tests: line 196: arithmetic syntax error
     75./arith.tests: line 197: malformed ?: operator
     76./arith.tests: line 198: arithmetic syntax error
    77779 9
    78 ./arith.tests: line 205: syntax error:  0 && B=42
    79 ./arith.tests: line 208: syntax error:  1 || B=88
     78./arith.tests: line 205: arithmetic syntax error
     79./arith.tests: line 208: arithmetic syntax error
    80809 9
    81819 9
     
    98984 4
    99994 4
    100 ./arith.tests: line 257: syntax error:  7--
    101 ./arith.tests: line 259: syntax error:  --x=7
    102 ./arith.tests: line 260: syntax error:  ++x=7
    103 ./arith.tests: line 262: syntax error:  x++=7
    104 ./arith.tests: line 263: syntax error:  x--=7
     100./arith.tests: line 257: arithmetic syntax error
     101./arith.tests: line 259: arithmetic syntax error
     102./arith.tests: line 260: arithmetic syntax error
     103./arith.tests: line 262: arithmetic syntax error
     104./arith.tests: line 263: arithmetic syntax error
    1051054 4
    1061067 7
    107107-7 -7
    108 ./arith1.sub: line 2: syntax error:  4--
    109 ./arith1.sub: line 3: syntax error:  4++
    110 ./arith1.sub: line 4: syntax error:  4 --
    111 ./arith1.sub: line 5: syntax error:  4 ++
     108./arith1.sub: line 2: arithmetic syntax error
     109./arith1.sub: line 3: arithmetic syntax error
     110./arith1.sub: line 4: arithmetic syntax error
     111./arith1.sub: line 5: arithmetic syntax error
    1121126 6
    1131133 3
     
    120120-2 -2
    1211211 1
    122 ./arith1.sub: line 37: syntax error:  +++7
    123 ./arith2.sub: line 2: syntax error:  --7
    124 ./arith2.sub: line 3: syntax error:  ++7
    125 ./arith2.sub: line 4: syntax error:  -- 7
    126 ./arith2.sub: line 5: syntax error:  ++ 7
     122./arith1.sub: line 37: arithmetic syntax error
     123./arith2.sub: line 2: arithmetic syntax error
     124./arith2.sub: line 3: arithmetic syntax error
     125./arith2.sub: line 4: arithmetic syntax error
     126./arith2.sub: line 5: arithmetic syntax error
    1271275 5
    1281281 1
    1291294 4
    1301300 0
    131 ./arith2.sub: line 42: syntax error:  -- - 7
    132 ./arith2.sub: line 47: syntax error:  ++ + 7
     131./arith2.sub: line 42: arithmetic syntax error
     132./arith2.sub: line 47: arithmetic syntax error
    1331338 12
    134 ./arith.tests: line 290: syntax error: a b
     134./arith.tests: line 290: arithmetic syntax error
    13513542
    13613642
Note: See TracChangeset for help on using the changeset viewer.