David Iglesias

Results 417 comments of David Iglesias

Publishing this PR to have CI take a look. I fully expect this to fail. ![0b0d048c-fd01-4136-a025-d4983c8ab082_text](https://github.com/user-attachments/assets/ce90e0ba-0e91-4950-a799-f63b2935e27e)

The problem was that I was not using the correct renderer on flutter run/drive. Now I've corrected this ([4a2ae1d](https://github.com/flutter/flutter/pull/159314/commits/4a2ae1d35ca50c248b38868898182a36d5a4c0c5)), and tests should pass, unless I broke some by changing the...

In test_6, it seems the runner is doing: > `/work/flutter/flutter/bin/cache/flutter_web_sdk/ --incremental --target=dartdevc --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=false **-DFLUTTER_WEB_USE_SKIA=false** -DFLUTTER_WEB_USE_SKWASM=false -DDART_HHH_BOT=false **-DFLUTTER_WEB_USE_SKIA=true** --output-dill ... That's probably not good :)

All is green, I'll set this to `autosubmit` next week.

``` navaronbracke@MacBook-Pro-van-Navaron cross_file % flutter test --platform=chrome ``` Try instead: ```console dit@dit:/work/flutter/packages/packages/cross_file$ dart test --platform=chrome 00:03 +0: loading test/x_file_html_test.dart Compiled 14,179,976 input bytes (9,171,791 characters source) to 1,187,453 characters JavaScript...

> I figured out how to run the tests compiled to WASM. Working on resolving the issues. @Rexios80 Please describe? :)

Will work on this next, will try to get the update with main done and review locally. Thanks @Rexios80!

Force-pushed the rebase, but I think I broke: ``` integration_test/zoom_level_capability_test.dart is being served at http://localhost:7357 ``` It seems to be timing out :/

> I much prefer merge commits for the future if that's okay with you. Yep, apologies @Rexios80, I normally only rebase in my own branches or things that are "one...