Skip to content

Commit 7336a49

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 5d7a5bf commit 7336a49

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
@@ -136,26 +136,6 @@ nsIDNSService
136136
MODE_TRRFIRST
137137
)
138138
;
139-
Services
140-
.
141-
prefs
142-
.
143-
setBoolPref
144-
(
145-
"
146-
network
147-
.
148-
http
149-
.
150-
http2
151-
.
152-
allow
153-
-
154-
push
155-
"
156-
true
157-
)
158-
;
159139
}
160140
)
161141
;
@@ -398,16 +378,6 @@ answer
398378
;
399379
}
400380
)
401-
.
402-
skip
403-
(
404-
"
405-
H2
406-
push
407-
is
408-
disabled
409-
"
410-
)
411381
;
412382
add_task
413383
(
@@ -509,14 +479,4 @@ answer
509479
;
510480
}
511481
)
512-
.
513-
skip
514-
(
515-
"
516-
H2
517-
push
518-
is
519-
disabled
520-
"
521-
)
522482
;

netwerk/test/unit/test_origin.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,6 @@ enabled
7777
"
7878
)
7979
;
80-
Services
81-
.
82-
prefs
83-
.
84-
setBoolPref
85-
(
86-
"
87-
network
88-
.
89-
http
90-
.
91-
http2
92-
.
93-
allow
94-
-
95-
push
96-
"
97-
true
98-
)
99-
;
10080
prefs
10181
.
10282
setBoolPref

netwerk/test/unit/test_trr.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,6 @@ ttl
4444
false
4545
)
4646
;
47-
Services
48-
.
49-
prefs
50-
.
51-
setBoolPref
52-
(
53-
"
54-
network
55-
.
56-
http
57-
.
58-
http2
59-
.
60-
allow
61-
-
62-
push
63-
"
64-
true
65-
)
66-
;
6747
h2Port
6848
=
6949
trr_test_setup
@@ -960,16 +940,6 @@ org
960940
;
961941
}
962942
)
963-
.
964-
skip
965-
(
966-
"
967-
H2
968-
push
969-
is
970-
disabled
971-
"
972-
)
973943
;
974944
add_task
975945
(

0 commit comments

Comments
 (0)