-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
co19/LibTest/io/Link/createSync_A06_t0{1,3} Pass -> RuntimeError on vm win bots #53848
Comments
This issue was reported as #53689 |
There's more tests like this that are failing, possibly due to same root cause, e.g. this flaky failure see log
|
Seems that the failure above was reported as #53911 |
The test is flaking, but now mentions directory instead of notFound:
It's failing on all windows configurations: https://dart-current-results.web.app/#/filter=co19/LibTest/io/Link/createSync_A06_t01&showAll |
Same error on co19/LibTest/io/Link/create_A06_t01 |
Both of the failures above are #53911 |
@brianquinlan any updates on this issue ? |
I think that this is implementable now that we can drop Windows 7 support. I have a PR in progress. |
… Windows. Also modified `File::GetType` on Windows to correctly report the type of broken links as notFound. Windows fixes: co19/LibTest/io/Link/createSync_A04_t08 co19/LibTest/io/Link/createSync_A04_t10 co19/LibTest/io/Link/createSync_A04_t12 co19/LibTest/io/Link/createSync_A04_t14 co19/LibTest/io/Link/createSync_A04_t16 co19/LibTest/io/Link/createSync_A06_t01 co19/LibTest/io/Link/createSync_A06_t03 co19/LibTest/io/Link/createSync_A06_t06 co19/LibTest/io/Link/createSync_A06_t08 co19/LibTest/io/Link/create_A04_t08 co19/LibTest/io/Link/create_A04_t10 co19/LibTest/io/Link/create_A04_t12 co19/LibTest/io/Link/create_A04_t14 co19/LibTest/io/Link/create_A04_t16 co19/LibTest/io/Link/create_A06_t01 co19/LibTest/io/Link/create_A06_t03 co19/LibTest/io/Link/create_A06_t06 co19/LibTest/io/Link/create_A06_t08 co19/LibTest/io/Link/resolveSymbolicLinksSync_A01_t01 co19/LibTest/io/Link/resolveSymbolicLinks_A01_t01 Bug:#53848 Bug:#45981 Change-Id: I3d156f38540089d8adb12dbb79d0477330d9eb07 Tested: updated unit tests plus fixes existing tests Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335940 Commit-Queue: Brian Quinlan <[email protected]> Reviewed-by: Siva Annamalai <[email protected]>
The new library dependency added to File io on Windows should be added to the libdart_builtin targets, not the downstream executables, so that Flutter builds that use libdart_builtin will inherit the dependency. Follow-up to https://dart-review.googlesource.com/c/sdk/+/335940 TEST=monorepo_build,dart_ci,flutter_engine_ci Bug: #45981 Bug: #53848 Change-Id: I90407a0d702683cadb4f2d2c57bb6c598b6e052d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/353680 Commit-Queue: William Hesse <[email protected]> Reviewed-by: Slava Egorov <[email protected]>
https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-win-debug-x64/2517/overview
cc @sgrekhov @brianquinlan
Started with https://dart.googlesource.com/sdk/+/5315b1dc6b0518e99e458a59e1ef084767fb2b39
The text was updated successfully, but these errors were encountered: