Skip to content

Commit

Permalink
Bug 1930177 [wpt PR 49066] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 49066
wpt-type: metadata
moz-wptsync-bot committed Nov 9, 2024
1 parent e680383 commit 8fc47f5
Showing 3 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[context.py]
[test_contexts_are_isolated]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[invalid.py]
[test_state_invalid_type[None\]]
expected: FAIL

[test_state_invalid_type[False\]]
expected: FAIL

[test_state_invalid_type[42\]]
expected: FAIL

[test_state_invalid_type[state3\]]
expected: FAIL

[test_state_invalid_type[state4\]]
expected: FAIL

[test_state_invalid_value[\]]
expected: FAIL

[test_state_invalid_value[invalid\]]
expected: FAIL

[test_context_invalid_type[None\]]
expected: FAIL

[test_context_invalid_type[False\]]
expected: FAIL

[test_context_invalid_type[42\]]
expected: FAIL

[test_context_invalid_type[context3\]]
expected: FAIL

[test_context_invalid_type[context4\]]
expected: FAIL

[test_context_unknown_value]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[state.py]
[test_state[absent-False\]]
expected: FAIL

[test_state[powered-off-True\]]
expected: FAIL

[test_state[powered-on-True\]]
expected: FAIL

[test_set_twice[absent-False-absent-False\]]
expected: FAIL

[test_set_twice[absent-False-powered-off-True\]]
expected: FAIL

[test_set_twice[absent-False-powered-on-True\]]
expected: FAIL

[test_set_twice[powered-off-True-absent-False\]]
expected: FAIL

[test_set_twice[powered-off-True-powered-off-True\]]
expected: FAIL

[test_set_twice[powered-off-True-powered-on-True\]]
expected: FAIL

[test_set_twice[powered-on-True-absent-False\]]
expected: FAIL

[test_set_twice[powered-on-True-powered-off-True\]]
expected: FAIL

[test_set_twice[powered-on-True-powered-on-True\]]
expected: FAIL

0 comments on commit 8fc47f5

Please sign in to comment.