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

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

Issue 1473243006: Reland shipping of --harmony-destructuring-bind (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « src/scopes.cc ('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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 617
618 618
619 # Function is deletable in V8 and JSC. 619 # Function is deletable in V8 and JSC.
620 'js1_5/Regress/regress-352604': [FAIL_OK], 620 'js1_5/Regress/regress-352604': [FAIL_OK],
621 621
622 622
623 # Cannot call strings as functions. Expects not to crash. 623 # Cannot call strings as functions. Expects not to crash.
624 'js1_5/Regress/regress-417893': [FAIL_OK], 624 'js1_5/Regress/regress-417893': [FAIL_OK],
625 625
626 626
627 # Unsupported use of "[]" as function parameter. We match JSC.
628 'js1_5/Regress/regress-416737-01': [FAIL_OK],
629 'js1_5/Regress/regress-416737-02': [FAIL_OK],
630
631
632 # Illegal escape-sequences in string literals. Has already been fixed 627 # Illegal escape-sequences in string literals. Has already been fixed
633 # by most engines (i.e. V8, JSC, Opera and FF). 628 # by most engines (i.e. V8, JSC, Opera and FF).
634 'ecma/Array/15.4.5.1-1': [FAIL_OK], 629 'ecma/Array/15.4.5.1-1': [FAIL_OK],
635 'ecma/LexicalConventions/7.7.4': [FAIL_OK], 630 'ecma/LexicalConventions/7.7.4': [FAIL_OK],
636 'ecma_2/RegExp/hex-001': [FAIL_OK], 631 'ecma_2/RegExp/hex-001': [FAIL_OK],
637 'js1_2/regexp/hexadecimal': [FAIL_OK], 632 'js1_2/regexp/hexadecimal': [FAIL_OK],
638 633
639 634
640 # The source field of RegExp objects is properly escaped. We match JSC. 635 # The source field of RegExp objects is properly escaped. We match JSC.
641 'ecma_2/RegExp/constructor-001': [FAIL_OK], 636 'ecma_2/RegExp/constructor-001': [FAIL_OK],
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'ecma_3/RegExp/regress-307456': [SKIP], 966 'ecma_3/RegExp/regress-307456': [SKIP],
972 'js1_5/Regress/regress-303213': [SKIP], 967 'js1_5/Regress/regress-303213': [SKIP],
973 'js1_5/extensions/regress-330569': [SKIP], 968 'js1_5/extensions/regress-330569': [SKIP],
974 'js1_5/extensions/regress-351448': [SKIP], 969 'js1_5/extensions/regress-351448': [SKIP],
975 'js1_5/extensions/regress-336410-1': [SKIP], 970 'js1_5/extensions/regress-336410-1': [SKIP],
976 971
977 #BUG(3152): Avoid C stack overflow. 972 #BUG(3152): Avoid C stack overflow.
978 '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'],
979 }], # 'arch == arm64 and simulator_run == True' 974 }], # 'arch == arm64 and simulator_run == True'
980 ] 975 ]
OLDNEW
« no previous file with comments | « src/scopes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698