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

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

Issue 1565263002: Revert of Ship ES2015 sloppy-mode function hoisting, let, class (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
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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 599
600 # This test fails due to http://code.google.com/p/v8/issues/detail?id=187 600 # This test fails due to http://code.google.com/p/v8/issues/detail?id=187
601 # Failure to clear captures when a lookahead is unwound. 601 # Failure to clear captures when a lookahead is unwound.
602 'ecma_3/RegExp/15.10.2-1': [PASS, FAIL_OK], 602 'ecma_3/RegExp/15.10.2-1': [PASS, FAIL_OK],
603 603
604 # This test requires a failure if we try to compile a function with more 604 # This test requires a failure if we try to compile a function with more
605 # than 65536 arguments. This seems to be a Mozilla restriction. 605 # than 65536 arguments. This seems to be a Mozilla restriction.
606 'js1_5/Regress/regress-290575': [PASS, FAIL_OK], 606 'js1_5/Regress/regress-290575': [PASS, FAIL_OK],
607 607
608 608
609 # Fails because of the way function declarations are
610 # handled in V8/JSC. V8 follows IE behavior and introduce
611 # all nested function declarations when entering the
612 # surrounding function, whereas Spidermonkey declares
613 # them dynamically when the statement is executed.
614 'ecma_3/Function/scope-001': [FAIL_OK],
615 'ecma_3/FunExpr/fe-001': [FAIL_OK],
616 'js1_5/Scope/regress-184107': [FAIL_OK],
617
618
609 # Function is deletable in V8 and JSC. 619 # Function is deletable in V8 and JSC.
610 'js1_5/Regress/regress-352604': [FAIL_OK], 620 'js1_5/Regress/regress-352604': [FAIL_OK],
611 621
612 622
613 # Cannot call strings as functions. Expects not to crash. 623 # Cannot call strings as functions. Expects not to crash.
614 'js1_5/Regress/regress-417893': [FAIL_OK], 624 'js1_5/Regress/regress-417893': [FAIL_OK],
615 625
616 626
617 # Illegal escape-sequences in string literals. Has already been fixed 627 # Illegal escape-sequences in string literals. Has already been fixed
618 # by most engines (i.e. V8, JSC, Opera and FF). 628 # by most engines (i.e. V8, JSC, Opera and FF).
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 666
657 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 667 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
658 # Marked as: Will not fix. V8 throws an acceptable RangeError. 668 # Marked as: Will not fix. V8 throws an acceptable RangeError.
659 'js1_5/Expressions/regress-394673': [FAIL], 669 'js1_5/Expressions/regress-394673': [FAIL],
660 670
661 671
662 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 672 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762
663 # We do not correctly handle assignments within "with" 673 # We do not correctly handle assignments within "with"
664 'ecma_3/Statements/12.10-01': [FAIL], 674 'ecma_3/Statements/12.10-01': [FAIL],
665 675
666 # https://bugs.chromium.org/p/v8/issues/detail?id=4647
667 'ecma_3/FunExpr/fe-001': [FAIL_OK],
668
669 ##################### MOZILLA EXTENSION TESTS ##################### 676 ##################### MOZILLA EXTENSION TESTS #####################
670 677
671 'ecma/extensions/15.1.2.1-1': [FAIL_OK], 678 'ecma/extensions/15.1.2.1-1': [FAIL_OK],
672 'ecma_3/extensions/regress-385393-03': [FAIL_OK], 679 'ecma_3/extensions/regress-385393-03': [FAIL_OK],
673 'ecma_3/extensions/7.9.1': [FAIL_OK], 680 'ecma_3/extensions/7.9.1': [FAIL_OK],
674 'js1_5/extensions/catchguard-001': [FAIL_OK], 681 'js1_5/extensions/catchguard-001': [FAIL_OK],
675 'js1_5/extensions/catchguard-002': [FAIL_OK], 682 'js1_5/extensions/catchguard-002': [FAIL_OK],
676 'js1_5/extensions/catchguard-003': [FAIL_OK], 683 'js1_5/extensions/catchguard-003': [FAIL_OK],
677 'js1_5/extensions/getset-001': [FAIL_OK], 684 'js1_5/extensions/getset-001': [FAIL_OK],
678 'js1_5/extensions/getset-003': [FAIL_OK], 685 'js1_5/extensions/getset-003': [FAIL_OK],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'ecma_3/RegExp/regress-307456': [SKIP], 966 'ecma_3/RegExp/regress-307456': [SKIP],
960 'js1_5/Regress/regress-303213': [SKIP], 967 'js1_5/Regress/regress-303213': [SKIP],
961 'js1_5/extensions/regress-330569': [SKIP], 968 'js1_5/extensions/regress-330569': [SKIP],
962 'js1_5/extensions/regress-351448': [SKIP], 969 'js1_5/extensions/regress-351448': [SKIP],
963 'js1_5/extensions/regress-336410-1': [SKIP], 970 'js1_5/extensions/regress-336410-1': [SKIP],
964 971
965 #BUG(3152): Avoid C stack overflow. 972 #BUG(3152): Avoid C stack overflow.
966 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 973 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
967 }], # 'arch == arm64 and simulator_run == True' 974 }], # 'arch == arm64 and simulator_run == True'
968 ] 975 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-crbug-451770.js ('k') | test/webkit/fast/js/kde/func-decl-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698