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

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

Issue 2510093002: [inspector] gracefully handle stack overflows in the inspector. (Closed)
Patch Set: Created 4 years, 1 month 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
59 'es6/debug-promises/reject-with-undefined-reject': [FAIL], 59 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
60 'es6/debug-promises/reject-with-invalid-reject': [FAIL], 60 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
61 61
62 # Issue 5587: The eval'ed code is piped through Ignition and fails when being 62 # Issue 5587: The eval'ed code is piped through Ignition and fails when being
63 # live edited. This needs investigation. 63 # live edited. This needs investigation.
64 'debug-liveedit-double-call': [SKIP], 64 'debug-liveedit-double-call': [SKIP],
65 65
66 ############################################################################## 66 ##############################################################################
67 # Too slow in debug mode with --stress-opt mode. 67 # Too slow in debug mode with --stress-opt mode.
68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 68 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
70 69
71 ############################################################################## 70 ##############################################################################
72 # Too slow in debug mode for validation of elements. 71 # Too slow in debug mode for validation of elements.
73 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 72 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
74 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 73 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
75 74
76 ############################################################################## 75 ##############################################################################
77 # Too slow in debug mode for GC stress mode. 76 # Too slow in debug mode for GC stress mode.
78 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 77 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'lithium/*': [SKIP], 683 'lithium/*': [SKIP],
685 'third_party/*': [SKIP], 684 'third_party/*': [SKIP],
686 'tools/*': [SKIP], 685 'tools/*': [SKIP],
687 'apply': [SKIP], 686 'apply': [SKIP],
688 'math-*': [SKIP], 687 'math-*': [SKIP],
689 'unicode-test': [SKIP], 688 'unicode-test': [SKIP],
690 'whitespaces': [SKIP], 689 'whitespaces': [SKIP],
691 }], # variant == asm_wasm 690 }], # variant == asm_wasm
692 691
693 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698