Closed jyameo closed 1 week ago
Summary: The reland of "[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime" and "[dart2wasm] Improve ClassInfo field validation error messages" introduced test failures in hot reload and standalone/io/unix_socket_test on ddc-canary-linux-chrome and vm-reload-linux-release-x64 configurations.
These failures seem unrelated to the changes. It looks like the tests are flaky
FYI @natebiggs for the failing / flaky DDC hot reload tests.
cc @Markzipan
The following tests were added by https://github.com/dart-lang/sdk/commit/5b0128565cd1fe41504df42a0291f474f8a5619e which is within the range of flagged CLs. The failures on ddc-canary-linux-chrome
are expected at this time.
hot_reload/delete_static_field
hot_reload/existing_static_field_changes_type_indirect_function
hot_reload/existing_static_field_changes_type_indirect_generic
I think we can close this issue as I presume the hot reload test failures on the web are being tracked
There are new test failures on Reland ""[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory""...[dart2wasm] Improve ClassInfo field validation error messages.
The tests
are failing on configurations
LOGS:
CC @bkonyi @derekxu16 @a-siva