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

Issue 2987223002: Add a script to run the tests in a migration block. (Closed)

Created:
3 years, 4 months ago by Bob Nystrom
Modified:
3 years, 4 months ago
Reviewers:
bkonyi
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Merge branch 'master' into run-tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -60 lines) Patch
M tools/migration/.packages View 1 chunk +2 lines, -1 line 0 comments Download
M tools/migration/bin/migrate_batch.dart View 3 chunks +1 line, -59 lines 0 comments Download
A tools/migration/bin/run_tests.dart View 1 chunk +195 lines, -0 lines 0 comments Download
M tools/migration/lib/src/fork.dart View 1 chunk +54 lines, -0 lines 0 comments Download
M tools/migration/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Bob Nystrom
This should make running the tests more pleasant. :)
3 years, 4 months ago (2017-08-01 01:30:47 UTC) #2
bkonyi
LGTM for the most part. Any reason the precompiled configurations aren't included yet? https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tests.dart File ...
3 years, 4 months ago (2017-08-01 02:16:31 UTC) #3
Bob Nystrom
Committed patchset #2 (id:20001) manually as 95693b30a33a3882e1ab7fd89551eaccdab44329 (presubmit successful).
3 years, 4 months ago (2017-08-01 20:52:26 UTC) #5
Bob Nystrom
Thanks! https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tests.dart File tools/migration/bin/run_tests.dart (right): https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tests.dart#newcode47 tools/migration/bin/run_tests.dart:47: // "vm-precomp": [precompiler, precompiled], On 2017/08/01 02:16:30, bkonyi ...
3 years, 4 months ago (2017-08-01 20:52:41 UTC) #6
bkonyi
3 years, 4 months ago (2017-08-01 21:09:03 UTC) #7
Message was sent while issue was closed.
On 2017/08/01 at 20:52:41, rnystrom wrote:
> Thanks!
> 
>
https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tes...
> File tools/migration/bin/run_tests.dart (right):
> 
>
https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tes...
> tools/migration/bin/run_tests.dart:47: //  "vm-precomp": [precompiler,
precompiled],
> On 2017/08/01 02:16:30, bkonyi wrote:
> > What's the issue here exactly? Those should be the right flags.
> 
> I was getting some "snapshot version mismatch" when I tried that config and I
couldn't figure out which target in build.py to run to get things fixed, so I
commented it out for now. If you know how to fix that, I'd be happy to take a
patch to re-enable this.
> 

I'll fiddle around with it and see if I can get it working :)

> 
>
https://codereview.chromium.org/2987223002/diff/1/tools/migration/bin/run_tes...
> tools/migration/bin/run_tests.dart:54: // TODO(rnystrom): Is it worth running
dart2js on Firefox too?
> On 2017/08/01 02:16:30, bkonyi wrote:
> > There are some tests that I've run into that only fail on Firefox, so I
don't
> > think it would hurt to add.
> 
> Did copying over the existing status entries cover that case? I'm OK with
adding Firefox if it's useful, but every config we add takes time so I want to
focus on the ones that deliver the most value.

I'm pretty sure just copying the existing status entries covered it. Let's just
leave it out for now and revisit this if we have issues with Firefox.

Powered by Google App Engine
This is Rietveld 408576698