Skip to content

Commit efa4619

Browse files
Bug 1930177 [wpt PR 49066] - Update wpt metadata, a=testonly
wpt-pr: 49066 wpt-type: metadata
1 parent 03bf307 commit efa4619

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[context.py]
2+
[test_contexts_are_isolated]
3+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[invalid.py]
2+
[test_state_invalid_type[None\]]
3+
expected: FAIL
4+
5+
[test_state_invalid_type[False\]]
6+
expected: FAIL
7+
8+
[test_state_invalid_type[42\]]
9+
expected: FAIL
10+
11+
[test_state_invalid_type[state3\]]
12+
expected: FAIL
13+
14+
[test_state_invalid_type[state4\]]
15+
expected: FAIL
16+
17+
[test_state_invalid_value[\]]
18+
expected: FAIL
19+
20+
[test_state_invalid_value[invalid\]]
21+
expected: FAIL
22+
23+
[test_context_invalid_type[None\]]
24+
expected: FAIL
25+
26+
[test_context_invalid_type[False\]]
27+
expected: FAIL
28+
29+
[test_context_invalid_type[42\]]
30+
expected: FAIL
31+
32+
[test_context_invalid_type[context3\]]
33+
expected: FAIL
34+
35+
[test_context_invalid_type[context4\]]
36+
expected: FAIL
37+
38+
[test_context_unknown_value]
39+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[state.py]
2+
[test_state[absent-False\]]
3+
expected: FAIL
4+
5+
[test_state[powered-off-True\]]
6+
expected: FAIL
7+
8+
[test_state[powered-on-True\]]
9+
expected: FAIL
10+
11+
[test_set_twice[absent-False-absent-False\]]
12+
expected: FAIL
13+
14+
[test_set_twice[absent-False-powered-off-True\]]
15+
expected: FAIL
16+
17+
[test_set_twice[absent-False-powered-on-True\]]
18+
expected: FAIL
19+
20+
[test_set_twice[powered-off-True-absent-False\]]
21+
expected: FAIL
22+
23+
[test_set_twice[powered-off-True-powered-off-True\]]
24+
expected: FAIL
25+
26+
[test_set_twice[powered-off-True-powered-on-True\]]
27+
expected: FAIL
28+
29+
[test_set_twice[powered-on-True-absent-False\]]
30+
expected: FAIL
31+
32+
[test_set_twice[powered-on-True-powered-off-True\]]
33+
expected: FAIL
34+
35+
[test_set_twice[powered-on-True-powered-on-True\]]
36+
expected: FAIL

0 commit comments

Comments
 (0)