Commit 424f76fd authored by Changhao Han's avatar Changhao Han Committed by Commit Bot

update test for devtools inspector backend

DevTools CL that changes the expectation:
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1934208

Bug: chromium:1025667
Change-Id: I8fa0339ff2c8d743741001c6b75b713fcce68f55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950535Reviewed-by: default avatarMathias Bynens <mathias@chromium.org>
Reviewed-by: default avatarSigurd Schneider <sigurds@chromium.org>
Commit-Queue: Changhao Han <changhaohan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721933}
parent e04f5158
...@@ -6007,7 +6007,6 @@ crbug.com/993790 external/wpt/document-policy/required-policy/required-document- ...@@ -6007,7 +6007,6 @@ crbug.com/993790 external/wpt/document-policy/required-policy/required-document-
crbug.com/993790 external/wpt/document-policy/required-policy/required-document-policy.html [ Failure ] crbug.com/993790 external/wpt/document-policy/required-policy/required-document-policy.html [ Failure ]
# Temporary suppression to allow devtools-frontend changes # Temporary suppression to allow devtools-frontend changes
crbug.com/1025667 http/tests/devtools/inspector-backend-commands.js [ Pass Failure ]
crbug.com/1029489 http/tests/devtools/elements/elements-linkify-attributes.js [ Pass Failure ] crbug.com/1029489 http/tests/devtools/elements/elements-linkify-attributes.js [ Pass Failure ]
crbug.com/1030258 http/tests/devtools/resource-har-conversion.js [ Pass Failure ] crbug.com/1030258 http/tests/devtools/resource-har-conversion.js [ Pass Failure ]
......
Tests correctness of promisified protocol commands. Tests correctness of promisified protocol commands.
error: Request Profiler.commandError failed. {"message":"this is the error message"} error: Request Profiler.commandError failed. {"message":"this is the error message"}
commandError: then result: null commandError: catch result: {"message":"this is the error message"}
commandArgs0: then result: undefined commandArgs0: then result: undefined
error: Protocol Error: Extra 1 arguments in a call to method 'Profiler.commandArgs0'. error: Protocol Error: Extra 1 arguments in a call to method 'Profiler.commandArgs0'.
commandArgs0: then result: null commandArgs0: then result: null
......
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