| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 15.4.4.19-8-c-i-19: FAIL | 1131 15.4.4.19-8-c-i-19: FAIL |
| 1132 # Bug? Array.prototype.map - element changed by getter on previous iterations is | 1132 # Bug? Array.prototype.map - element changed by getter on previous iterations is |
| 1133 # observed on an Array | 1133 # observed on an Array |
| 1134 15.4.4.19-8-c-i-28: FAIL | 1134 15.4.4.19-8-c-i-28: FAIL |
| 1135 # Bug? Array.prototype.filter applied to boolean primitive | 1135 # Bug? Array.prototype.filter applied to boolean primitive |
| 1136 15.4.4.20-1-3: FAIL | 1136 15.4.4.20-1-3: FAIL |
| 1137 # Bug? Array.prototype.filter applied to number primitive | 1137 # Bug? Array.prototype.filter applied to number primitive |
| 1138 15.4.4.20-1-5: FAIL | 1138 15.4.4.20-1-5: FAIL |
| 1139 # Bug? Array.prototype.filter applied to string primitive | 1139 # Bug? Array.prototype.filter applied to string primitive |
| 1140 15.4.4.20-1-7: FAIL | 1140 15.4.4.20-1-7: FAIL |
| 1141 # Bug? Array.prototype.filter - value of 'length' is a number (value is | |
| 1142 # negative) | |
| 1143 15.4.4.20-3-7: FAIL | |
| 1144 # Bug? Array.prototype.filter - value of 'length' is a number (value is | |
| 1145 # Infinity) | |
| 1146 # V8 timeout | |
| 1147 15.4.4.20-3-8: SKIP | |
| 1148 # Bug? Array.prototype.filter - 'length' is a string containing a negative | |
| 1149 # number | |
| 1150 15.4.4.20-3-12: FAIL | |
| 1151 # Bug? Array.prototype.filter - 'length' is a string containing a decimal number | |
| 1152 15.4.4.20-3-13: FAIL | |
| 1153 # Bug? Array.prototype.filter - 'length' is a string containing +/-Infinity | |
| 1154 15.4.4.20-3-14: SKIP | |
| 1155 # Bug? Array.prototype.filter - value of 'length' is a positive non-integer, | |
| 1156 # ensure truncation occurs in the proper direction | |
| 1157 # V8 timeout | |
| 1158 15.4.4.20-3-24: FAIL | |
| 1159 # Bug? Array.prototype.filter - value of 'length' is a negative non-integer, | |
| 1160 # ensure truncation occurs in the proper direction | |
| 1161 15.4.4.20-3-25: FAIL | |
| 1162 # Bug? Array.prototype.filter - value of 'length' is boundary value (2^32) | |
| 1163 # V8 timeout | |
| 1164 15.4.4.20-3-28: SKIP | |
| 1165 # Bug? Array.prototype.filter - value of 'length' is boundary value (2^32 + 1) | |
| 1166 # V8 timeout | |
| 1167 15.4.4.20-3-29: SKIP | |
| 1168 # Bug? Array.prototype.filter - side effects produced by step 2 are visible when | 1141 # Bug? Array.prototype.filter - side effects produced by step 2 are visible when |
| 1169 # an exception occurs | 1142 # an exception occurs |
| 1170 15.4.4.20-4-8: FAIL | 1143 15.4.4.20-4-8: FAIL |
| 1171 # Bug? Array.prototype.filter - side effects produced by step 3 are visible when | 1144 # Bug? Array.prototype.filter - side effects produced by step 3 are visible when |
| 1172 # an exception occurs | 1145 # an exception occurs |
| 1173 15.4.4.20-4-9: FAIL | 1146 15.4.4.20-4-9: FAIL |
| 1174 # Bug? Array.prototype.filter - the exception is not thrown if exception was | 1147 # Bug? Array.prototype.filter - the exception is not thrown if exception was |
| 1175 # thrown by step 2 | 1148 # thrown by step 2 |
| 1176 15.4.4.20-4-10: FAIL | 1149 15.4.4.20-4-10: FAIL |
| 1177 # Bug? Array.prototype.filter - the exception is not thrown if exception was | 1150 # Bug? Array.prototype.filter - the exception is not thrown if exception was |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 15.4.4.20-9-c-i-22: FAIL | 1186 15.4.4.20-9-c-i-22: FAIL |
| 1214 # Bug? Array.prototype.filter - element changed by getter on previous iterations | 1187 # Bug? Array.prototype.filter - element changed by getter on previous iterations |
| 1215 # is observed on an Array | 1188 # is observed on an Array |
| 1216 15.4.4.20-9-c-i-28: FAIL | 1189 15.4.4.20-9-c-i-28: FAIL |
| 1217 # Bug? Array.prototype.reduce applied to boolean primitive | 1190 # Bug? Array.prototype.reduce applied to boolean primitive |
| 1218 15.4.4.21-1-3: FAIL | 1191 15.4.4.21-1-3: FAIL |
| 1219 # Bug? Array.prototype.reduce applied to number primitive | 1192 # Bug? Array.prototype.reduce applied to number primitive |
| 1220 15.4.4.21-1-5: FAIL | 1193 15.4.4.21-1-5: FAIL |
| 1221 # Bug? Array.prototype.reduce applied to string primitive | 1194 # Bug? Array.prototype.reduce applied to string primitive |
| 1222 15.4.4.21-1-7: FAIL | 1195 15.4.4.21-1-7: FAIL |
| 1223 # Bug? Array.prototype.reduce - value of 'length' is a number (value is | |
| 1224 # negative) | |
| 1225 15.4.4.21-3-7: FAIL | |
| 1226 # Bug? Array.prototype.reduce - value of 'length' is a number (value is | |
| 1227 # Infinity) | |
| 1228 # V8 timeout. | |
| 1229 15.4.4.21-3-8: SKIP | |
| 1230 # Bug? Array.prototype.reduce - 'length' is a string containing a negative | |
| 1231 # number | |
| 1232 15.4.4.21-3-12: FAIL | |
| 1233 # Bug? Array.prototype.reduce - 'length' is a string containing a decimal number | |
| 1234 15.4.4.21-3-13: FAIL | |
| 1235 # Bug? Array.prototype.reduce - 'length' is a string containing +/-Infinity | |
| 1236 # V8 timeout. | |
| 1237 15.4.4.21-3-14: SKIP | |
| 1238 # Bug? Array.prototype.reduce - value of 'length' is a positive non-integer, | |
| 1239 # ensure truncation occurs in the proper direction | |
| 1240 15.4.4.21-3-24: FAIL | |
| 1241 # Bug? Array.prototype.reduce - value of 'length' is a negative non-integer, | |
| 1242 # ensure truncation occurs in the proper direction | |
| 1243 15.4.4.21-3-25: FAIL | |
| 1244 # Bug? Array.prototype.reduce - value of 'length' is boundary value (2^32) | |
| 1245 # V8 timeout. | |
| 1246 15.4.4.21-3-28: SKIP | |
| 1247 # Bug? Array.prototype.reduce - value of 'length' is boundary value (2^32 + 1) | |
| 1248 # V8 timeout. | |
| 1249 15.4.4.21-3-29: SKIP | |
| 1250 # Bug? Array.prototype.reduce - side effects produced by step 2 are visible when | 1196 # Bug? Array.prototype.reduce - side effects produced by step 2 are visible when |
| 1251 # an exception occurs | 1197 # an exception occurs |
| 1252 15.4.4.21-4-8: FAIL | 1198 15.4.4.21-4-8: FAIL |
| 1253 # Bug? Array.prototype.reduce - side effects produced by step 3 are visible when | 1199 # Bug? Array.prototype.reduce - side effects produced by step 3 are visible when |
| 1254 # an exception occurs | 1200 # an exception occurs |
| 1255 15.4.4.21-4-9: FAIL | 1201 15.4.4.21-4-9: FAIL |
| 1256 # Bug? Array.prototype.reduce - the exception is not thrown if exception was | 1202 # Bug? Array.prototype.reduce - the exception is not thrown if exception was |
| 1257 # thrown by step 2 | 1203 # thrown by step 2 |
| 1258 15.4.4.21-4-10: FAIL | 1204 15.4.4.21-4-10: FAIL |
| 1259 # Bug? Array.prototype.reduce - the exception is not thrown if exception was | 1205 # Bug? Array.prototype.reduce - the exception is not thrown if exception was |
| 1260 # thrown by step 3 | 1206 # thrown by step 3 |
| 1261 15.4.4.21-4-11: FAIL | 1207 15.4.4.21-4-11: FAIL |
| 1262 # Bug? Array.prototype.reduce - calling with no callbackfn is the same as | 1208 # Bug? Array.prototype.reduce - calling with no callbackfn is the same as |
| 1263 # passing undefined for callbackfn | 1209 # passing undefined for callbackfn |
| 1264 15.4.4.21-4-15: FAIL | 1210 15.4.4.21-4-15: FAIL |
| 1265 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not | 1211 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not |
| 1266 # delete non-configurable properties | 1212 # delete non-configurable properties |
| 1267 15.4.4.21-9-b-16: FAIL | 1213 15.4.4.21-9-b-16: FAIL |
| 1268 # Bug? Array.prototype.reduce - decreasing length of array does not delete | 1214 # Bug? Array.prototype.reduce - decreasing length of array does not delete |
| 1269 # non-configurable properties | 1215 # non-configurable properties |
| 1270 15.4.4.21-9-b-29: FAIL | 1216 15.4.4.21-9-b-29: FAIL |
| 1271 # Bug? Array.prototype.reduceRight applied to boolean primitive | 1217 # Bug? Array.prototype.reduceRight applied to boolean primitive |
| 1272 15.4.4.22-1-3: FAIL | 1218 15.4.4.22-1-3: FAIL |
| 1273 # Bug? Array.prototype.reduceRight applied to number primitive | 1219 # Bug? Array.prototype.reduceRight applied to number primitive |
| 1274 15.4.4.22-1-5: FAIL | 1220 15.4.4.22-1-5: FAIL |
| 1275 # Bug? Array.prototype.reduceRight applied to string primitive | 1221 # Bug? Array.prototype.reduceRight applied to string primitive |
| 1276 15.4.4.22-1-7: FAIL | 1222 15.4.4.22-1-7: FAIL |
| 1277 # Bug? Array.prototype.reduceRight - value of 'length' is a number (value is | |
| 1278 # negative) | |
| 1279 15.4.4.22-3-7: FAIL | |
| 1280 # Bug? Array.prototype.reduceRight - value of 'length' is a number (value is | |
| 1281 # Infinity) | |
| 1282 # V8 timeout. | |
| 1283 15.4.4.22-3-8: SKIP | |
| 1284 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing a | |
| 1285 # negative number | |
| 1286 15.4.4.22-3-12: FAIL | |
| 1287 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing a | |
| 1288 # decimal number | |
| 1289 15.4.4.22-3-13: FAIL | |
| 1290 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing | |
| 1291 # +/-Infinity | |
| 1292 # V8 timeout. | |
| 1293 15.4.4.22-3-14: SKIP | |
| 1294 # Bug? Array.prototype.reduceRight - value of 'length' is a positive | |
| 1295 # non-integer, ensure truncation occurs in the proper direction | |
| 1296 15.4.4.22-3-24: FAIL | |
| 1297 # Bug? Array.prototype.reduceRight - value of 'length' is a negative | |
| 1298 # non-integer, ensure truncation occurs in the proper direction | |
| 1299 15.4.4.22-3-25: FAIL | |
| 1300 # Bug? Array.prototype.reduceRight - value of 'length' is boundary value (2^32) | |
| 1301 # V8 timeout. | |
| 1302 15.4.4.22-3-28: SKIP | |
| 1303 # Bug? Array.prototype.reduceRight - value of 'length' is boundary value (2^32 + | |
| 1304 # 1) | |
| 1305 # V8 timeout. | |
| 1306 15.4.4.22-3-29: SKIP | |
| 1307 # Bug? Array.prototype.reduceRight - side effects produced by step 2 are visible | 1223 # Bug? Array.prototype.reduceRight - side effects produced by step 2 are visible |
| 1308 # when an exception occurs | 1224 # when an exception occurs |
| 1309 15.4.4.22-4-8: FAIL | 1225 15.4.4.22-4-8: FAIL |
| 1310 # Bug? Array.prototype.reduceRight - side effects produced by step 3 are visible | 1226 # Bug? Array.prototype.reduceRight - side effects produced by step 3 are visible |
| 1311 # when an exception occurs | 1227 # when an exception occurs |
| 1312 15.4.4.22-4-9: FAIL | 1228 15.4.4.22-4-9: FAIL |
| 1313 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception | 1229 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception |
| 1314 # was thrown by step 2 | 1230 # was thrown by step 2 |
| 1315 15.4.4.22-4-10: FAIL | 1231 15.4.4.22-4-10: FAIL |
| 1316 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception | 1232 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 # values (false) | 1345 # values (false) |
| 1430 15.10.7.4-2: FAIL | 1346 15.10.7.4-2: FAIL |
| 1431 # Bug? RegExp.prototype.lastIndex is of type Number | 1347 # Bug? RegExp.prototype.lastIndex is of type Number |
| 1432 15.10.7.5-1: FAIL | 1348 15.10.7.5-1: FAIL |
| 1433 # Bug? RegExp.prototype.lastIndex is a data property with specified attribute | 1349 # Bug? RegExp.prototype.lastIndex is a data property with specified attribute |
| 1434 # values | 1350 # values |
| 1435 15.10.7.5-2: FAIL | 1351 15.10.7.5-2: FAIL |
| 1436 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty | 1352 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty |
| 1437 # string and 'msg' isn't undefined | 1353 # string and 'msg' isn't undefined |
| 1438 15.11.4.4-8-1: FAIL | 1354 15.11.4.4-8-1: FAIL |
| OLD | NEW |