Commit 24404212 authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

DevTools: Update and enable test

The expectations changed due to a frontend change:
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2016752

Bug: chromium:1010534
Change-Id: I0e48b676bfe2880b78f6d52f60a38fda69d1eda7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024894Reviewed-by: default avatarMathias Bynens <mathias@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735874}
parent 16646fe8
...@@ -6275,9 +6275,6 @@ crbug.com/1030746 http/tests/devtools/network/load-resource-for-frontend.js [ Pa ...@@ -6275,9 +6275,6 @@ crbug.com/1030746 http/tests/devtools/network/load-resource-for-frontend.js [ Pa
# Disable for landing devtools changes # Disable for landing devtools changes
crbug.com/1006759 http/tests/devtools/console/argument-hints.js [ Pass Failure ] crbug.com/1006759 http/tests/devtools/console/argument-hints.js [ Pass Failure ]
# Disable for landing devtools changes
crbug.com/1010534 http/tests/devtools/profiler/agents-disabled-check.js [ Pass Failure ]
# Failing origin trial for css proeprties test # Failing origin trial for css proeprties test
crbug.com/1041993 http/tests/origin_trials/sample-api-script-added-after-css-declaration.html [ Failure ] crbug.com/1041993 http/tests/origin_trials/sample-api-script-added-after-css-declaration.html [ Failure ]
virtual/omt-worker-fetch/http/tests/origin_trials/sample-api-script-added-after-css-declaration.html [ Failure ] virtual/omt-worker-fetch/http/tests/origin_trials/sample-api-script-added-after-css-declaration.html [ Failure ]
......
Test that if a profiler is working all the agents are disabled. Test that if a profiler is working all the agents are disabled.
--> SDK.targetManager.suspendAllTargets(); --> SDK.targetManager.suspendAllTargets();
frontend: {"id":<number>,"method":"Debugger.disable"}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}} frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
frontend: {"id":<number>,"method":"DOM.disable"} frontend: {"id":<number>,"method":"DOM.disable"}
frontend: {"id":<number>,"method":"CSS.disable"} frontend: {"id":<number>,"method":"CSS.disable"}
frontend: {"id":<number>,"method":"Overlay.disable"} frontend: {"id":<number>,"method":"Overlay.disable"}
frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":false,"flatten":true}} frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":false,"flatten":true}}
frontend: {"id":<number>,"method":"Debugger.disable"}
--> SDK.targetManager.resumeAllTargets(); --> SDK.targetManager.resumeAllTargets();
frontend: {"id":<number>,"method":"Debugger.enable","params":{"maxScriptsCacheSize":100000000}} frontend: {"id":<number>,"method":"Debugger.enable","params":{"maxScriptsCacheSize":100000000}}
......
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