We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<img src="https://avatars.githubusercontent.com/u/2909286?v=3" align="left" width="96" height="96"hspace="10"> Issue by madsager Originally opened as dart-lang/sdk#2740
In a full checkout the pub tests are failing on the VM.
I will work with Rico on making sure that the full set of tests are run on the buildbot.
./tools/test.py -mall pub
FAILED: none-vm debug_ia32 pub/pub_test Expected: pass Actual: fail
stderr: Unhandled exception: Expect.fail('Output line 2 was: cherry expected: banana') 0. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3090 col:9 1. Function: 'FutureImpl._setException@924b4b8' url: 'bootstrap_impl' line:3112 col:14 2. Function: 'CompleterImpl.completeException' url: 'bootstrap_impl' line:3173 col:30 3. Function: 'FutureImpl.function' url: 'bootstrap_impl' line:3145 col:36 4. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3086 col:17 5. Function: 'FutureImpl._setValue@924b4b8' url: 'bootstrap_impl' line:3100 col:14 6. Function: 'CompleterImpl.complete' url: 'bootstrap_impl' line:3169 col:26 7. Function: 'FutureImpl.function' url: 'bootstrap_impl' line:3152 col:44 8. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3086 col:17 9. Function: 'FutureImpl._setValue@924b4b8' url: 'bootstrap_impl' line:3100 col:14 10. Function: 'CompleterImpl.complete' url: 'bootstrap_impl' line:3169 col:26 11. Function: '::checkComplete' url: 'file:///home/ager/dart/dart/utils/pub/io.dart' line:275 col:23 12. Function: '_StringInputStream@14117cc4._onClosed@14117cc4' url: 'dart:io' line:6302 col:26 13. Function: '_SocketInputStream@14117cc4._onClosed@14117cc4' url: 'dart:io' line:7940 col:26 14. Function: '_SocketBase@14117cc4._multiplex@14117cc4' url: 'dart:io' line:7310 col:25 15. Function: '[email protected]' url: 'dart:io' line:7423 col:59 16. Function: '_ReceivePortImpl@6be832b._handleMessage@6be832b' url: 'dart:isolate' line:288 col:22
The text was updated successfully, but these errors were encountered:
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent
I thought I fixed this yesterday, but I'll take a look.
Set owner to @munificent. Added Accepted label.
Sorry, something went wrong.
https://chromiumcodereview.appspot.com/10230016/
Added Started label.
Added Fixed label.
munificent
No branches or pull requests
<img src="https://avatars.githubusercontent.com/u/2909286?v=3" align="left" width="96" height="96"hspace="10"> Issue by madsager
Originally opened as dart-lang/sdk#2740
In a full checkout the pub tests are failing on the VM.
I will work with Rico on making sure that the full set of tests are run on the buildbot.
./tools/test.py -mall pub
FAILED: none-vm debug_ia32 pub/pub_test
Expected: pass
Actual: fail
stderr:
Unhandled exception:
Expect.fail('Output line 2 was: cherry
expected: banana')
0. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3090 col:9
1. Function: 'FutureImpl._setException@924b4b8' url: 'bootstrap_impl' line:3112 col:14
2. Function: 'CompleterImpl.completeException' url: 'bootstrap_impl' line:3173 col:30
3. Function: 'FutureImpl.function' url: 'bootstrap_impl' line:3145 col:36
4. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3086 col:17
5. Function: 'FutureImpl._setValue@924b4b8' url: 'bootstrap_impl' line:3100 col:14
6. Function: 'CompleterImpl.complete' url: 'bootstrap_impl' line:3169 col:26
7. Function: 'FutureImpl.function' url: 'bootstrap_impl' line:3152 col:44
8. Function: 'FutureImpl._complete@924b4b8' url: 'bootstrap_impl' line:3086 col:17
9. Function: 'FutureImpl._setValue@924b4b8' url: 'bootstrap_impl' line:3100 col:14
10. Function: 'CompleterImpl.complete' url: 'bootstrap_impl' line:3169 col:26
11. Function: '::checkComplete' url: 'file:///home/ager/dart/dart/utils/pub/io.dart' line:275 col:23
12. Function: '_StringInputStream@14117cc4._onClosed@14117cc4' url: 'dart:io' line:6302 col:26
13. Function: '_SocketInputStream@14117cc4._onClosed@14117cc4' url: 'dart:io' line:7940 col:26
14. Function: '_SocketBase@14117cc4._multiplex@14117cc4' url: 'dart:io' line:7310 col:25
15. Function: '[email protected]' url: 'dart:io' line:7423 col:59
16. Function: '_ReceivePortImpl@6be832b._handleMessage@6be832b' url: 'dart:isolate' line:288 col:22
The text was updated successfully, but these errors were encountered: