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

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

Issue 1748343003: [debugger, interpreter] add break location at if-statement. (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
« no previous file with comments | « test/cctest/cctest.status ('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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'debug-liveedit-patch-positions': [FAIL], 793 'debug-liveedit-patch-positions': [FAIL],
794 'debug-liveedit-stepin': [FAIL], 794 'debug-liveedit-stepin': [FAIL],
795 'debug-liveedit-newsource': [FAIL], 795 'debug-liveedit-newsource': [FAIL],
796 'debug-liveedit-stack-padding': [FAIL], 796 'debug-liveedit-stack-padding': [FAIL],
797 'debug-liveedit-breakpoints': [FAIL], 797 'debug-liveedit-breakpoints': [FAIL],
798 'debug-stepin-accessor-ic': [FAIL], 798 'debug-stepin-accessor-ic': [FAIL],
799 'debug-stepnext-do-while': [FAIL], 799 'debug-stepnext-do-while': [FAIL],
800 800
801 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint 801 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
802 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); 802 # DCHECK(IsDebugBreak() || IsDebuggerStatement());
803 'regress/regress-1523': [FAIL],
804 'regress/regress-crbug-119800': [FAIL], 803 'regress/regress-crbug-119800': [FAIL],
805 'regress/regress-crbug-467180': [FAIL], 804 'regress/regress-crbug-467180': [FAIL],
806 'regress/regress-opt-after-debug-deopt': [FAIL], 805 'regress/regress-opt-after-debug-deopt': [FAIL],
807 806
808 # TODO(rmcilroy,4681): Requires support for generators. 807 # TODO(rmcilroy,4681): Requires support for generators.
809 'messages': [FAIL], 808 'messages': [FAIL],
810 'es6/array-from': [FAIL], 809 'es6/array-from': [FAIL],
811 'regress-3225': [FAIL], 810 'regress-3225': [FAIL],
812 'es6/classes-subclass-builtins': [FAIL], 811 'es6/classes-subclass-builtins': [FAIL],
813 'es6/computed-property-names-classes': [FAIL], 812 'es6/computed-property-names-classes': [FAIL],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 # Tests taking too long. 897 # Tests taking too long.
899 'array-functions-prototype-misc': [SKIP], 898 'array-functions-prototype-misc': [SKIP],
900 'strong/implicit-conversions': [SKIP], 899 'strong/implicit-conversions': [SKIP],
901 'strong/load-element-mutate-backing-store': [SKIP], 900 'strong/load-element-mutate-backing-store': [SKIP],
902 901
903 # Stack overflow. 902 # Stack overflow.
904 'big-array-literal': [SKIP], 903 'big-array-literal': [SKIP],
905 }], # 'gcov_coverage' 904 }], # 'gcov_coverage'
906 905
907 ] 906 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698