sdk
sdk copied to clipboard
standalone/regress_41329_absolute_test failing on Windows
The test
standalone/regress_41329_absolute_test (RuntimeError -> Timeout, expected Pass)
is failing on configurations
vm-kernel-nnbd-win-debug-x64
vm-kernel-win-debug-ia32
vm-kernel-win-debug-x64
vm-kernel-win-debug-x64c
vm-kernel-msvc-windows
The test failure logs say "diagnostics: win_sdk_path not found", e.g. https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8803138724548632113/+/u/test_results/new_test_failures__logs_
Looks like it was caused by https://github.com/dart-lang/sdk/commit/e4ae0cf2ce0755b85e9bffdfa50f5042e4edcd99 because Uri.parse() is used in the failing test https://github.com/dart-lang/sdk/blob/4198020cce8e9a1055ee575c38cd9bf89f032ee3/tests/standalone/regress_41329_absolute_test.dart#L28 so there are now forward slashes in that path, which Windows isn't understanding correctly.
cc @bkonyi @lrhn