Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | query006: only set expectfailure on 32-bit systems | Andrew Gregory | 2013-08-21 |
| | | | | | | | | Use the architecture of the python interpreter running the test to detect 32bit systems. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Add pactest for overflowing date (year 2038 problem) | Dan McGee | 2011-09-01 |
This will work fine on x86_64 (or any platform that has a 64 bit long), but currently fails on i686. This test also stresses the recent changes to accommodate package size values greater than a 32 bit UINT_MAX. Signed-off-by: Dan McGee <dan@archlinux.org> |