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

Unified Diff: test/debugger/regress/regress-2318.js

Issue 2510093002: [inspector] gracefully handle stack overflows in the inspector. (Closed)
Patch Set: fix asan Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/debugger/debugger.status ('k') | test/debugger/test-api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/regress/regress-2318.js
diff --git a/test/mjsunit/regress/regress-2318.js b/test/debugger/regress/regress-2318.js
similarity index 98%
rename from test/mjsunit/regress/regress-2318.js
rename to test/debugger/regress/regress-2318.js
index 6f184302eb5e5259646146983ac79c8a0068c361..bf541efb4ef285c8fc0d25439040b757eb1f2a67 100644
--- a/test/mjsunit/regress/regress-2318.js
+++ b/test/debugger/regress/regress-2318.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --expose-debug-as debug --stack-size=150
+// Flags: --stack-size=100
function f() {
var i = 0;
« no previous file with comments | « test/debugger/debugger.status ('k') | test/debugger/test-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698