diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-27 18:15:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-27 18:15:38 +0000 |
commit | 1d92cf1dabd1669832f9dd50c82a9fd2719e19b3 (patch) | |
tree | 9e10cdd23f24c651444ccb74ee04181f3a687ca4 /tests/libtest | |
parent | 8d1e46bdcc2ae631d3f120e47413c5dc3d8da070 (diff) |
disable the tests that differ between 32 and 64 bit
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib517.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index 5f8971f8c..d07e74602 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -88,8 +88,13 @@ static const char *dates[]={ "15 April 2017 21:01:22", "98 April 17 21:01:22", "Thu, 012-Aug-2008 20:49:07 GMT", +#if 0 + /* leaving out these strings since they differ between 32 and 64 bit + archs and the test suite has no good way to support two different outputs + like that */ "Thu, 12-Aug-31841 20:49:07 GMT", "Thu, 12-Aug-9999999999 20:49:07 GMT", +#endif "Thu, 999999999999-Aug-2007 20:49:07 GMT", "Thu, 12-Aug-2007 20:61:99999999999 GMT", "IAintNoDateFool", |