-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
I haven't been able to reproduce this and I have not seen it on the buildbots. Closing for now. Let's reopen if we see it again. Added CannotReproduce label. |
Removed Area-IO label. |
DartBot
added
Type-Defect
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
closed-cannot-reproduce
Closed as we were unable to reproduce the reported issue
labels
May 14, 2014
copybara-service bot
pushed a commit
that referenced
this issue
Jan 24, 2023
args (https://github.com/dart-lang/args/compare/ac0e2c8..04c9346): 04c9346 2023-01-19 Devon Carew blast_repo fixes (#230) async (https://github.com/dart-lang/async/compare/de1ce93..c9cc576): c9cc576 2023-01-23 Devon Carew update changelog and pubspec version (#228) intl (https://github.com/dart-lang/intl/compare/6140b60..3fcc810): 3fcc810 2023-01-23 Copybara-Service Merge pull request #535 from dart-lang:changeNumberOfDigitsCalculation 07a73ca 2023-01-23 Moritz Add license f0d0530 2023-01-20 Moritz Add test aea7a7a 2023-01-20 Moritz Fix bug in numberOfIntegerDigits calculation, simplifying the algorithm 039f2b4 2023-01-20 Copybara-Service Merge pull request #532 from dart-lang:removeTimezone c97ee27 2023-01-13 Moritz Remove unimplemented timezone functionality mockito (https://github.com/dart-lang/mockito/compare/9cc958a..7696557): 7696557 2023-01-22 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.3.0 (#599) ee68765 2023-01-20 Devon Carew generate code before we analyze (#601) 09aabe7 2023-01-20 Sam Rawlins GitHub Sync (#602) 0128352 2023-01-19 Devon Carew blast_repo fixes test (https://github.com/dart-lang/test/compare/19582a8..53df527): 53df5270 2023-01-23 Nate Bosch Fix description of conditions without expectations (#1864) cbac7089 2023-01-23 Nate Bosch Allow omitting the actual argument for rejections (#1861) af768a8f 2023-01-20 Nate Bosch Add anyOf condition (#1859) 387436bd 2023-01-20 Nate Bosch Add unordered iterable comparisons (#1858) b3c78a4b 2023-01-19 Nate Bosch Implement deep collection equality (#1853) e5a9f7d4 2023-01-19 Nate Bosch Rename allowLateFailure -> allowUnawaited (#1854) Change-Id: I9f82587285250f608e070d1380b836ee8238c5fd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279642 Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ngeoffray@google.com
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: '_SocketBase@14117cc4.function' 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: