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

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

Issue 1757543003: Restrict FunctionDeclarations in Statement position (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: git cl format Created 4 years, 9 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/mjsunit.status ('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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 665
666 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 666 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
667 # Marked as: Will not fix. V8 throws an acceptable RangeError. 667 # Marked as: Will not fix. V8 throws an acceptable RangeError.
668 'js1_5/Expressions/regress-394673': [FAIL], 668 'js1_5/Expressions/regress-394673': [FAIL],
669 669
670 670
671 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 671 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762
672 # We do not correctly handle assignments within "with" 672 # We do not correctly handle assignments within "with"
673 'ecma_3/Statements/12.10-01': [FAIL], 673 'ecma_3/Statements/12.10-01': [FAIL],
674 674
675 # https://bugs.chromium.org/p/v8/issues/detail?id=4647
676 'ecma_3/FunExpr/fe-001': [FAIL_OK],
677
678 ##################### MOZILLA EXTENSION TESTS ##################### 675 ##################### MOZILLA EXTENSION TESTS #####################
679 676
680 'ecma/extensions/15.1.2.1-1': [FAIL_OK], 677 'ecma/extensions/15.1.2.1-1': [FAIL_OK],
681 'ecma_3/extensions/regress-385393-03': [FAIL_OK], 678 'ecma_3/extensions/regress-385393-03': [FAIL_OK],
682 'ecma_3/extensions/7.9.1': [FAIL_OK], 679 'ecma_3/extensions/7.9.1': [FAIL_OK],
683 'js1_5/extensions/catchguard-001': [FAIL_OK], 680 'js1_5/extensions/catchguard-001': [FAIL_OK],
684 'js1_5/extensions/catchguard-002': [FAIL_OK], 681 'js1_5/extensions/catchguard-002': [FAIL_OK],
685 'js1_5/extensions/catchguard-003': [FAIL_OK], 682 'js1_5/extensions/catchguard-003': [FAIL_OK],
686 'js1_5/extensions/getset-001': [FAIL_OK], 683 'js1_5/extensions/getset-001': [FAIL_OK],
687 'js1_5/extensions/getset-003': [FAIL_OK], 684 'js1_5/extensions/getset-003': [FAIL_OK],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'ecma_3/RegExp/regress-307456': [SKIP], 965 'ecma_3/RegExp/regress-307456': [SKIP],
969 'js1_5/Regress/regress-303213': [SKIP], 966 'js1_5/Regress/regress-303213': [SKIP],
970 'js1_5/extensions/regress-330569': [SKIP], 967 'js1_5/extensions/regress-330569': [SKIP],
971 'js1_5/extensions/regress-351448': [SKIP], 968 'js1_5/extensions/regress-351448': [SKIP],
972 'js1_5/extensions/regress-336410-1': [SKIP], 969 'js1_5/extensions/regress-336410-1': [SKIP],
973 970
974 #BUG(3152): Avoid C stack overflow. 971 #BUG(3152): Avoid C stack overflow.
975 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 972 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
976 }], # 'arch == arm64 and simulator_run == True' 973 }], # 'arch == arm64 and simulator_run == True'
977 ] 974 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698