~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/libtest/lib517.c

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2009-11-05 10:11:57 UTC
  • mto: (3.3.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: james.westby@ubuntu.com-20091105101157-bj4sosg9l00k9c08
Tags: upstream-7.19.7
ImportĀ upstreamĀ versionĀ 7.19.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * $Id: lib517.c,v 1.6 2008-09-20 04:26:57 yangtse Exp $
 
8
 * $Id: lib517.c,v 1.8 2009-08-27 18:15:39 bagder Exp $
9
9
 */
10
10
 
11
11
#include "test.h"
38
38
  "Thu, 01-Jan-1970 00:59:59 GMT",
39
39
  "Thu, 01-Jan-1970 01:00:00 GMT",
40
40
/*  "2094 Nov 6", See ../data/test517 for details */
 
41
  "Sat, 15-Apr-17 21:01:22 GMT",
 
42
  "Thu, 19-Apr-2007 16:00:00 GMT",
 
43
  "Wed, 25 Apr 2007 21:02:13 GMT",
 
44
  "Thu, 19/Apr\\2007 16:00:00 GMT",
 
45
  "Fri, 1 Jan 2010 01:01:50 GMT",
 
46
  "Wednesday, 1-Jan-2003 00:00:00 GMT",
 
47
  ", 1-Jan-2003 00:00:00 GMT",
 
48
  " 1-Jan-2003 00:00:00 GMT",
 
49
  "1-Jan-2003 00:00:00 GMT",
 
50
  "Wed,18-Apr-07 22:50:12 GMT",
 
51
  "WillyWonka  , 18-Apr-07 22:50:12 GMT",
 
52
  "WillyWonka  , 18-Apr-07 22:50:12",
 
53
  "WillyWonka  ,  18-apr-07   22:50:12",
 
54
  "Mon, 18-Apr-1977 22:50:13 GMT",
 
55
  "Mon, 18-Apr-77 22:50:13 GMT",
 
56
  "\"Sat, 15-Apr-17\\\"21:01:22\\\"GMT\"",
 
57
  "Partyday, 18- April-07 22:50:12",
 
58
  "Partyday, 18 - Apri-07 22:50:12",
 
59
  "Wednes, 1-Januar-2003 00:00:00 GMT",
 
60
  "Sat, 15-Apr-17 21:01:22",
 
61
  "Sat, 15-Apr-17 21:01:22 GMT-2",
 
62
  "Sat, 15-Apr-17 21:01:22 GMT BLAH",
 
63
  "Sat, 15-Apr-17 21:01:22 GMT-0400",
 
64
  "Sat, 15-Apr-17 21:01:22 GMT-0400 (EDT)",
 
65
  "Sat, 15-Apr-17 21:01:22 DST",
 
66
  "Sat, 15-Apr-17 21:01:22 -0400",
 
67
  "Sat, 15-Apr-17 21:01:22 (hello there)",
 
68
  "Sat, 15-Apr-17 21:01:22 11:22:33",
 
69
  "Sat, 15-Apr-17 ::00 21:01:22",
 
70
  "Sat, 15-Apr-17 boink:z 21:01:22",
 
71
  "Sat, 15-Apr-17 91:22:33 21:01:22",
 
72
  "Thu Apr 18 22:50:12 2007 GMT",
 
73
  "22:50:12 Thu Apr 18 2007 GMT",
 
74
  "Thu 22:50:12 Apr 18 2007 GMT",
 
75
  "Thu Apr 22:50:12 18 2007 GMT",
 
76
  "Thu Apr 18 22:50:12 2007 GMT",
 
77
  "Thu Apr 18 2007 22:50:12 GMT",
 
78
  "Thu Apr 18 2007 GMT 22:50:12",
 
79
  "Sat, 15-Apr-17 21:01:22 GMT",
 
80
  "15-Sat, Apr-17 21:01:22 GMT",
 
81
  "15-Sat, Apr 21:01:22 GMT 17",
 
82
  "15-Sat, Apr 21:01:22 GMT 2017",
 
83
  "15 Apr 21:01:22 2017",
 
84
  "15 17 Apr 21:01:22",
 
85
  "Apr 15 17 21:01:22",
 
86
  "Apr 15 21:01:22 17",
 
87
  "2017 April 15 21:01:22",
 
88
  "15 April 2017 21:01:22",
 
89
  "98 April 17 21:01:22",
 
90
  "Thu, 012-Aug-2008 20:49:07 GMT",
 
91
#if 0
 
92
  /* leaving out these strings since they differ between 32 and 64 bit
 
93
     archs and the test suite has no good way to support two different outputs
 
94
     like that */
 
95
  "Thu, 12-Aug-31841 20:49:07 GMT",
 
96
  "Thu, 12-Aug-9999999999 20:49:07 GMT",
 
97
#endif
 
98
  "Thu, 999999999999-Aug-2007 20:49:07 GMT",
 
99
  "Thu, 12-Aug-2007 20:61:99999999999 GMT",
 
100
  "IAintNoDateFool",
41
101
  NULL
42
102
};
43
103