Commit 81bda419 authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

Disable test for landing DevTools change

DevTools change: https://crrev.com/c/2367940

Bug: chromium:1011811
Change-Id: Ib3725b572313baf56bbcde3783c2bc6094c02e1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372483Reviewed-by: default avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801005}
parent fd80e3d0
......@@ -6458,6 +6458,7 @@ crbug.com/v8/10556 external/wpt/wasm/jsapi/instance/constructor-caching.any.work
crbug.com/1011811 http/tests/devtools/network/network-xhr-data-received-async-response-type-blob.js [ Pass Failure ]
crbug.com/1011811 http/tests/devtools/network/download.js [ Pass Failure ]
crbug.com/1011811 http/tests/devtools/sxg/sxg-disable-cache.js [ Pass Failure ]
crbug.com/1011811 http/tests/devtools/profiler/agents-disabled-check.js [ Pass Failure ]
crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset.html [ Pass Failure ]
crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset-clamp.html [ Pass Failure ]
......
......@@ -4,7 +4,7 @@ Test that if a profiler is working all the agents are disabled.
frontend: {"id":<number>,"method":"DOM.disable","params":{}}
frontend: {"id":<number>,"method":"CSS.disable"}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
frontend: {"id":<number>,"method":"Overlay.disable"}
frontend: {"id":<number>,"method":"Overlay.disable","params":{}}
frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":false,"flatten":true}}
frontend: {"id":<number>,"method":"Debugger.disable","params":{}}
......@@ -14,7 +14,7 @@ frontend: {"id":<number>,"method":"CSS.enable"}
frontend: {"id":<number>,"method":"Debugger.enable","params":{"maxScriptsCacheSize":100000000}}
frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":32}}
frontend: {"id":<number>,"method":"Overlay.enable"}
frontend: {"id":<number>,"method":"Overlay.enable","params":{}}
frontend: {"id":<number>,"method":"Overlay.setShowViewportSizeOnResize","params":{"show":true}}
frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":true,"flatten":true}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment