sagudev

Results 349 comments of sagudev

I only updated first two expectations, as they are actually part of this PR.

> @sagudev Wu Yu Wei mentioned on Zulip already that it looks good I see.

Some more passing test on legacy-layout: ``` OK /gamepad/idlharness.https.window.html PASS [expected FAIL] subtest: HTMLBodyElement interface: attribute ongamepadconnected PASS [expected FAIL] subtest: HTMLBodyElement interface: attribute ongamepaddisconnected PASS [expected FAIL] subtest: Window...

I think this is wrong: https://github.com/servo/servo/blob/d5c9e569bf3fa2908483c437ba636123efa31a82/tests/wpt/meta-legacy-layout/gamepad/__dir__.ini#L1 so we should get even more PASS on legacy layout.

Works normally on my linux machine. You might need to install runtime dependencies: https://github.com/servo/servo#linux-1

Maybe some stuff is still missing like `mesa-utils-extra`, `libgles2-mesa-dev` and `libegl1-mesa` check https://github.com/servo/servo/wiki/Building#debian-based-distributions for all packages.

I was thinking to introduce AppImage for servo, although I think those dependencies are more system/gpu specific, so it might not help for all cases. Did you resolve your issue?

> The `2024-01-11` build (which I can recall) was the last one that I could run without encountering any errors or needing to install additional dependencies. Can you verify that...

> Could you kindly provide any recent updates on this issue? There has been some more investigation in https://github.com/servo/servo/issues/31271 as this issue was not available for a week or so:...

> It is unclear why this happens only after the rustc upgrade (which included upgrade to LLVM 16) . It reminds me of https://github.com/rust-lang/rust/issues/111229