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

memory_file_system_test is flaky #30482

Closed floitschG closed 5 years ago

floitschG commented 7 years ago

pkg/front_end/test/memory_file_system_test is flaky, failing with "Timeout".

see here: https://build.chromium.org/p/client.dart/builders/analyzer-win7-release-be/builds/6448/steps/analyze%20pkg%20tests/logs/stdio

FAILED: dart2analyzer-none release_x64 pkg/front_end/test/memory_file_system_test
Expected: Pass 
Actual: Timeout
CommandOutput[dart2analyzer]:

Command[dart2analyzer]: set DART_CONFIGURATION=ReleaseX64 & out\ReleaseX64\dart-sdk\bin\dartanalyzer.bat --supermixin --ignore-unrecognized-flags --packages=E:\b\build\slave\analyzer-win7-release-be\build\sdk\.packages --format=machine --no-hints E:\b\build\slave\analyzer-win7-release-be\build\sdk\pkg\front_end\test\memory_file_system_test.dart
Took 0:04:00.046002

Short reproduction command (experimental):
    python tools/test.py -m release -c dart2analyzer -r none --use-sdk pkg/front_end/test/memory_file_system_test

Done dart2analyzer-none release_x64 pkg/front_end/test/memory_file_system_test: fail
ghost commented 5 years ago

I've tried to reproduce this error locally on a Windows machine but I am unable to. Given the age and lack of activity on this issue I think we'll have to declare this obsolete.

If however this issue pops up again, please feel free to re-open.