Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: test/test262/test262.status

Issue 8197002: Fix some array functions to behave as specified. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix order of side effects in some array functions. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/array.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 15.4.4.15-8-b-i-13: FAIL 1099 15.4.4.15-8-b-i-13: FAIL
1100 # Bug? Array.prototype.lastIndexOf - element to be retrieved is own accessor 1100 # Bug? Array.prototype.lastIndexOf - element to be retrieved is own accessor
1101 # property without a get function on an Array 1101 # property without a get function on an Array
1102 15.4.4.15-8-b-i-17: FAIL 1102 15.4.4.15-8-b-i-17: FAIL
1103 # Bug? Array.prototype.lastIndexOf - side-effects are visible in subsequent 1103 # Bug? Array.prototype.lastIndexOf - side-effects are visible in subsequent
1104 # iterations on an Array 1104 # iterations on an Array
1105 15.4.4.15-8-b-i-28: FAIL 1105 15.4.4.15-8-b-i-28: FAIL
1106 # Bug? Array.prototype.lastIndexOf terminates iteration on unhandled exception 1106 # Bug? Array.prototype.lastIndexOf terminates iteration on unhandled exception
1107 # on an Array 1107 # on an Array
1108 15.4.4.15-8-b-i-30: FAIL 1108 15.4.4.15-8-b-i-30: FAIL
1109 # Bug? Array.prototype.every applied to boolean primitive
1110 15.4.4.16-1-3: FAIL
1111 # Bug? Array.prototype.every applied to number primitive
1112 15.4.4.16-1-5: FAIL
1113 # Bug? Array.prototype.every applied to string primitive
1114 15.4.4.16-1-7: FAIL
1115 # Bug? Array.prototype.every - side effects produced by step 2 are visible when
1116 # an exception occurs
1117 15.4.4.16-4-8: FAIL
1118 # Bug? Array.prototype.every - side effects produced by step 3 are visible when
1119 # an exception occurs
1120 15.4.4.16-4-9: FAIL
1121 # Bug? Array.prototype.every - the exception is not thrown if exception was
1122 # thrown by step 2
1123 15.4.4.16-4-10: FAIL
1124 # Bug? Array.prototype.every - the exception is not thrown if exception was
1125 # thrown by step 3
1126 15.4.4.16-4-11: FAIL
1127 # Bug? Array.prototype.every - calling with no callbackfn is the same as passing
1128 # undefined for callbackfn
1129 15.4.4.16-4-15: FAIL
1130 # Bug? Array.prototype.every - decreasing length of array does not delete 1109 # Bug? Array.prototype.every - decreasing length of array does not delete
1131 # non-configurable properties 1110 # non-configurable properties
1132 15.4.4.16-7-b-16: FAIL 1111 15.4.4.16-7-b-16: FAIL
1133 # Bug? Array.prototype.every - element to be retrieved is own accessor property 1112 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1134 # on an Array 1113 # on an Array
1135 15.4.4.16-7-c-i-10: FAIL 1114 15.4.4.16-7-c-i-10: FAIL
1136 # Bug? Array.prototype.every - element to be retrieved is own accessor property 1115 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1137 # that overrides an inherited data property on an Array 1116 # that overrides an inherited data property on an Array
1138 15.4.4.16-7-c-i-12: FAIL 1117 15.4.4.16-7-c-i-12: FAIL
1139 # Bug? Array.prototype.every - element to be retrieved is own accessor property 1118 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1140 # that overrides an inherited accessor property on an Array 1119 # that overrides an inherited accessor property on an Array
1141 15.4.4.16-7-c-i-14: FAIL 1120 15.4.4.16-7-c-i-14: FAIL
1142 # Bug? Array.prototype.every - element to be retrieved is own accessor property 1121 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1143 # without a get function on an Array 1122 # without a get function on an Array
1144 15.4.4.16-7-c-i-18: FAIL 1123 15.4.4.16-7-c-i-18: FAIL
1145 # Bug? Array.prototype.every - element to be retrieved is own accessor property 1124 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1146 # without a get function that overrides an inherited accessor property on 1125 # without a get function that overrides an inherited accessor property on
1147 # an Array 1126 # an Array
1148 15.4.4.16-7-c-i-20: FAIL 1127 15.4.4.16-7-c-i-20: FAIL
1149 # Bug? Array.prototype.every - element changed by getter on previous iterations 1128 # Bug? Array.prototype.every - element changed by getter on previous iterations
1150 # is observed on an Array 1129 # is observed on an Array
1151 15.4.4.16-7-c-i-28: FAIL 1130 15.4.4.16-7-c-i-28: FAIL
1152 # Bug? Array.prototype.some applied to boolean primitive
1153 15.4.4.17-1-3: FAIL
1154 # Bug? Array.prototype.some applied to number primitive
1155 15.4.4.17-1-5: FAIL
1156 # Bug? Array.prototype.some applied to applied to string primitive
1157 15.4.4.17-1-7: FAIL
1158 # Bug? Array.prototype.some - side effects produced by step 2 are visible when
1159 # an exception occurs
1160 15.4.4.17-4-8: FAIL
1161 # Bug? Array.prototype.some - side effects produced by step 3 are visible when
1162 # an exception occurs
1163 15.4.4.17-4-9: FAIL
1164 # Bug? Array.prototype.some - the exception is not thrown if exception was
1165 # thrown by step 2
1166 15.4.4.17-4-10: FAIL
1167 # Bug? Array.prototype.some - the exception is not thrown if exception was
1168 # thrown by step 3
1169 15.4.4.17-4-11: FAIL
1170 # Bug? Array.prototype.some - calling with no callbackfn is the same as passing
1171 # undefined for callbackfn
1172 15.4.4.17-4-15: FAIL
1173 # Bug? Array.prototype.some - decreasing length of array does not delete 1131 # Bug? Array.prototype.some - decreasing length of array does not delete
1174 # non-configurable properties 1132 # non-configurable properties
1175 15.4.4.17-7-b-16: FAIL 1133 15.4.4.17-7-b-16: FAIL
1176 # Bug? Array.prototype.some - element to be retrieved is own accessor property 1134 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1177 # on an Array 1135 # on an Array
1178 15.4.4.17-7-c-i-10: FAIL 1136 15.4.4.17-7-c-i-10: FAIL
1179 # Bug? Array.prototype.some - element to be retrieved is own accessor property 1137 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1180 # that overrides an inherited data property on an Array 1138 # that overrides an inherited data property on an Array
1181 15.4.4.17-7-c-i-12: FAIL 1139 15.4.4.17-7-c-i-12: FAIL
1182 # Bug? Array.prototype.some - element to be retrieved is own accessor property 1140 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1183 # that overrides an inherited accessor property on an Array 1141 # that overrides an inherited accessor property on an Array
1184 15.4.4.17-7-c-i-14: FAIL 1142 15.4.4.17-7-c-i-14: FAIL
1185 # Bug? Array.prototype.some - element to be retrieved is own accessor property 1143 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1186 # without a get function on an Array 1144 # without a get function on an Array
1187 15.4.4.17-7-c-i-18: FAIL 1145 15.4.4.17-7-c-i-18: FAIL
1188 # Bug? Array.prototype.some - element to be retrieved is own accessor property 1146 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1189 # without a get function that overrides an inherited accessor property on 1147 # without a get function that overrides an inherited accessor property on
1190 # an Array 1148 # an Array
1191 15.4.4.17-7-c-i-20: FAIL 1149 15.4.4.17-7-c-i-20: FAIL
1192 # Bug? Array.prototype.some - element changed by getter on previous iterations 1150 # Bug? Array.prototype.some - element changed by getter on previous iterations
1193 # is observed on an Array 1151 # is observed on an Array
1194 15.4.4.17-7-c-i-28: FAIL 1152 15.4.4.17-7-c-i-28: FAIL
1195 # Bug? Array.prototype.forEach applied to boolean primitive
1196 15.4.4.18-1-3: FAIL
1197 # Bug? Array.prototype.forEach applied to number primitive
1198 15.4.4.18-1-5: FAIL
1199 # Bug? Array.prototype.forEach applied to string primitive
1200 15.4.4.18-1-7: FAIL
1201 # Bug? Array.prototype.forEach - side effects produced by step 2 are visible
1202 # when an exception occurs
1203 15.4.4.18-4-8: FAIL
1204 # Bug? Array.prototype.forEach - side effects produced by step 3 are visible
1205 # when an exception occurs
1206 15.4.4.18-4-9: FAIL
1207 # Bug? Array.prototype.forEach - the exception is not thrown if exception was
1208 # thrown by step 2
1209 15.4.4.18-4-10: FAIL
1210 # Bug? Array.prototype.forEach - the exception is not thrown if exception was
1211 # thrown by step 3
1212 15.4.4.18-4-11: FAIL
1213 # Bug? Array.prototype.forEach - calling with no callbackfn is the same as
1214 # passing undefined for callbackfn
1215 15.4.4.18-4-15: FAIL
1216 # Bug? Array.prototype.forEach - decreasing length of array does not delete 1153 # Bug? Array.prototype.forEach - decreasing length of array does not delete
1217 # non-configurable properties 1154 # non-configurable properties
1218 15.4.4.18-7-b-16: FAIL 1155 15.4.4.18-7-b-16: FAIL
1219 # Bug? Array.prototype.forEach - element to be retrieved is own accessor 1156 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1220 # property on an Array 1157 # property on an Array
1221 15.4.4.18-7-c-i-10: FAIL 1158 15.4.4.18-7-c-i-10: FAIL
1222 # Bug? Array.prototype.forEach - element to be retrieved is own accessor 1159 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1223 # property that overrides an inherited data property on an Array 1160 # property that overrides an inherited data property on an Array
1224 15.4.4.18-7-c-i-12: FAIL 1161 15.4.4.18-7-c-i-12: FAIL
1225 # Bug? Array.prototype.forEach - element to be retrieved is own accessor 1162 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1226 # property that overrides an inherited accessor property on an Array 1163 # property that overrides an inherited accessor property on an Array
1227 15.4.4.18-7-c-i-14: FAIL 1164 15.4.4.18-7-c-i-14: FAIL
1228 # Bug? Array.prototype.forEach - element to be retrieved is own accessor 1165 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1229 # property without a get function on an Array 1166 # property without a get function on an Array
1230 15.4.4.18-7-c-i-18: FAIL 1167 15.4.4.18-7-c-i-18: FAIL
1231 # Bug? Array.prototype.forEach - element to be retrieved is own accessor 1168 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1232 # property without a get function that overrides an inherited accessor 1169 # property without a get function that overrides an inherited accessor
1233 # property on an Array 1170 # property on an Array
1234 15.4.4.18-7-c-i-20: FAIL 1171 15.4.4.18-7-c-i-20: FAIL
1235 # Bug? Array.prototype.forEach - element changed by getter on previous 1172 # Bug? Array.prototype.forEach - element changed by getter on previous
1236 # iterations is observed on an Array 1173 # iterations is observed on an Array
1237 15.4.4.18-7-c-i-28: FAIL 1174 15.4.4.18-7-c-i-28: FAIL
1238 # Bug? Array.prototype.map - applied to boolean primitive
1239 15.4.4.19-1-3: FAIL
1240 # Bug? Array.prototype.map - applied to number primitive
1241 15.4.4.19-1-5: FAIL
1242 # Bug? Array.prototype.map - applied to string primitive
1243 15.4.4.19-1-7: FAIL
1244 # Bug? Array.prototype.map - Side effects produced by step 2 are visible when an
1245 # exception occurs
1246 15.4.4.19-4-8: FAIL
1247 # Bug? Array.prototype.map - Side effects produced by step 3 are visible when an
1248 # exception occurs
1249 15.4.4.19-4-9: FAIL
1250 # Bug? Array.prototype.map - the exception is not thrown if exception was thrown
1251 # by step 2
1252 15.4.4.19-4-10: FAIL
1253 # Bug? Array.prototype.map - the exception is not thrown if exception was thrown
1254 # by step 3
1255 15.4.4.19-4-11: FAIL
1256 # Bug? Array.prototype.map - calling with no callbackfn is the same as passing
1257 # undefined for callbackfn
1258 15.4.4.19-4-15: FAIL
1259 # Bug? Array.prototype.map - decreasing length of array does not delete 1175 # Bug? Array.prototype.map - decreasing length of array does not delete
1260 # non-configurable properties 1176 # non-configurable properties
1261 15.4.4.19-8-b-16: FAIL 1177 15.4.4.19-8-b-16: FAIL
1262 # Bug? Array.prototype.map - element to be retrieved is own accessor property on 1178 # Bug? Array.prototype.map - element to be retrieved is own accessor property on
1263 # an Array 1179 # an Array
1264 15.4.4.19-8-c-i-10: FAIL 1180 15.4.4.19-8-c-i-10: FAIL
1265 # Bug? Array.prototype.map - element to be retrieved is own accessor property 1181 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1266 # that overrides an inherited data property on an Array 1182 # that overrides an inherited data property on an Array
1267 15.4.4.19-8-c-i-12: FAIL 1183 15.4.4.19-8-c-i-12: FAIL
1268 # Bug? Array.prototype.map - element to be retrieved is own accessor property 1184 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1269 # that overrides an inherited accessor property on an Array 1185 # that overrides an inherited accessor property on an Array
1270 15.4.4.19-8-c-i-14: FAIL 1186 15.4.4.19-8-c-i-14: FAIL
1271 # Bug? Array.prototype.map - element to be retrieved is own accessor property 1187 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1272 # without a get function on an Array 1188 # without a get function on an Array
1273 15.4.4.19-8-c-i-18: FAIL 1189 15.4.4.19-8-c-i-18: FAIL
1274 # Bug? Array.prototype.map - element to be retrieved is own accessor property 1190 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1275 # without a get function that overrides an inherited accessor property on 1191 # without a get function that overrides an inherited accessor property on
1276 # an Array 1192 # an Array
1277 15.4.4.19-8-c-i-19: FAIL 1193 15.4.4.19-8-c-i-19: FAIL
1278 # Bug? Array.prototype.map - element changed by getter on previous iterations is 1194 # Bug? Array.prototype.map - element changed by getter on previous iterations is
1279 # observed on an Array 1195 # observed on an Array
1280 15.4.4.19-8-c-i-28: FAIL 1196 15.4.4.19-8-c-i-28: FAIL
1281 # Bug? Array.prototype.filter applied to boolean primitive
1282 15.4.4.20-1-3: FAIL
1283 # Bug? Array.prototype.filter applied to number primitive
1284 15.4.4.20-1-5: FAIL
1285 # Bug? Array.prototype.filter applied to string primitive
1286 15.4.4.20-1-7: FAIL
1287 # Bug? Array.prototype.filter - side effects produced by step 2 are visible when
1288 # an exception occurs
1289 15.4.4.20-4-8: FAIL
1290 # Bug? Array.prototype.filter - side effects produced by step 3 are visible when
1291 # an exception occurs
1292 15.4.4.20-4-9: FAIL
1293 # Bug? Array.prototype.filter - the exception is not thrown if exception was
1294 # thrown by step 2
1295 15.4.4.20-4-10: FAIL
1296 # Bug? Array.prototype.filter - the exception is not thrown if exception was
1297 # thrown by step 3
1298 15.4.4.20-4-11: FAIL
1299 # Bug? Array.prototype.filter - calling with no callbackfn is the same as
1300 # passing undefined for callbackfn
1301 15.4.4.20-4-15: FAIL
1302 # Bug? Array.prototype.filter - properties can be added to prototype after 1197 # Bug? Array.prototype.filter - properties can be added to prototype after
1303 # current position are visited on an Array-like object 1198 # current position are visited on an Array-like object
1304 15.4.4.20-9-b-6: FAIL 1199 15.4.4.20-9-b-6: FAIL
1305 # Bug? Array.prototype.filter - decreasing length of array does not delete 1200 # Bug? Array.prototype.filter - decreasing length of array does not delete
1306 # non-configurable properties 1201 # non-configurable properties
1307 15.4.4.20-9-b-16: FAIL 1202 15.4.4.20-9-b-16: FAIL
1308 # Bug? Array.prototype.filter - element to be retrieved is own data property 1203 # Bug? Array.prototype.filter - element to be retrieved is own data property
1309 # that overrides an inherited accessor property on an Array 1204 # that overrides an inherited accessor property on an Array
1310 15.4.4.20-9-c-i-6: FAIL 1205 15.4.4.20-9-c-i-6: FAIL
1311 # Bug? Array.prototype.filter - element to be retrieved is own accessor property 1206 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
(...skipping 14 matching lines...) Expand all
1326 # Bug? Array.prototype.filter - element to be retrieved is own accessor property 1221 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1327 # without a get function that overrides an inherited accessor property on 1222 # without a get function that overrides an inherited accessor property on
1328 # an Array 1223 # an Array
1329 15.4.4.20-9-c-i-20: FAIL 1224 15.4.4.20-9-c-i-20: FAIL
1330 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor 1225 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor
1331 # property without a get function on an Array 1226 # property without a get function on an Array
1332 15.4.4.20-9-c-i-22: FAIL 1227 15.4.4.20-9-c-i-22: FAIL
1333 # Bug? Array.prototype.filter - element changed by getter on previous iterations 1228 # Bug? Array.prototype.filter - element changed by getter on previous iterations
1334 # is observed on an Array 1229 # is observed on an Array
1335 15.4.4.20-9-c-i-28: FAIL 1230 15.4.4.20-9-c-i-28: FAIL
1336 # Bug? Array.prototype.reduce applied to boolean primitive
1337 15.4.4.21-1-3: FAIL
1338 # Bug? Array.prototype.reduce applied to number primitive
1339 15.4.4.21-1-5: FAIL
1340 # Bug? Array.prototype.reduce applied to string primitive
1341 15.4.4.21-1-7: FAIL
1342 # Bug? Array.prototype.reduce - side effects produced by step 2 are visible when
1343 # an exception occurs
1344 15.4.4.21-4-8: FAIL
1345 # Bug? Array.prototype.reduce - side effects produced by step 3 are visible when
1346 # an exception occurs
1347 15.4.4.21-4-9: FAIL
1348 # Bug? Array.prototype.reduce - the exception is not thrown if exception was
1349 # thrown by step 2
1350 15.4.4.21-4-10: FAIL
1351 # Bug? Array.prototype.reduce - the exception is not thrown if exception was
1352 # thrown by step 3
1353 15.4.4.21-4-11: FAIL
1354 # Bug? Array.prototype.reduce - calling with no callbackfn is the same as
1355 # passing undefined for callbackfn
1356 15.4.4.21-4-15: FAIL
1357 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not 1231 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not
1358 # delete non-configurable properties 1232 # delete non-configurable properties
1359 15.4.4.21-9-b-16: FAIL 1233 15.4.4.21-9-b-16: FAIL
1360 # Bug? Array.prototype.reduce - decreasing length of array does not delete 1234 # Bug? Array.prototype.reduce - decreasing length of array does not delete
1361 # non-configurable properties 1235 # non-configurable properties
1362 15.4.4.21-9-b-29: FAIL 1236 15.4.4.21-9-b-29: FAIL
1363 # Bug? Array.prototype.reduceRight applied to boolean primitive
1364 15.4.4.22-1-3: FAIL
1365 # Bug? Array.prototype.reduceRight applied to number primitive
1366 15.4.4.22-1-5: FAIL
1367 # Bug? Array.prototype.reduceRight applied to string primitive
1368 15.4.4.22-1-7: FAIL
1369 # Bug? Array.prototype.reduceRight - side effects produced by step 2 are visible
1370 # when an exception occurs
1371 15.4.4.22-4-8: FAIL
1372 # Bug? Array.prototype.reduceRight - side effects produced by step 3 are visible
1373 # when an exception occurs
1374 15.4.4.22-4-9: FAIL
1375 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception
1376 # was thrown by step 2
1377 15.4.4.22-4-10: FAIL
1378 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception
1379 # was thrown by step 3
1380 15.4.4.22-4-11: FAIL
1381 # Bug? Array.prototype.reduceRight - calling with no callbackfn is the same as
1382 # passing undefined for callbackfn
1383 15.4.4.22-4-15: FAIL
1384 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor 1237 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1385 # property that overrides an inherited data property on an Array 1238 # property that overrides an inherited data property on an Array
1386 15.4.4.22-8-b-iii-1-12: FAIL 1239 15.4.4.22-8-b-iii-1-12: FAIL
1387 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor 1240 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1388 # property without a get function on an Array 1241 # property without a get function on an Array
1389 15.4.4.22-8-b-iii-1-18: FAIL 1242 15.4.4.22-8-b-iii-1-18: FAIL
1390 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor 1243 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1391 # property without a get function that overrides an inherited accessor 1244 # property without a get function that overrides an inherited accessor
1392 # property on an Array 1245 # property on an Array
1393 15.4.4.22-8-b-iii-1-20: FAIL 1246 15.4.4.22-8-b-iii-1-20: FAIL
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 S15.1.3.2_A2.5_T1: SKIP 1339 S15.1.3.2_A2.5_T1: SKIP
1487 S15.1.3.3_A2.3_T1: SKIP 1340 S15.1.3.3_A2.3_T1: SKIP
1488 S15.1.3.4_A2.3_T1: SKIP 1341 S15.1.3.4_A2.3_T1: SKIP
1489 S15.1.3.1_A2.5_T1: SKIP 1342 S15.1.3.1_A2.5_T1: SKIP
1490 S15.1.3.2_A2.5_T1: SKIP 1343 S15.1.3.2_A2.5_T1: SKIP
1491 1344
1492 [ $arch == mips ] 1345 [ $arch == mips ]
1493 1346
1494 # Skip all tests on MIPS. 1347 # Skip all tests on MIPS.
1495 *: SKIP 1348 *: SKIP
OLDNEW
« no previous file with comments | « src/array.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698