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

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

Issue 1802903002: [interpreter, debugger] fix remaining cctest failures. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« test/cctest/test-debug.cc ('K') | « test/cctest/test-debug.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 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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ['ignition == True', { 754 ['ignition == True', {
755 # TODO(yangguo,4690): assertion failures in debugger tests. 755 # TODO(yangguo,4690): assertion failures in debugger tests.
756 'debug-allscopes-on-debugger': [FAIL], 756 'debug-allscopes-on-debugger': [FAIL],
757 'debug-return-value': [FAIL], 757 'debug-return-value': [FAIL],
758 'es6/debug-stepnext-for': [FAIL], 758 'es6/debug-stepnext-for': [FAIL],
759 'es6/debug-stepin-string-template': [FAIL], 759 'es6/debug-stepin-string-template': [FAIL],
760 'es6/debug-promises/stepin-constructor': [FAIL], 760 'es6/debug-promises/stepin-constructor': [FAIL],
761 'harmony/debug-stepin-proxies': [FAIL], 761 'harmony/debug-stepin-proxies': [FAIL],
762 'regress/regress-crbug-119800': [FAIL], 762 'regress/regress-crbug-119800': [FAIL],
763 'regress/regress-opt-after-debug-deopt': [FAIL], 763 'regress/regress-opt-after-debug-deopt': [FAIL],
764 'regress/regress-crbug-568477-2': [FAIL],
765 764
766 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 765 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
767 'debug-liveedit-restart-frame': [FAIL], 766 'debug-liveedit-restart-frame': [FAIL],
768 'debug-liveedit-literals': [FAIL], 767 'debug-liveedit-literals': [FAIL],
769 'debug-liveedit-3': [FAIL], 768 'debug-liveedit-3': [FAIL],
770 'debug-liveedit-1': [FAIL], 769 'debug-liveedit-1': [FAIL],
771 'debug-liveedit-2': [FAIL], 770 'debug-liveedit-2': [FAIL],
772 'debug-liveedit-patch-positions-replace': [FAIL], 771 'debug-liveedit-patch-positions-replace': [FAIL],
773 'debug-liveedit-patch-positions': [FAIL], 772 'debug-liveedit-patch-positions': [FAIL],
774 'debug-liveedit-stepin': [FAIL], 773 'debug-liveedit-stepin': [FAIL],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 ############################################################################## 834 ##############################################################################
836 ['gcov_coverage', { 835 ['gcov_coverage', {
837 # Tests taking too long. 836 # Tests taking too long.
838 'array-functions-prototype-misc': [SKIP], 837 'array-functions-prototype-misc': [SKIP],
839 838
840 # Stack overflow. 839 # Stack overflow.
841 'big-array-literal': [SKIP], 840 'big-array-literal': [SKIP],
842 }], # 'gcov_coverage' 841 }], # 'gcov_coverage'
843 842
844 ] 843 ]
OLDNEW
« test/cctest/test-debug.cc ('K') | « test/cctest/test-debug.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698