Skip to content

Commit 5341f67

Browse files
JakeChampionGuy Bedford
andauthored
feat: Update to SpiderMonkey v127.0.2 (#826)
Co-authored-by: Guy Bedford <[email protected]>
1 parent 5633ee4 commit 5341f67

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

runtime/spidermonkey/gecko-dev

tests/wpt-harness/expectations-sm/html/webappapis/structured-clone/structured-clone.any.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,16 @@
351351
"status": "FAIL"
352352
},
353353
"Resizable ArrayBuffer": {
354-
"status": "FAIL"
354+
"status": "PASS"
355355
},
356356
"Growable SharedArrayBuffer": {
357357
"status": "FAIL"
358358
},
359359
"Length-tracking TypedArray": {
360-
"status": "FAIL"
360+
"status": "PASS"
361361
},
362362
"Length-tracking DataView": {
363-
"status": "FAIL"
363+
"status": "PASS"
364364
},
365365
"Serializing OOB TypedArray throws": {
366366
"status": "FAIL"
@@ -390,13 +390,13 @@
390390
"status": "FAIL"
391391
},
392392
"Resizable ArrayBuffer is transferable": {
393-
"status": "FAIL"
393+
"status": "PASS"
394394
},
395395
"Length-tracking TypedArray is transferable": {
396-
"status": "FAIL"
396+
"status": "PASS"
397397
},
398398
"Length-tracking DataView is transferable": {
399-
"status": "FAIL"
399+
"status": "PASS"
400400
},
401401
"Transferring OOB TypedArray throws": {
402402
"status": "FAIL"

tests/wpt-harness/expectations/html/webappapis/structured-clone/structured-clone.any.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,16 @@
351351
"status": "FAIL"
352352
},
353353
"Resizable ArrayBuffer": {
354-
"status": "FAIL"
354+
"status": "PASS"
355355
},
356356
"Growable SharedArrayBuffer": {
357357
"status": "FAIL"
358358
},
359359
"Length-tracking TypedArray": {
360-
"status": "FAIL"
360+
"status": "PASS"
361361
},
362362
"Length-tracking DataView": {
363-
"status": "FAIL"
363+
"status": "PASS"
364364
},
365365
"Serializing OOB TypedArray throws": {
366366
"status": "FAIL"
@@ -390,13 +390,13 @@
390390
"status": "FAIL"
391391
},
392392
"Resizable ArrayBuffer is transferable": {
393-
"status": "FAIL"
393+
"status": "PASS"
394394
},
395395
"Length-tracking TypedArray is transferable": {
396-
"status": "FAIL"
396+
"status": "PASS"
397397
},
398398
"Length-tracking DataView is transferable": {
399-
"status": "FAIL"
399+
"status": "PASS"
400400
},
401401
"Transferring OOB TypedArray throws": {
402402
"status": "FAIL"

0 commit comments

Comments
 (0)