OLD | NEW |
---|---|
(Empty) | |
1 # 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.
| |
2 # not guaranteed to be backwards compatible | |
3 http/tests/inspector/elements/event-listeners-framework-with-service-worker.html [ Skip ] | |
4 http/tests/inspector/service-workers/lazy-addeventlisteners.html [ Skip ] | |
5 http/tests/inspector/service-workers/service-worker-agents.html [ Skip ] | |
6 http/tests/inspector/service-workers/service-worker-manager.html [ Skip ] | |
7 http/tests/inspector/service-workers/service-worker-pause.html [ Skip ] | |
8 http/tests/inspector/service-workers/service-workers-force-update-on-page-load.h tml [ Skip ] | |
9 http/tests/inspector/service-workers/service-workers-navigation-preload.html [ S kip ] | |
10 http/tests/inspector/service-workers/service-workers-redundant.html [ Skip ] | |
11 http/tests/inspector/service-workers/service-workers-view.html [ Skip ] | |
12 http/tests/inspector/service-workers/service-workers-bypass-for-network-redirect .html [ Skip ] | |
13 | |
14 # Skipping worker tests b/c of protocol change | |
15 # https://crrev.com/14d5ae1493499885e5f9820490e77aef43d0d083 | |
16 http/tests/inspector-enabled/dedicated-workers-list.html [ Skip ] | |
17 http/tests/inspector/sources/debugger/worker-debugging-script-mapping.html [ Ski p ] | |
18 http/tests/inspector/sources/debugger/worker-debugging.html [ Skip ] | |
19 inspector/console/console-revoke-error-in-worker.html [ Skip ] | |
20 inspector/console/worker-eval-contains-stack.html [ Skip ] | |
21 inspector/sources/debugger-frameworks/frameworks-with-worker.html [ Skip ] | |
22 inspector/sources/debugger-ui/script-snippet-model.html [ Skip ] # TODO(chenwill iam): extract the worker test | |
23 | |
24 # Skipping accessibility tests b/c of protocol change | |
25 # https://crrev.com/3a46cc72d58945804dd4919a679a8ce26690bfc0 | |
26 inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode.html [ Skip ] | |
27 inspector-protocol/accessibility/accessibility-getRelationships.html [ Skip ] | |
28 inspector-protocol/accessibility/accessibility-ignoredNodes.html [ Skip ] | |
29 inspector-protocol/accessibility/accessibility-ignoredNodesModal.html [ Skip ] | |
30 inspector-protocol/accessibility/accessibility-nameSources-buttons.html [ Skip ] | |
31 inspector-protocol/accessibility/accessibility-nameSources-img-figure.html [ Ski p ] | |
32 inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html [ Skip ] | |
33 inspector-protocol/accessibility/accessibility-nameSources-input.html [ Skip ] | |
34 inspector-protocol/accessibility/accessibility-nameSources-labelledby.html [ Ski p ] | |
35 inspector-protocol/accessibility/accessibility-nameSources-summary.html [ Skip ] | |
36 inspector-protocol/accessibility/accessibility-nameSources-visiblity.html [ Skip ] | |
37 | |
38 # Skipping async await tests b/c 1.2 content shell (DevTools runtime) does not | |
39 # support async await | |
40 inspector/sources/debugger-async/async-await/async-callstack-async-await1.html [ Skip ] | |
41 inspector/sources/debugger-async/async-await/async-callstack-async-await2.html [ Skip ] | |
42 inspector/sources/debugger-async/async-await/async-callstack-async-await3.html [ Skip ] | |
43 inspector/sources/debugger-async/async-await/async-pause-on-exception.html [ Ski p ] | |
44 inspector/sources/debugger-ui/async-call-stack-async-function.html [ Skip ] | |
45 | |
46 # 1.2 content shell does not support inspector-unit | |
47 http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js | |
48 http/tests/inspector-unit/list-control-equal-height.js | |
49 http/tests/inspector-unit/list-control-non-viewport.js | |
50 http/tests/inspector-unit/list-control-various-height.js | |
51 http/tests/inspector-unit/suggest-box.js | |
52 http/tests/inspector-unit/test-failure.js | |
53 http/tests/inspector-unit/text-prompt-hint.js | |
54 http/tests/inspector-unit/text-prompt.js | |
55 http/tests/inspector-unit/trie.js | |
OLD | NEW |