Skip to content

Commit 2c21c0e

Browse files
committed
Backed out changeset ec4fbd52f18c (bug 1915848) for causing xpcshell failures at test_trr.js. CLOSED TREE
UltraBlame original commit: 22e0ba48f910d3749db421eb3552277bc7dccc9b
1 parent 0e6f9fa commit 2c21c0e

File tree

4 files changed

+1
-91
lines changed

4 files changed

+1
-91
lines changed

modules/libpref/init/StaticPrefList.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83091,7 +83091,7 @@ type
8309183091
RelaxedAtomicBool
8309283092
value
8309383093
:
83094-
false
83094+
true
8309583095
mirror
8309683096
:
8309783097
always

netwerk/test/unit/test_dns_by_type_resolve.js

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -202,26 +202,6 @@ nsIDNSService
202202
MODE_TRRFIRST
203203
)
204204
;
205-
Services
206-
.
207-
prefs
208-
.
209-
setBoolPref
210-
(
211-
"
212-
network
213-
.
214-
http
215-
.
216-
http2
217-
.
218-
allow
219-
-
220-
push
221-
"
222-
true
223-
)
224-
;
225205
}
226206
)
227207
;
@@ -484,16 +464,6 @@ answer
484464
;
485465
}
486466
)
487-
.
488-
skip
489-
(
490-
"
491-
H2
492-
push
493-
is
494-
disabled
495-
"
496-
)
497467
;
498468
/
499469
/
@@ -637,14 +607,4 @@ answer
637607
;
638608
}
639609
)
640-
.
641-
skip
642-
(
643-
"
644-
H2
645-
push
646-
is
647-
disabled
648-
"
649-
)
650610
;

netwerk/test/unit/test_origin.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,26 +89,6 @@ enabled
8989
"
9090
)
9191
;
92-
Services
93-
.
94-
prefs
95-
.
96-
setBoolPref
97-
(
98-
"
99-
network
100-
.
101-
http
102-
.
103-
http2
104-
.
105-
allow
106-
-
107-
push
108-
"
109-
true
110-
)
111-
;
11292
prefs
11393
.
11494
setBoolPref

netwerk/test/unit/test_trr.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,6 @@ ttl
5656
false
5757
)
5858
;
59-
Services
60-
.
61-
prefs
62-
.
63-
setBoolPref
64-
(
65-
"
66-
network
67-
.
68-
http
69-
.
70-
http2
71-
.
72-
allow
73-
-
74-
push
75-
"
76-
true
77-
)
78-
;
7959
h2Port
8060
=
8161
trr_test_setup
@@ -1125,16 +1105,6 @@ org
11251105
;
11261106
}
11271107
)
1128-
.
1129-
skip
1130-
(
1131-
"
1132-
H2
1133-
push
1134-
is
1135-
disabled
1136-
"
1137-
)
11381108
;
11391109
add_task
11401110
(

0 commit comments

Comments
 (0)