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

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

Issue 8195006: Fix string whitespace trimming of byte order marks. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/runtime.cc ('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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 15.4.4.22-9-b-26: FAIL 1271 15.4.4.22-9-b-26: FAIL
1272 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete 1272 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
1273 # non-configurable properties 1273 # non-configurable properties
1274 15.4.4.22-9-b-29: FAIL 1274 15.4.4.22-9-b-29: FAIL
1275 # Bug? Array.prototype.reduceRight - element changed by getter on previous 1275 # Bug? Array.prototype.reduceRight - element changed by getter on previous
1276 # iterations is observed on an Array 1276 # iterations is observed on an Array
1277 15.4.4.22-9-c-i-30: FAIL 1277 15.4.4.22-9-c-i-30: FAIL
1278 # Bug? Array.prototype.reduceRight - modifications to length will change number 1278 # Bug? Array.prototype.reduceRight - modifications to length will change number
1279 # of iterations 1279 # of iterations
1280 15.4.4.22-9-9: FAIL 1280 15.4.4.22-9-9: FAIL
1281 # Bug? String.prototype.trim - 'S' is a string with all WhiteSpace
1282 15.5.4.20-3-2: FAIL
1283 # Bug? String.prototype.trim - 'S' is a string with all union of WhiteSpace and
1284 # LineTerminator
1285 15.5.4.20-3-3: FAIL
1286 # Bug? String.prototype.trim - 'S' is a string start with union of all
1287 # LineTerminator and all WhiteSpace
1288 15.5.4.20-3-4: FAIL
1289 # Bug? String.prototype.trim - 'S' is a string end with union of all
1290 # LineTerminator and all WhiteSpace
1291 15.5.4.20-3-5: FAIL
1292 # Bug? String.prototype.trim - 'S' is a string start with union of all
1293 # LineTerminator and all WhiteSpace and end with union of all
1294 # LineTerminator and all WhiteSpace
1295 15.5.4.20-3-6: FAIL
1296 # Bug? String.prototype.trim handles whitepace and lineterminators (\\uFEFFabc)
1297 15.5.4.20-4-10: FAIL
1298 # Bug? String.prototype.trim handles whitepace and lineterminators (abc\\uFEFF)
1299 15.5.4.20-4-18: FAIL
1300 # Bug? String.prototype.trim handles whitepace and lineterminators
1301 # (\\uFEFF\\uFEFF)
1302 15.5.4.20-4-34: FAIL
1303 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 1281 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
1304 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0) 1282 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0)
1305 15.9.5.43-0-8: FAIL 1283 15.9.5.43-0-8: FAIL
1306 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 1284 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
1307 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0) 1285 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0)
1308 15.9.5.43-0-11: FAIL 1286 15.9.5.43-0-11: FAIL
1309 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 1287 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
1310 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0) 1288 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0)
1311 15.9.5.43-0-12: FAIL 1289 15.9.5.43-0-12: FAIL
1312 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 1290 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
(...skipping 26 matching lines...) Expand all
1339 S15.1.3.2_A2.5_T1: SKIP 1317 S15.1.3.2_A2.5_T1: SKIP
1340 S15.1.3.3_A2.3_T1: SKIP 1318 S15.1.3.3_A2.3_T1: SKIP
1341 S15.1.3.4_A2.3_T1: SKIP 1319 S15.1.3.4_A2.3_T1: SKIP
1342 S15.1.3.1_A2.5_T1: SKIP 1320 S15.1.3.1_A2.5_T1: SKIP
1343 S15.1.3.2_A2.5_T1: SKIP 1321 S15.1.3.2_A2.5_T1: SKIP
1344 1322
1345 [ $arch == mips ] 1323 [ $arch == mips ]
1346 1324
1347 # Skip all tests on MIPS. 1325 # Skip all tests on MIPS.
1348 *: SKIP 1326 *: SKIP
OLDNEW
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698