DartVM: SocketStreamCloseTest is flaky on windows #1864
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-cannot-reproduce
Closed as we were unable to reproduce the reported issue
library-io
This issue was originally filed by [email protected]
At revision 4596, there was a failure on the windows bot:
FAILED: vm release_ia32 standalone/SocketStreamCloseTest
Expected: pass
Actual: fail
stderr:
Unhandled exception:
Expect.equals(expected: <10>, actual: <9>) fails.
0. Function: 'Expect._fail@127eafe4' url: 'bootstrap' line:1452 col:5
1. Function: 'Expect.equals' url: 'bootstrap' line:1187 col:10
2. Function: 'SocketClose.shutdown' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\SocketStreamCloseTest.dart' line:176 col:22
3. Function: 'SocketClose.proceed' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\SocketStreamCloseTest.dart' line:38 col:15
4. Function: 'SocketClose.closeHandler' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\SocketStreamCloseTest.dart' line:78 col:18
5. Function: '_SocketInputStream@14117cc4._closeHandler@14117cc4' url: 'dart:io' line:4469 col:26
6. Function: '_SocketBase@14117cc4._multiplex@14117cc4' url: 'dart:io' line:3950 col:23
7. Function: '[email protected]' url: 'dart:io' line:4061 col:59
8. Function: 'ReceivePortImpl._handleMessage@924b4b8' url: 'bootstrap_impl' line:1683 col:22
Command line: Release_ia32/dart.exe --ignore-unrecognized-flags --enable_asserts --enable_type_checks e:/b/build/slave/vm-win32-release/build/tests/standalone/src/SocketStreamCloseTest.dart
The text was updated successfully, but these errors were encountered: