Skip to content

Commit

Permalink
test: update the expectations for PR (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored and sadym-chromium committed Nov 22, 2024
1 parent 2aaf35c commit 07f8e6a
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[dom_content_loaded.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[frames.py]
[test_user_context[same_origin-default\]]
expected: FAIL

[test_user_context[same_origin-new\]]
expected: FAIL

[test_user_context[cross_origin-default\]]
expected: FAIL

[test_user_context[cross_origin-new\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[load.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[network_events.py]
[test_iframe_navigation_request]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[events.py]
[test_subscribe_to_module]
expected: FAIL

[test_subscribe_to_one_event_and_then_to_module]
expected: FAIL

[test_subscribe_to_module_and_then_to_one_event_again]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[events.py]
[test_subscribe_to_module_unsubscribe_from_one_event]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[dom_content_loaded.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[frames.py]
[test_user_context[same_origin-default\]]
expected: FAIL

[test_user_context[same_origin-new\]]
expected: FAIL

[test_user_context[cross_origin-default\]]
expected: FAIL

[test_user_context[cross_origin-new\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[load.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[network_events.py]
[test_iframe_navigation_request]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[events.py]
[test_subscribe_to_module]
expected: FAIL

[test_subscribe_to_one_event_and_then_to_module]
expected: FAIL

[test_subscribe_to_module_and_then_to_one_event_again]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[events.py]
[test_subscribe_to_module_unsubscribe_from_one_event]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[dom_content_loaded.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[frames.py]
[test_user_context[same_origin-default\]]
expected: FAIL

[test_user_context[same_origin-new\]]
expected: FAIL

[test_user_context[cross_origin-default\]]
expected: FAIL

[test_user_context[cross_origin-new\]]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[load.py]
[test_new_context_not_emitted[tab\]]
[test_iframe]
expected: FAIL

[test_new_context_not_emitted[window\]]
[test_new_context[tab\]]
expected: FAIL

[test_new_context[window\]]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@

[test_window_open_with_about_blank[about:blank?test\]]
expected: FAIL

[test_iframe]
expected: FAIL

[test_nested_iframes]
expected: FAIL

[test_window_open_with_url]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[network_events.py]
[test_event_order_with_redirect]
expected: FAIL

[test_iframe_navigation_request]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[events.py]
[test_subscribe_to_module]
expected: [FAIL, PASS]

[test_subscribe_to_one_event_and_then_to_module]
expected: FAIL

[test_subscribe_to_module_and_then_to_one_event_again]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[events.py]
[test_subscribe_to_module_unsubscribe_from_one_event]
expected: FAIL

0 comments on commit 07f8e6a

Please sign in to comment.