sdk icon indicating copy to clipboard operation
sdk copied to clipboard

standalone/regress_41329_absolute_test failing on Windows

Open derekxu16 opened this issue 3 years ago • 2 comments

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.

derekxu16 avatar Sep 14 '22 14:09 derekxu16

cc @bkonyi @lrhn

derekxu16 avatar Sep 14 '22 14:09 derekxu16