зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135368 - Do not run shell/futex.js test if SharedArrayBuffer is not defined. r=luke
This commit is contained in:
Родитель
9eeb7dc0d8
Коммит
cd4d2598b2
|
@ -5,7 +5,7 @@
|
|||
* http://creativecommons.org/licenses/publicdomain/
|
||||
*/
|
||||
|
||||
if ((this.SharedArrayBuffer && this.AtomicsObject && this.getSharedArrayBuffer && this.setSharedArrayBuffer))
|
||||
if (!(this.SharedArrayBuffer && this.getSharedArrayBuffer && this.setSharedArrayBuffer))
|
||||
quit(0);
|
||||
|
||||
var DEBUG = false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче