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

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

Issue 1536013002: [promise] make Promise.resolve match spec (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update test expectations Created 5 years 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
« test/mjsunit/es6/promises.js ('K') | « test/mjsunit/es6/promises.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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'language/expressions/generators/invoke-as-constructor': [FAIL], 415 'language/expressions/generators/invoke-as-constructor': [FAIL],
416 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], 416 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL],
417 417
418 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 418 # https://bugs.chromium.org/p/v8/issues/detail?id=4632
419 'built-ins/Promise/race/same-resolve-function': [FAIL], 419 'built-ins/Promise/race/same-resolve-function': [FAIL],
420 'built-ins/Promise/race/same-reject-function': [FAIL], 420 'built-ins/Promise/race/same-reject-function': [FAIL],
421 'built-ins/Promise/all/same-resolve-function': [FAIL], 421 'built-ins/Promise/all/same-resolve-function': [FAIL],
422 'built-ins/Promise/all/same-reject-function': [FAIL], 422 'built-ins/Promise/all/same-reject-function': [FAIL],
423 423
424 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 424 # https://bugs.chromium.org/p/v8/issues/detail?id=4633
425 'built-ins/Promise/executor-function-length': [FAIL],
426 'built-ins/Promise/resolve/context-non-object-with-promise': [FAIL],
427 'built-ins/Promise/resolve/resolve-from-promise-capability': [FAIL],
428 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL], 425 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL],
429 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL], 426 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL],
430 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 427 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
431 'built-ins/Promise/race/capability-executor-not-callable': [FAIL], 428 'built-ins/Promise/race/capability-executor-not-callable': [FAIL],
432 'built-ins/Promise/prototype/then/context-check-on-entry': [FAIL], 429 'built-ins/Promise/prototype/then/context-check-on-entry': [FAIL],
433 'built-ins/Promise/exception-after-resolve-in-executor': [FAIL], 430 'built-ins/Promise/exception-after-resolve-in-executor': [FAIL],
434 'built-ins/Promise/reject-function-name': [FAIL], 431 'built-ins/Promise/reject-function-name': [FAIL],
435 'built-ins/Promise/reject-function-nonconstructor': [FAIL], 432 'built-ins/Promise/reject-function-nonconstructor': [FAIL],
436 'built-ins/Promise/resolve-function-name': [FAIL], 433 'built-ins/Promise/resolve-function-name': [FAIL],
437 'built-ins/Promise/resolve-function-nonconstructor': [FAIL], 434 'built-ins/Promise/resolve-function-nonconstructor': [FAIL],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'language/statements/function/S13.2.2_A17_T2': [SKIP], 720 'language/statements/function/S13.2.2_A17_T2': [SKIP],
724 'language/statements/function/S13.2.2_A17_T3': [SKIP], 721 'language/statements/function/S13.2.2_A17_T3': [SKIP],
725 }], # ignition == True 722 }], # ignition == True
726 723
727 ['ignition == True and (arch == arm or arch == arm64)', { 724 ['ignition == True and (arch == arm or arch == arm64)', {
728 'built-ins/encodeURI*': [SKIP], 725 'built-ins/encodeURI*': [SKIP],
729 'intl402/9.2.2': [SKIP], 726 'intl402/9.2.2': [SKIP],
730 }], # ignition == True and (arch == arm or arch == arm64) 727 }], # ignition == True and (arch == arm or arch == arm64)
731 728
732 ] 729 ]
OLDNEW
« test/mjsunit/es6/promises.js ('K') | « test/mjsunit/es6/promises.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698