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

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

Issue 1532873004: [es6] enable destructuring rest parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update test262 expectations Created 4 years, 11 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/rest-params.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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 382 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
383 383
384 # https://code.google.com/p/v8/issues/detail?id=4477 384 # https://code.google.com/p/v8/issues/detail?id=4477
385 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 385 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
386 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , 386 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
387 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], 387 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
388 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], 388 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
389 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , 389 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
390 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], 390 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
391 391
392 # https://bugs.chromium.org/p/v8/issues/detail?id=4627
393 'language/rest-parameters/object-pattern': [FAIL],
394 'language/rest-parameters/array-pattern': [FAIL],
395
396 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 392 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
397 'language/eval-code/non-definable-function-with-variable': [FAIL], 393 'language/eval-code/non-definable-function-with-variable': [FAIL],
398 'language/eval-code/non-definable-function-with-function': [FAIL], 394 'language/eval-code/non-definable-function-with-function': [FAIL],
399 395
400 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 396 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
401 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 397 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
402 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 398 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
403 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 399 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
404 400
405 # https://bugs.chromium.org/p/v8/issues/detail?id=4630 401 # https://bugs.chromium.org/p/v8/issues/detail?id=4630
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], 740 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP],
745 'built-ins/encodeURI*': [SKIP], 741 'built-ins/encodeURI*': [SKIP],
746 'intl402/9.2.2': [SKIP], 742 'intl402/9.2.2': [SKIP],
747 'language/statements/let/fn-name-arrow': [SKIP], 743 'language/statements/let/fn-name-arrow': [SKIP],
748 'language/statements/let/fn-name-cover': [SKIP], 744 'language/statements/let/fn-name-cover': [SKIP],
749 'language/statements/let/fn-name-fn': [SKIP], 745 'language/statements/let/fn-name-fn': [SKIP],
750 'language/statements/let/fn-name-gen': [SKIP], 746 'language/statements/let/fn-name-gen': [SKIP],
751 }], # ignition == True and (arch == arm or arch == arm64) 747 }], # ignition == True and (arch == arm or arch == arm64)
752 748
753 ] 749 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/rest-params.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698