Skip to content

Commit 6cfbdd4

Browse files
Jake ChampionJakeChampion
authored andcommitted
use the version of gecko-dev which uses arc4randombuf when compiled to wasi
1 parent e4ab052 commit 6cfbdd4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "c-dependencies/spidermonkey"]
22
path = c-dependencies/spidermonkey
3-
url = https://github.com/tschneidereit/spidermonkey-wasi-embedding.git
3+
url = https://github.com/fastly/spidermonkey-wasi-embedding.git
44
shallow = true
55
[submodule "tests/wpt-harness/wpt"]
66
path = tests/wpt-harness/wpt

c-dependencies/spidermonkey

tests/wpt-harness/expectations/fetch/api/basic/request-upload.any.js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"status": 1
4949
},
5050
"Fetch with POST with text body on 421 response should be retried once on new connection.": {
51-
"status": 1
51+
"status": 0
5252
},
5353
"Streaming upload shouldn't work on Http/1.1.": {
5454
"status": 1

tests/wpt-harness/expectations/fetch/api/basic/request-upload.h2.any.js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"status": 1
77
},
88
"Fetch with POST with ReadableStream on 421 response should return the response and not retry.": {
9-
"status": 0
9+
"status": 1
1010
},
1111
"Feature detect for POST with ReadableStream": {
1212
"status": 1

tests/wpt-harness/expectations/fetch/api/request/request-cache-reload.any.js.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"status": 0
1313
},
1414
"RequestCache \"reload\" mode does store the response in the cache with Etag and stale response": {
15-
"status": 0
15+
"status": 1
1616
},
1717
"RequestCache \"reload\" mode does store the response in the cache with Last-Modified and stale response": {
18-
"status": 0
18+
"status": 1
1919
},
2020
"RequestCache \"reload\" mode does store the response in the cache with Etag and fresh response": {
2121
"status": 1
@@ -24,10 +24,10 @@
2424
"status": 1
2525
},
2626
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Etag and stale response": {
27-
"status": 0
27+
"status": 1
2828
},
2929
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Last-Modified and stale response": {
30-
"status": 0
30+
"status": 1
3131
},
3232
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Etag and fresh response": {
3333
"status": 1

0 commit comments

Comments
 (0)