Commit 9e308c32 authored by Songtao Xia's avatar Songtao Xia Committed by Commit Bot

[DevTools] Re-enable web_tests

https://chromium-review.googlesource.com/c/chromium/src/+/2220809
disabled web_tests for the frontend to be checked in.

Bug: crbug.com/1066595
Change-Id: I35b8d28d1802e0991c551a14d825bcb84faba589
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246182Reviewed-by: default avatarRobert Paveza <Rob.Paveza@microsoft.com>
Commit-Queue: Songtao Xia <soxia@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#779009}
parent 9c48a1c1
...@@ -6610,7 +6610,6 @@ crbug.com/1066716 http/tests/cache/zero-length-xhr.html [ Pass Timeout ] ...@@ -6610,7 +6610,6 @@ crbug.com/1066716 http/tests/cache/zero-length-xhr.html [ Pass Timeout ]
crbug.com/1067533 [ Mac10.10 ] external/wpt/shape-detection/idlharness.https.any.sharedworker.html [ Pass Failure ] crbug.com/1067533 [ Mac10.10 ] external/wpt/shape-detection/idlharness.https.any.sharedworker.html [ Pass Failure ]
# Temporarily disabled for landing changes to DevTools frontend # Temporarily disabled for landing changes to DevTools frontend
crbug.com/1066595 http/tests/devtools/tracing/timeline-network/timeline-network-resource.js [ Pass Failure ]
crbug.com/1066579 http/tests/devtools/har-importer.js [ Pass Failure ] crbug.com/1066579 http/tests/devtools/har-importer.js [ Pass Failure ]
# Flaky test, happens only on Mac 10.13. # Flaky test, happens only on Mac 10.13.
......
...@@ -26,6 +26,7 @@ ResourceReceiveResponse Properties: ...@@ -26,6 +26,7 @@ ResourceReceiveResponse Properties:
fromServiceWorker : false fromServiceWorker : false
mimeType : "text/html" mimeType : "text/html"
requestId : <string> requestId : <string>
responseTime : <number>
statusCode : 200 statusCode : 200
timing : <object> timing : <object>
} }
...@@ -78,6 +79,7 @@ ResourceReceiveResponse Properties: ...@@ -78,6 +79,7 @@ ResourceReceiveResponse Properties:
fromServiceWorker : false fromServiceWorker : false
mimeType : "application/x-javascript" mimeType : "application/x-javascript"
requestId : <string> requestId : <string>
responseTime : <number>
statusCode : 200 statusCode : 200
timing : <object> timing : <object>
} }
......
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