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

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

Issue 1256193002: Revert "In RegExp, lastIndex is read with ToLength, not ToInteger" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « test/test262-es6/test262-es6.status ('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 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '15.2.3.12-1-1': [FAIL], 274 '15.2.3.12-1-1': [FAIL],
275 '15.2.3.12-1-2': [FAIL], 275 '15.2.3.12-1-2': [FAIL],
276 '15.2.3.12-1-3': [FAIL], 276 '15.2.3.12-1-3': [FAIL],
277 '15.2.3.12-1-4': [FAIL], 277 '15.2.3.12-1-4': [FAIL],
278 '15.2.3.13-1': [FAIL], 278 '15.2.3.13-1': [FAIL],
279 '15.2.3.13-1-1': [FAIL], 279 '15.2.3.13-1-1': [FAIL],
280 '15.2.3.13-1-2': [FAIL], 280 '15.2.3.13-1-2': [FAIL],
281 '15.2.3.13-1-3': [FAIL], 281 '15.2.3.13-1-3': [FAIL],
282 '15.2.3.13-1-4': [FAIL], 282 '15.2.3.13-1-4': [FAIL],
283 283
284 # ES6 RegExp test calls ToLength, not ToUint32
285 'S15.10.6.2_A5_T3': [FAIL],
286
287 # ES6 says for dates to default to the local timezone if none is specified 284 # ES6 says for dates to default to the local timezone if none is specified
288 '15.9.1.15-1': [FAIL], 285 '15.9.1.15-1': [FAIL],
289 286
290 ######################## NEEDS INVESTIGATION ########################### 287 ######################## NEEDS INVESTIGATION ###########################
291 288
292 # These test failures are specific to the intl402 suite and need investigation 289 # These test failures are specific to the intl402 suite and need investigation
293 # to be either marked as bugs with issues filed for them or as deliberate 290 # to be either marked as bugs with issues filed for them or as deliberate
294 # incompatibilities if the test cases turn out to be broken or ambiguous. 291 # incompatibilities if the test cases turn out to be broken or ambiguous.
295 '6.2.3': [FAIL], 292 '6.2.3': [FAIL],
296 '9.2.1_2': [FAIL], 293 '9.2.1_2': [FAIL],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 367
371 # BUG(3251225): Tests that timeout with --nocrankshaft. 368 # BUG(3251225): Tests that timeout with --nocrankshaft.
372 'S15.1.3.1_A2.4_T1': [SKIP], 369 'S15.1.3.1_A2.4_T1': [SKIP],
373 'S15.1.3.1_A2.5_T1': [SKIP], 370 'S15.1.3.1_A2.5_T1': [SKIP],
374 'S15.1.3.2_A2.4_T1': [SKIP], 371 'S15.1.3.2_A2.4_T1': [SKIP],
375 'S15.1.3.2_A2.5_T1': [SKIP], 372 'S15.1.3.2_A2.5_T1': [SKIP],
376 'S15.1.3.3_A2.3_T1': [SKIP], 373 'S15.1.3.3_A2.3_T1': [SKIP],
377 'S15.1.3.4_A2.3_T1': [SKIP], 374 'S15.1.3.4_A2.3_T1': [SKIP],
378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 375 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
379 ] 376 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698