mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135338 - Do not run sharedtypedarray.js test if SharedArrayBuffer is not defined. r=jandem
This commit is contained in:
parent
b2b221690e
commit
e869f1d45d
@ -228,8 +228,10 @@ function testSharedTypedArrayMethods() {
|
||||
assertEq(v[9], -5);
|
||||
}
|
||||
|
||||
if (typeof SharedArrayBuffer === "function") {
|
||||
testSharedArrayBuffer();
|
||||
testSharedTypedArray();
|
||||
testSharedTypedArrayMethods();
|
||||
}
|
||||
|
||||
reportCompare(0, 0, 'ok');
|
||||
|
Loading…
Reference in New Issue
Block a user