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

Issue 10967069: Update dart2dart expectations after co19 roll. (Closed)

Created:
8 years, 2 months ago by Anton Muhin
Modified:
8 years, 2 months ago
Reviewers:
ahe, Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Update dart2dart expectations after co19 roll. TBR=ahe@google.com,smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=12781

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M tests/co19/co19-dart2dart.status View 3 chunks +3 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 2 months ago (2012-09-24 14:02:28 UTC) #1
ahe
LGTM https://codereview.chromium.org/10967069/diff/1/tests/co19/co19-dart2dart.status File tests/co19/co19-dart2dart.status (right): https://codereview.chromium.org/10967069/diff/1/tests/co19/co19-dart2dart.status#newcode56 tests/co19/co19-dart2dart.status:56: Language/09_Generics/09_Generics_A05_t01: Pass Why a pass?
8 years, 2 months ago (2012-09-24 15:03:05 UTC) #2
Anton Muhin
8 years, 2 months ago (2012-09-24 15:07:09 UTC) #3
https://codereview.chromium.org/10967069/diff/1/tests/co19/co19-dart2dart.status
File tests/co19/co19-dart2dart.status (right):

https://codereview.chromium.org/10967069/diff/1/tests/co19/co19-dart2dart.sta...
tests/co19/co19-dart2dart.status:56: Language/09_Generics/09_Generics_A05_t01:
Pass
On 2012/09/24 15:03:05, ahe wrote:
> Why a pass?

That's the cleanup I have to do.

Unfortunately, VM expectations are all behind [ $runtime == vm ], therefore all
their expectations apply to dart2dart as it's  $compiler == dart2dart &&
$runtime == vm.

To some extent it's even beneficial---we get tests failing on VM for free.  But
some cases, esp. for negative tests we should force Pass in this file.

I am going to start to cleanup this mess soon.

Powered by Google App Engine
This is Rietveld 408576698