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

Unified Diff: test/inspector/debugger/max-async-call-chain-depth.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/max-async-call-chain-depth.js
diff --git a/test/inspector/debugger/max-async-call-chain-depth.js b/test/inspector/debugger/max-async-call-chain-depth.js
index bf6d2d31afb87b0162732a0f4f2361d4ecdd67f6..ae98f55037b56fdf3a1eada1408305797a6f938e 100644
--- a/test/inspector/debugger/max-async-call-chain-depth.js
+++ b/test/inspector/debugger/max-async-call-chain-depth.js
@@ -1,8 +1,9 @@
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
// TODO(kozyatinskiy): fix or remove it later.
-InspectorTest.log('Checks that we trim async call chains correctly.');
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks that we trim async call chains correctly.');
Protocol.Debugger.enable();
InspectorTest.log('set async chain depth to 8');
« no previous file with comments | « test/inspector/debugger/inspector-break-api.js ('k') | test/inspector/debugger/object-preview-internal-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698