Re: [webkit-dev] CI builds fail on all platforms with "ReferenceError: Can't find variable: WebAssembly"

2019-09-06 Thread Mark Lam
I’m about to move it into JSTests/wasm/stress. See https://bugs.webkit.org/show_bug.cgi?id=201551 . > On Sep 6, 2019, at 11:31 AM, Saam Barati wrote: > > Those tests should be checking if WebAssembly is enabled at all before > running the

Re: [webkit-dev] CI builds fail on all platforms with "ReferenceError: Can't find variable: WebAssembly"

2019-09-06 Thread Saam Barati
Those tests should be checking if WebAssembly is enabled at all before running the test. Something like: if (this.WebAssembly) { ... put test here ... } Feel free to post a patch and I can review it. - Saam > On Sep 6, 2019, at 2:59 AM, Eike Rathke wrote: > > Hi, > > our CI builds keep