Alexandre Faria

Results 31 comments of Alexandre Faria

Is there any updates on this? I'm able to run the tests on firefox with wasm_bindgen_test_configure!(run_in_worker); or wasm_bindgen_test_configure!(run_in_browser); But I wanted to run at least some of them on the...

Sorry @daxpedda, I have read several times your comments, and they only talk about producing final files ready to be deployed to workerd. And to be honest I understand perfectly...

I'm already in contact with someone from CF to see how this can be done, his comment was that my approach seemed reasonable. But at the moment it seems they...

@daxpedda I have been trying to create a macro to simplify the tests, this will be particular useful for tests that should be run over the different runtimes supported. I'm...

@daxpedda That's okay, the only issue is that the details aren't as fresh as they were. I already improved the tests a lot, and I hope I'm able to improve...

Just a quick update, I was able to move forward with the multi_target_test model, I'm still flushing out details in the library as I convert the existing tests I created....

> > The other issue I'm having is some instability in the Safari Driver, unfixed for now. > > FWIW, I've been having spurious failures using Safaridriver lately as well,...

> > > The other issue I'm having is some instability in the Safari Driver, unfixed for now. > > > > > > FWIW, I've been having spurious failures...

@daxpedda That wasn't my objective, but nextest implied changes in many different places, including in the arguments handling. As a rule I try to add tests before introducing changes, to...

@daxpedda I understand your reasoning, and to be honest, I'm trying to narrow things to make it easier for you to review. The problem is that cargo nextest stresses wasm-bindgen-test...