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

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

Issue 329413002: Throw syntax error when a getter/setter has the wrong number of params (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add test exception Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/preparser/duplicate-property.pyt » ('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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'js1_5/extensions/regress-358594-05': [FAIL_OK], 711 'js1_5/extensions/regress-358594-05': [FAIL_OK],
712 'js1_5/extensions/regress-358594-06': [FAIL_OK], 712 'js1_5/extensions/regress-358594-06': [FAIL_OK],
713 'js1_5/extensions/regress-361346': [FAIL_OK], 713 'js1_5/extensions/regress-361346': [FAIL_OK],
714 'js1_5/extensions/regress-361360': [FAIL_OK], 714 'js1_5/extensions/regress-361360': [FAIL_OK],
715 'js1_5/extensions/regress-361558': [FAIL_OK], 715 'js1_5/extensions/regress-361558': [FAIL_OK],
716 'js1_5/extensions/regress-361571': [FAIL_OK], 716 'js1_5/extensions/regress-361571': [FAIL_OK],
717 'js1_5/extensions/regress-361856': [FAIL_OK], 717 'js1_5/extensions/regress-361856': [FAIL_OK],
718 'js1_5/extensions/regress-361964': [FAIL_OK], 718 'js1_5/extensions/regress-361964': [FAIL_OK],
719 'js1_5/extensions/regress-363988': [FAIL_OK], 719 'js1_5/extensions/regress-363988': [FAIL_OK],
720 'js1_5/extensions/regress-365869': [FAIL_OK], 720 'js1_5/extensions/regress-365869': [FAIL_OK],
721
722 # Uses non ES5 compatible syntax for setter
723 'js1_5/extensions/regress-367501-01': [FAIL_OK],
724 'js1_5/extensions/regress-367501-02': [FAIL_OK],
725 'js1_5/extensions/regress-367501-03': [FAIL_OK],
726 'js1_5/extensions/regress-367501-04': [FAIL_OK],
727
721 'js1_5/extensions/regress-367630': [FAIL_OK], 728 'js1_5/extensions/regress-367630': [FAIL_OK],
722 'js1_5/extensions/regress-367923': [FAIL_OK], 729 'js1_5/extensions/regress-367923': [FAIL_OK],
723 'js1_5/extensions/regress-368859': [FAIL_OK], 730 'js1_5/extensions/regress-368859': [FAIL_OK],
724 'js1_5/extensions/regress-369696-01': [FAIL_OK], 731 'js1_5/extensions/regress-369696-01': [FAIL_OK],
725 'js1_5/extensions/regress-369696-02': [FAIL_OK], 732 'js1_5/extensions/regress-369696-02': [FAIL_OK],
726 'js1_5/extensions/regress-369696-03': [FAIL_OK], 733 'js1_5/extensions/regress-369696-03': [FAIL_OK],
727 'js1_5/extensions/regress-374589': [FAIL_OK], 734 'js1_5/extensions/regress-374589': [FAIL_OK],
728 'js1_5/extensions/regress-375801': [FAIL_OK], 735 'js1_5/extensions/regress-375801': [FAIL_OK],
729 'js1_5/extensions/regress-376052': [FAIL_OK], 736 'js1_5/extensions/regress-376052': [FAIL_OK],
730 'js1_5/extensions/regress-379523': [FAIL_OK], 737 'js1_5/extensions/regress-379523': [FAIL_OK],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'js1_5/Regress/regress-416628': [SKIP], 914 'js1_5/Regress/regress-416628': [SKIP],
908 'js1_5/extensions/regress-371636': [SKIP], 915 'js1_5/extensions/regress-371636': [SKIP],
909 'ecma_3/RegExp/regress-330684': [SKIP], 916 'ecma_3/RegExp/regress-330684': [SKIP],
910 'ecma_3/RegExp/regress-307456': [SKIP], 917 'ecma_3/RegExp/regress-307456': [SKIP],
911 'js1_5/Regress/regress-303213': [SKIP], 918 'js1_5/Regress/regress-303213': [SKIP],
912 'js1_5/extensions/regress-330569': [SKIP], 919 'js1_5/extensions/regress-330569': [SKIP],
913 'js1_5/extensions/regress-351448': [SKIP], 920 'js1_5/extensions/regress-351448': [SKIP],
914 'js1_5/extensions/regress-336410-1': [SKIP], 921 'js1_5/extensions/regress-336410-1': [SKIP],
915 }], # 'arch == arm64 and simulator_run == True' 922 }], # 'arch == arm64 and simulator_run == True'
916 ] 923 ]
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/preparser/duplicate-property.pyt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698