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

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

Issue 1561193002: [promise] Test IsPromise() early in Promise.prototype.then() (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « src/js/promise.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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], 408 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL],
409 409
410 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 410 # https://bugs.chromium.org/p/v8/issues/detail?id=4632
411 'built-ins/Promise/race/same-resolve-function': [FAIL], 411 'built-ins/Promise/race/same-resolve-function': [FAIL],
412 'built-ins/Promise/race/same-reject-function': [FAIL], 412 'built-ins/Promise/race/same-reject-function': [FAIL],
413 'built-ins/Promise/all/same-resolve-function': [FAIL], 413 'built-ins/Promise/all/same-resolve-function': [FAIL],
414 'built-ins/Promise/all/same-reject-function': [FAIL], 414 'built-ins/Promise/all/same-reject-function': [FAIL],
415 415
416 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 416 # https://bugs.chromium.org/p/v8/issues/detail?id=4633
417 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 417 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
418 'built-ins/Promise/prototype/then/context-check-on-entry': [FAIL],
419 'built-ins/Promise/exception-after-resolve-in-executor': [FAIL], 418 'built-ins/Promise/exception-after-resolve-in-executor': [FAIL],
420 'built-ins/Promise/reject-function-name': [FAIL], 419 'built-ins/Promise/reject-function-name': [FAIL],
421 'built-ins/Promise/reject-function-nonconstructor': [FAIL], 420 'built-ins/Promise/reject-function-nonconstructor': [FAIL],
422 'built-ins/Promise/resolve-function-name': [FAIL], 421 'built-ins/Promise/resolve-function-name': [FAIL],
423 'built-ins/Promise/resolve-function-nonconstructor': [FAIL], 422 'built-ins/Promise/resolve-function-nonconstructor': [FAIL],
424 'built-ins/Promise/all/call-resolve-element-after-return': [FAIL], 423 'built-ins/Promise/all/call-resolve-element-after-return': [FAIL],
425 'built-ins/Promise/all/call-resolve-element': [FAIL], 424 'built-ins/Promise/all/call-resolve-element': [FAIL],
426 'built-ins/Promise/all/call-resolve-element-items': [FAIL], 425 'built-ins/Promise/all/call-resolve-element-items': [FAIL],
427 'built-ins/Promise/all/resolve-before-loop-exit-from-same': [FAIL], 426 'built-ins/Promise/all/resolve-before-loop-exit-from-same': [FAIL],
428 'built-ins/Promise/all/resolve-element-function-name': [FAIL], 427 'built-ins/Promise/all/resolve-element-function-name': [FAIL],
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T2': [SKIP], 748 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T2': [SKIP],
750 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T1': [SKIP], 749 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T1': [SKIP],
751 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T2': [SKIP], 750 'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T2': [SKIP],
752 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP], 751 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP],
753 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], 752 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP],
754 'built-ins/encodeURI*': [SKIP], 753 'built-ins/encodeURI*': [SKIP],
755 'intl402/9.2.2': [SKIP], 754 'intl402/9.2.2': [SKIP],
756 }], # ignition == True and (arch == arm or arch == arm64) 755 }], # ignition == True and (arch == arm or arch == arm64)
757 756
758 ] 757 ]
OLDNEW
« no previous file with comments | « src/js/promise.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698