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

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

Issue 1725963002: Version 4.9.385.25 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.9
Patch Set: Created 4 years, 9 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/mjsunit/es6/regexp-flags.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('j') | 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL], 405 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL],
406 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [ FAIL], 406 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [ FAIL],
407 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion': [FAIL], 407 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion': [FAIL],
408 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion': [FAIL], 408 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion': [FAIL],
409 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [ FAIL], 409 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [ FAIL],
410 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F AIL], 410 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F AIL],
411 411
412 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 412 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
413 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 413 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
414 414
415 # https://code.google.com/p/chromium/issues/detail?id=581577
416 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
417 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
418 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
419 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
420
415 ######################## NEEDS INVESTIGATION ########################### 421 ######################## NEEDS INVESTIGATION ###########################
416 422
417 # These test failures are specific to the intl402 suite and need investigation 423 # These test failures are specific to the intl402 suite and need investigation
418 # to be either marked as bugs with issues filed for them or as deliberate 424 # to be either marked as bugs with issues filed for them or as deliberate
419 # incompatibilities if the test cases turn out to be broken or ambiguous. 425 # incompatibilities if the test cases turn out to be broken or ambiguous.
420 # Some of these are related to v8:4361 in being visible side effects from Intl . 426 # Some of these are related to v8:4361 in being visible side effects from Intl .
421 'intl402/6.2.3': [FAIL], 427 'intl402/6.2.3': [FAIL],
422 'intl402/9.2.1_2': [FAIL], 428 'intl402/9.2.1_2': [FAIL],
423 'intl402/9.2.6_2': [FAIL], 429 'intl402/9.2.6_2': [FAIL],
424 'intl402/Collator/10.1.2.1_4': [FAIL], 430 'intl402/Collator/10.1.2.1_4': [FAIL],
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 717 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
712 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 718 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
713 'intl402/9.2.2': [SKIP], 719 'intl402/9.2.2': [SKIP],
714 'language/statements/let/fn-name-arrow': [SKIP], 720 'language/statements/let/fn-name-arrow': [SKIP],
715 'language/statements/let/fn-name-cover': [SKIP], 721 'language/statements/let/fn-name-cover': [SKIP],
716 'language/statements/let/fn-name-fn': [SKIP], 722 'language/statements/let/fn-name-fn': [SKIP],
717 'language/statements/let/fn-name-gen': [SKIP], 723 'language/statements/let/fn-name-gen': [SKIP],
718 }], # ignition == True and (arch == arm or arch == arm64) 724 }], # ignition == True and (arch == arm or arch == arm64)
719 725
720 ] 726 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/regexp-flags.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698