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

Unified Diff: third_party/WebKit/Source/devtools/tests/TestExpectations

Issue 2661573002: DevTools: skip specific tests for backwards compatibility testing (Closed)
Patch Set: devtools runtime Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/npm_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/tests/TestExpectations
diff --git a/third_party/WebKit/Source/devtools/tests/TestExpectations b/third_party/WebKit/Source/devtools/tests/TestExpectations
new file mode 100644
index 0000000000000000000000000000000000000000..6339b7341b9954919ce2408d4f884ee1293df626
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/tests/TestExpectations
@@ -0,0 +1,55 @@
+# Skipping service worker tests because it's an experimental domain
dgozman 2017/01/27 20:06:47 I think this is due to similar reason as worker te
chenwilliam 2017/01/27 21:53:33 Done.
+# not guaranteed to be backwards compatible
+http/tests/inspector/elements/event-listeners-framework-with-service-worker.html [ Skip ]
+http/tests/inspector/service-workers/lazy-addeventlisteners.html [ Skip ]
+http/tests/inspector/service-workers/service-worker-agents.html [ Skip ]
+http/tests/inspector/service-workers/service-worker-manager.html [ Skip ]
+http/tests/inspector/service-workers/service-worker-pause.html [ Skip ]
+http/tests/inspector/service-workers/service-workers-force-update-on-page-load.html [ Skip ]
+http/tests/inspector/service-workers/service-workers-navigation-preload.html [ Skip ]
+http/tests/inspector/service-workers/service-workers-redundant.html [ Skip ]
+http/tests/inspector/service-workers/service-workers-view.html [ Skip ]
+http/tests/inspector/service-workers/service-workers-bypass-for-network-redirect.html [ Skip ]
+
+# Skipping worker tests b/c of protocol change
+# https://crrev.com/14d5ae1493499885e5f9820490e77aef43d0d083
+http/tests/inspector-enabled/dedicated-workers-list.html [ Skip ]
+http/tests/inspector/sources/debugger/worker-debugging-script-mapping.html [ Skip ]
+http/tests/inspector/sources/debugger/worker-debugging.html [ Skip ]
+inspector/console/console-revoke-error-in-worker.html [ Skip ]
+inspector/console/worker-eval-contains-stack.html [ Skip ]
+inspector/sources/debugger-frameworks/frameworks-with-worker.html [ Skip ]
+inspector/sources/debugger-ui/script-snippet-model.html [ Skip ] # TODO(chenwilliam): extract the worker test
+
+# Skipping accessibility tests b/c of protocol change
+# https://crrev.com/3a46cc72d58945804dd4919a679a8ce26690bfc0
+inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode.html [ Skip ]
+inspector-protocol/accessibility/accessibility-getRelationships.html [ Skip ]
+inspector-protocol/accessibility/accessibility-ignoredNodes.html [ Skip ]
+inspector-protocol/accessibility/accessibility-ignoredNodesModal.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-buttons.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-img-figure.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-input.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-labelledby.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-summary.html [ Skip ]
+inspector-protocol/accessibility/accessibility-nameSources-visiblity.html [ Skip ]
+
+# Skipping async await tests b/c 1.2 content shell (DevTools runtime) does not
+# support async await
+inspector/sources/debugger-async/async-await/async-callstack-async-await1.html [ Skip ]
+inspector/sources/debugger-async/async-await/async-callstack-async-await2.html [ Skip ]
+inspector/sources/debugger-async/async-await/async-callstack-async-await3.html [ Skip ]
+inspector/sources/debugger-async/async-await/async-pause-on-exception.html [ Skip ]
+inspector/sources/debugger-ui/async-call-stack-async-function.html [ Skip ]
+
+# 1.2 content shell does not support inspector-unit
+http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js
+http/tests/inspector-unit/list-control-equal-height.js
+http/tests/inspector-unit/list-control-non-viewport.js
+http/tests/inspector-unit/list-control-various-height.js
+http/tests/inspector-unit/suggest-box.js
+http/tests/inspector-unit/test-failure.js
+http/tests/inspector-unit/text-prompt-hint.js
+http/tests/inspector-unit/text-prompt.js
+http/tests/inspector-unit/trie.js
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/npm_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698