Changeset d653faf for tests


Ignore:
Timestamp:
May 4, 2021, 8:44:42 PM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a5db488, f55d54d
Parents:
3c2c2f0
Message:

Disabling the part of the new-array subscripting test that isn't working on 32-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/array-md-sbscr-cases.cfa

    r3c2c2f0 rd653faf  
    108108
    109109    // order wxzy: wx*z, y
    110 
     110  #if 0
     111    // not working on 32-bit
    111112    assert(( wxyz[[iw  , ix  , all , iz  ]][iy  ] == valExpected ));
    112113    assert(( wxyz[[iw  , ix  , all , iz-1]][iy  ] != valExpected ));
    113114    assert(( wxyz[[iw  , ix  , all , iz  ]][iy-1] != valExpected ));
     115  #endif
    114116}
    115117
Note: See TracChangeset for help on using the changeset viewer.