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

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

Powered by Google App Engine
This is Rietveld 408576698