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

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

Issue 1976933002: [liveedit] patch source position table for bytecode arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@liveedit
Patch Set: 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 | « src/debug/liveedit.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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 283 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
284 # desugaring regexp property class relies on ICU. 284 # desugaring regexp property class relies on ICU.
285 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 285 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
286 286
287 ############################################################################ 287 ############################################################################
288 # Ignition 288 # Ignition
289 289
290 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 290 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
291 'debug-liveedit-stepin': [PASS, NO_IGNITION], 291 'debug-liveedit-stepin': [PASS, NO_IGNITION],
292 'debug-liveedit-stack-padding': [PASS, NO_IGNITION], 292 'debug-liveedit-stack-padding': [PASS, NO_IGNITION],
293 'debug-liveedit-breakpoints': [PASS, NO_IGNITION],
294 293
295 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 294 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
296 'array-literal-feedback': [PASS, NO_IGNITION], 295 'array-literal-feedback': [PASS, NO_IGNITION],
297 'regress/regress-4121': [PASS, NO_IGNITION], 296 'regress/regress-4121': [PASS, NO_IGNITION],
298 297
299 # TODO(mythria, 4764): lack of osr support. 298 # TODO(mythria, 4764): lack of osr support.
300 'regress/regress-2618': [PASS, NO_IGNITION], 299 'regress/regress-2618': [PASS, NO_IGNITION],
301 300
302 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 301 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
303 # till it is optimized. So test timeouts. 302 # till it is optimized. So test timeouts.
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 837
839 # take too long with the simulator. 838 # take too long with the simulator.
840 'regress/regress-1132': [SKIP], 839 'regress/regress-1132': [SKIP],
841 }], # 'arch == ppc and simulator_run == True' 840 }], # 'arch == ppc and simulator_run == True'
842 841
843 ############################################################################## 842 ##############################################################################
844 ['ignition or ignition_turbofan', { 843 ['ignition or ignition_turbofan', {
845 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 844 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
846 'debug-liveedit-stepin': [FAIL], 845 'debug-liveedit-stepin': [FAIL],
847 'debug-liveedit-stack-padding': [SKIP], 846 'debug-liveedit-stack-padding': [SKIP],
848 'debug-liveedit-breakpoints': [FAIL],
849 847
850 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 848 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
851 'array-literal-feedback': [FAIL], 849 'array-literal-feedback': [FAIL],
852 'regress/regress-4121': [FAIL], 850 'regress/regress-4121': [FAIL],
853 851
854 # TODO(mythria, 4764): lack of osr support. 852 # TODO(mythria, 4764): lack of osr support.
855 'regress/regress-2618': [FAIL], 853 'regress/regress-2618': [FAIL],
856 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 854 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
857 # till it is optimized. So test timeouts. 855 # till it is optimized. So test timeouts.
858 'array-literal-transitions': [SKIP], 856 'array-literal-transitions': [SKIP],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 ############################################################################## 901 ##############################################################################
904 ['gcov_coverage', { 902 ['gcov_coverage', {
905 # Tests taking too long. 903 # Tests taking too long.
906 'array-functions-prototype-misc': [SKIP], 904 'array-functions-prototype-misc': [SKIP],
907 905
908 # Stack overflow. 906 # Stack overflow.
909 'big-array-literal': [SKIP], 907 'big-array-literal': [SKIP],
910 }], # 'gcov_coverage' 908 }], # 'gcov_coverage'
911 909
912 ] 910 ]
OLDNEW
« no previous file with comments | « src/debug/liveedit.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698