Annotation of parser3/tests/results/379-curl.processed, revision 1.3
1.1 moko 1: Content-Type: text/html
1.3 ! moko 2: Content-Length: 3923
1.1 moko 3:
4: 1. slow test result:
5: {
6: "class":"file",
7: "name":"nph-379.pl",
8: "size":20,
9: "mode":"text",
10: "content-type":"text\/plain",
11: "status":200,
12: "tables":{
13: "CONTENT-TYPE":[
14: {"value":"text\/plain"}
15: ],
16: "SOME HEADER":[
17: {"value":"value"}
18: ]
19: },
20: "CONTENT-TYPE":"text\/plain",
21: "SOME HEADER":"value",
22: "text":"body\nbody continues\n"
23: }
24: 2. valid-content-length test result:
25: {
26: "class":"file",
27: "name":"nph-379.pl",
28: "size":5,
29: "mode":"text",
30: "content-type":"text\/plain",
31: "status":200,
32: "tables":{
33: "CONTENT-TYPE":[
34: {"value":"text\/plain"}
35: ],
36: "CONTENT-LENGTH":[
37: {"value":"5"}
38: ]
39: },
40: "CONTENT-TYPE":"text\/plain",
41: "CONTENT-LENGTH":"5",
42: "text":"body\n"
43: }
44: 3. invalid-content-length test result:
45: Type: parser.runtime,
46: Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-content-length,
47: Comment: content size of 10000000000 bytes exceeds the limit (536870912 bytes)
48: 4. empty-body test result:
49: {
50: "class":"file",
51: "name":"nph-379.pl",
52: "size":0,
53: "mode":"text",
54: "content-type":"text\/plain",
55: "status":200,
56: "tables":{
57: "CONTENT-TYPE":[
58: {"value":"text\/plain"}
59: ]
60: },
61: "CONTENT-TYPE":"text\/plain",
62: "text":""
63: }
64: 4-win. empty-body-win test result:
65: {
66: "class":"file",
67: "name":"nph-379.pl",
68: "size":0,
69: "mode":"text",
70: "content-type":"text\/plain",
71: "status":200,
72: "tables":{
73: "CONTENT-TYPE":[
74: {"value":"text\/plain"}
75: ]
76: },
77: "CONTENT-TYPE":"text\/plain",
78: "text":""
79: }
80: 5. null-body test result:
81: {
82: "class":"file",
83: "name":"nph-379.pl",
84: "size":0,
85: "mode":"text",
86: "content-type":"application\/octet-stream",
87: "status":200,
88: "tables":{},
89: "text":""
90: }
91: 6. empty-headers test result:
92: {
93: "class":"file",
94: "name":"nph-379.pl",
95: "size":5,
96: "mode":"text",
97: "content-type":"application\/octet-stream",
98: "status":200,
99: "tables":{},
100: "text":"body\n"
101: }
102: 6-win. empty-headers-win test result:
103: {
104: "class":"file",
105: "name":"nph-379.pl",
106: "size":5,
107: "mode":"text",
108: "content-type":"application\/octet-stream",
109: "status":200,
110: "tables":{},
111: "text":"body\n"
112: }
113: 6-win. empty-headers-win test result:
114: {
115: "class":"file",
116: "name":"nph-379.pl",
117: "size":6,
118: "mode":"binary",
119: "content-type":"application\/octet-stream",
120: "status":200,
121: "tables":{},
122: "text":"body\r\n"
123: }
124: 7. null-headers test result:
125: {
126: "class":"file",
127: "name":"nph-379.pl",
128: "size":0,
129: "mode":"text",
130: "content-type":"application\/octet-stream",
131: "status":200,
132: "tables":{},
133: "text":""
134: }
1.2 moko 135: 7.1 bad-headers test result:
1.1 moko 136: {
137: "class":"file",
138: "name":"nph-379.pl",
1.2 moko 139: "size":5,
1.1 moko 140: "mode":"text",
141: "content-type":"application\/octet-stream",
142: "status":200,
143: "tables":{},
1.2 moko 144: "text":"body\n"
1.1 moko 145: }
1.3 ! moko 146: 7.1 bad-cookies test result:
! 147: {
! 148: "class":"file",
! 149: "name":"nph-379.pl",
! 150: "size":5,
! 151: "mode":"text",
! 152: "content-type":"text\/plain",
! 153: "status":200,
! 154: "tables":{
! 155: "CONTENT-TYPE":[
! 156: {"value":"text\/plain"}
! 157: ],
! 158: "SET-COOKIE":[
! 159: {"value":"no-value"}
! 160: ]
! 161: },
! 162: "CONTENT-TYPE":"text\/plain",
! 163: "SET-COOKIE":"no-value",
! 164: "cookies":[
! 165: {"name":"no-value","value":"","expires":"","max-age":"","domain":"","path":"","httponly":"","secure":""}
! 166: ],
! 167: "text":"body\n"
! 168: }
1.2 moko 169: 8. invalid-status test result:
170: Type: curl.fail,
171: Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-status,
172: Comment: Unsupported protocol
1.1 moko 173: 9. no-status-1 test result:
1.2 moko 174: Type: curl.fail,
175: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-1,
176: Comment: Unsupported protocol
1.1 moko 177: 10. no-status-2 test result:
1.2 moko 178: Type: curl.fail,
179: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-2,
180: Comment: Unsupported protocol
1.1 moko 181: 11. no-status-3 test result:
1.2 moko 182: Type: curl.fail,
183: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-3,
184: Comment: Unsupported protocol
1.1 moko 185: 12. strange-status test result:
186: {
187: "class":"file",
188: "name":"nph-379.pl",
189: "size":0,
190: "mode":"text",
191: "content-type":"application\/octet-stream",
192: "status":200,
193: "tables":{},
194: "text":""
195: }
196: 13. strange-content-length-1 test result:
1.2 moko 197: Type: curl.fail,
198: Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-1,
199: Comment: Weird server reply
1.1 moko 200: 14. strange-content-length-2 test result:
201: Type: number.format,
1.2 moko 202: Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-2,
203: Comment: '200OK?' is invalid number (int) for content-length
E-mail: