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

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

Issue 379893002: Clean up and update const / var (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comment Created 6 years, 5 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/mjsunit/regress/regress-global-freeze-const.js ('k') | tools/generate-runtime-tests.py » ('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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 635
636 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 636 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
637 # Marked as: Will not fix. V8 throws an acceptable RangeError. 637 # Marked as: Will not fix. V8 throws an acceptable RangeError.
638 'js1_5/Expressions/regress-394673': [FAIL], 638 'js1_5/Expressions/regress-394673': [FAIL],
639 639
640 640
641 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 641 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762
642 # We do not correctly handle assignments within "with" 642 # We do not correctly handle assignments within "with"
643 'ecma_3/Statements/12.10-01': [FAIL], 643 'ecma_3/Statements/12.10-01': [FAIL],
644 644
645 # We do not throw an exception when a const is redeclared.
646 # (We only fail section 1 of the test.)
647 'js1_5/Regress/regress-103602': [FAIL],
648
649 ##################### MOZILLA EXTENSION TESTS ##################### 645 ##################### MOZILLA EXTENSION TESTS #####################
650 646
651 'ecma/extensions/15.1.2.1-1': [FAIL_OK], 647 'ecma/extensions/15.1.2.1-1': [FAIL_OK],
652 'ecma_3/extensions/regress-385393-03': [FAIL_OK], 648 'ecma_3/extensions/regress-385393-03': [FAIL_OK],
653 'ecma_3/extensions/7.9.1': [FAIL_OK], 649 'ecma_3/extensions/7.9.1': [FAIL_OK],
654 'js1_5/extensions/catchguard-001': [FAIL_OK], 650 'js1_5/extensions/catchguard-001': [FAIL_OK],
655 'js1_5/extensions/catchguard-002': [FAIL_OK], 651 'js1_5/extensions/catchguard-002': [FAIL_OK],
656 'js1_5/extensions/catchguard-003': [FAIL_OK], 652 'js1_5/extensions/catchguard-003': [FAIL_OK],
657 'js1_5/extensions/getset-001': [FAIL_OK], 653 'js1_5/extensions/getset-001': [FAIL_OK],
658 'js1_5/extensions/getset-003': [FAIL_OK], 654 'js1_5/extensions/getset-003': [FAIL_OK],
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'js1_5/Regress/regress-416628': [SKIP], 910 'js1_5/Regress/regress-416628': [SKIP],
915 'js1_5/extensions/regress-371636': [SKIP], 911 'js1_5/extensions/regress-371636': [SKIP],
916 'ecma_3/RegExp/regress-330684': [SKIP], 912 'ecma_3/RegExp/regress-330684': [SKIP],
917 'ecma_3/RegExp/regress-307456': [SKIP], 913 'ecma_3/RegExp/regress-307456': [SKIP],
918 'js1_5/Regress/regress-303213': [SKIP], 914 'js1_5/Regress/regress-303213': [SKIP],
919 'js1_5/extensions/regress-330569': [SKIP], 915 'js1_5/extensions/regress-330569': [SKIP],
920 'js1_5/extensions/regress-351448': [SKIP], 916 'js1_5/extensions/regress-351448': [SKIP],
921 'js1_5/extensions/regress-336410-1': [SKIP], 917 'js1_5/extensions/regress-336410-1': [SKIP],
922 }], # 'arch == arm64 and simulator_run == True' 918 }], # 'arch == arm64 and simulator_run == True'
923 ] 919 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-global-freeze-const.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698