Annotation of parser3/tests/results/379-curl.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 3497
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.2 ! moko 146: 8. invalid-status test result:
! 147: Type: curl.fail,
! 148: Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-status,
! 149: Comment: Unsupported protocol
1.1 moko 150: 9. no-status-1 test result:
1.2 ! moko 151: Type: curl.fail,
! 152: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-1,
! 153: Comment: Unsupported protocol
1.1 moko 154: 10. no-status-2 test result:
1.2 ! moko 155: Type: curl.fail,
! 156: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-2,
! 157: Comment: Unsupported protocol
1.1 moko 158: 11. no-status-3 test result:
1.2 ! moko 159: Type: curl.fail,
! 160: Source: http://www.parser.ru/_/tests/nph-379.pl?no-status-3,
! 161: Comment: Unsupported protocol
1.1 moko 162: 12. strange-status test result:
163: {
164: "class":"file",
165: "name":"nph-379.pl",
166: "size":0,
167: "mode":"text",
168: "content-type":"application\/octet-stream",
169: "status":200,
170: "tables":{},
171: "text":""
172: }
173: 13. strange-content-length-1 test result:
1.2 ! moko 174: Type: curl.fail,
! 175: Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-1,
! 176: Comment: Weird server reply
1.1 moko 177: 14. strange-content-length-2 test result:
178: Type: number.format,
1.2 ! moko 179: Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-2,
! 180: Comment: '200OK?' is invalid number (int) for content-length
E-mail: