Auto merge of #26875 - servo:jdm-patch-44, r=gterzian

Don't pretend we support SharedArrayBuffer.

Fixes #26874.
This commit is contained in:
bors-servo 2020-06-16 17:27:07 -04:00 committed by GitHub
commit 596e9105c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 75 additions and 18 deletions

View file

@ -11005,7 +11005,7 @@
[]
],
"interfaces.js": [
"253dd124cebe9b7d3aa4fc5ff8c9137e7aeb2f66",
"7a105e791dd80bd42d80055a64746bbe5fece41e",
[]
],
"nested_asap_script.js": [

View file

@ -5,7 +5,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
var ecmaGlobals = [
"Array",
"ArrayBuffer",
"Atomics",
"BigInt",
"BigInt64Array",
"BigUint64Array",
@ -43,7 +42,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"Reflect",
"RegExp",
"Set",
"SharedArrayBuffer",
"String",
"Symbol",
"SyntaxError",