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

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

Issue 1915033008: Skip es6/typedarray-copywithin for ignition (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: address comment Created 4 years, 7 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 | « no previous file | 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'debug-liveedit-patch-positions': [FAIL], 761 'debug-liveedit-patch-positions': [FAIL],
762 'debug-liveedit-stepin': [FAIL], 762 'debug-liveedit-stepin': [FAIL],
763 'debug-liveedit-newsource': [FAIL], 763 'debug-liveedit-newsource': [FAIL],
764 'debug-liveedit-stack-padding': [FAIL], 764 'debug-liveedit-stack-padding': [FAIL],
765 'debug-liveedit-breakpoints': [FAIL], 765 'debug-liveedit-breakpoints': [FAIL],
766 'es6/debug-liveedit-new-target-1': [FAIL], 766 'es6/debug-liveedit-new-target-1': [FAIL],
767 'es6/debug-liveedit-new-target-2': [FAIL], 767 'es6/debug-liveedit-new-target-2': [FAIL],
768 'es6/debug-liveedit-new-target-3': [FAIL], 768 'es6/debug-liveedit-new-target-3': [FAIL],
769 'es6/generators-debug-liveedit': [FAIL], 769 'es6/generators-debug-liveedit': [FAIL],
770 770
771 # TODO(yangguo, 4961): test failure with GC stress
772 'es6/typedarray-copywithin': [PASS, ['gc_stress', SKIP]],
773
771 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 774 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
772 'array-literal-feedback': [FAIL], 775 'array-literal-feedback': [FAIL],
773 'regress/regress-4121': [FAIL], 776 'regress/regress-4121': [FAIL],
774 777
775 # TODO(mythria, 4764): lack of osr support. 778 # TODO(mythria, 4764): lack of osr support.
776 'regress/regress-2618': [FAIL], 779 'regress/regress-2618': [FAIL],
777 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 780 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
778 # till it is optimized. So test timeouts. 781 # till it is optimized. So test timeouts.
779 'array-literal-transitions': [SKIP], 782 'array-literal-transitions': [SKIP],
780 783
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 ############################################################################## 845 ##############################################################################
843 ['gcov_coverage', { 846 ['gcov_coverage', {
844 # Tests taking too long. 847 # Tests taking too long.
845 'array-functions-prototype-misc': [SKIP], 848 'array-functions-prototype-misc': [SKIP],
846 849
847 # Stack overflow. 850 # Stack overflow.
848 'big-array-literal': [SKIP], 851 'big-array-literal': [SKIP],
849 }], # 'gcov_coverage' 852 }], # 'gcov_coverage'
850 853
851 ] 854 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698