Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Issue 11801008: Fix tests for VM in checked mode. (Closed)

Created:
7 years, 11 months ago by Anders Johnsen
Modified:
7 years, 11 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix tests for VM in checked mode. BUG= Committed: https://code.google.com/p/dart/source/detail?r=16689

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add missing expectAsync1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -36 lines) Patch
M pkg/http/test/client_test.dart View 1 chunk +11 lines, -9 lines 0 comments Download
M pkg/http/test/http_test.dart View 3 chunks +10 lines, -8 lines 0 comments Download
M pkg/http/test/request_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/oauth2/test/authorization_code_grant_test.dart View 6 chunks +16 lines, -11 lines 0 comments Download
M pkg/oauth2/test/client_test.dart View 5 chunks +14 lines, -4 lines 0 comments Download
M pkg/serialization/lib/src/mirrors_helpers.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/integers_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/tests/vm/dart/isolate_unhandled_exception_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/tests/vm/dart/isolate_unhandled_exception_uri_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/https_client_certificate_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/test_extension_fail_test.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
7 years, 11 months ago (2013-01-07 11:49:57 UTC) #1
Mads Ager (google)
LGTM https://codereview.chromium.org/11801008/diff/1/pkg/http/test/request_test.dart File pkg/http/test/request_test.dart (right): https://codereview.chromium.org/11801008/diff/1/pkg/http/test/request_test.dart#newcode218 pkg/http/test/request_test.dart:218: var future = request.send().catchError((e) { Should there be ...
7 years, 11 months ago (2013-01-07 11:56:44 UTC) #2
Anders Johnsen
7 years, 11 months ago (2013-01-07 11:59:22 UTC) #3
Ty, landing.

https://codereview.chromium.org/11801008/diff/1/pkg/http/test/request_test.dart
File pkg/http/test/request_test.dart (right):

https://codereview.chromium.org/11801008/diff/1/pkg/http/test/request_test.da...
pkg/http/test/request_test.dart:218: var future = request.send().catchError((e)
{
On 2013/01/07 11:56:44, Mads Ager wrote:
> Should there be an expectAsync1 here?

Yes, adding.

Powered by Google App Engine
This is Rietveld 408576698