dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.25k stars 1.58k forks source link

pkg/frontend_server/test/src/javascript_bundle_test failure on pkg-win-release #39166

Open aam opened 5 years ago

aam commented 5 years ago

From https://ci.chromium.org/p/dart/builders/ci.sandbox/pkg-win-release/7735 pkg/frontend_server/test/src/javascript_bundle_test started failing:

--- Command "vm" (took 26.000953s):
set DART_CONFIGURATION=ReleaseX64 & set DART_SUPPRESS_WER=1 & out\ReleaseX64\dart-sdk\bin\dart.exe --enable_asserts --ignore-unrecognized-flags --packages=C:\b\s\w\ir\cache\builder\sdk\.packages C:\b\s\w\ir\cache\builder\sdk\pkg\frontend_server\test\src\javascript_bundle_test.dart

exit code:
255

stdout:
00:00 +0: compiles JavaScript code
00:00 +0 -1: compiles JavaScript code [E]
  Expected: {'/c.dart': [0, 516]}
    Actual: {'\\c.dart': [0, 516]}
     Which: is missing map key '/c.dart'

Approved failure to turn bot green.

jonahwilliams commented 3 years ago

removing assignment because I will be OOO