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

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

Issue 1027283004: [es6] do not add caller/arguments to ES6 function definitions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase + test262 exceptions Created 5 years, 8 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
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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], 641 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK],
642 642
643 # # String.prototype.contains renamed to 'S.p.includes' 643 # # String.prototype.contains renamed to 'S.p.includes'
644 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [FAIL_OK], 644 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [FAIL_OK],
645 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA IL_OK], 645 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA IL_OK],
646 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK], 646 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK],
647 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL _OK], 647 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL _OK],
648 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK ], 648 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK ],
649 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK], 649 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK],
650 650
651 # Function restricted "caller" and "arguments" properties are defined only on
652 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
653 'language/statements/function/13.2-29-s': [FAIL_OK],
654 'language/statements/function/13.2-30-s': [FAIL_OK],
655 'language/statements/function/13.2-31-s': [FAIL_OK],
656 'language/statements/function/13.2-32-s': [FAIL_OK],
657 'language/statements/function/13.2-33-s': [FAIL_OK],
658 'language/statements/function/13.2-34-s': [FAIL_OK],
659 'language/statements/function/13.2-35-s': [FAIL_OK],
660 'language/statements/function/13.2-36-s': [FAIL_OK],
661 'language/statements/function/S13.2.3_A1': [FAIL_OK],
662 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK],
663 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK],
664 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK],
665 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK],
666 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK],
667 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK],
668
669
651 ############################ SKIPPED TESTS ############################# 670 ############################ SKIPPED TESTS #############################
652 671
653 # These tests take a looong time to run in debug mode. 672 # These tests take a looong time to run in debug mode.
654 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 673 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
655 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]], 674 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]],
656 }], # ALWAYS 675 }], # ALWAYS
657 676
658 ['system == macos', { 677 ['system == macos', {
659 'intl402/11.3.2_TRP': [FAIL], 678 'intl402/11.3.2_TRP': [FAIL],
660 'intl402/9.2.5_11_g_ii_2': [FAIL], 679 'intl402/9.2.5_11_g_ii_2': [FAIL],
661 }], # system == macos 680 }], # system == macos
662 681
663 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 682 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
664 683
665 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 684 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
666 # compilation of parenthesized function literals. Needs investigation. 685 # compilation of parenthesized function literals. Needs investigation.
667 'language/statements/function/S13.2.1_A1_T1': [SKIP], 686 'language/statements/function/S13.2.1_A1_T1': [SKIP],
668 687
669 # BUG(3251225): Tests that timeout with --nocrankshaft. 688 # BUG(3251225): Tests that timeout with --nocrankshaft.
670 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 689 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
671 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 690 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
672 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 691 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
673 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 692 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
674 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 693 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
675 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 694 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
676 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 695 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
677 ] 696 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698