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

Issue 2987393002: enable batch mode for dartdevc tests, also fix status so ddc bots pass (Closed)

Created:
3 years, 4 months ago by Jennifer Messerly
Modified:
3 years, 4 months ago
Reviewers:
vsm, Bob Nystrom
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

enable batch mode for dartdevc tests, also fix status so ddc bots pass R=rnystrom@google.com Committed: https://github.com/dart-lang/sdk/commit/62303b67116fca0fb5efe97acf35af6afbe51a16

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix comment #

Total comments: 11

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -103 lines) Patch
M pkg/dev_compiler/bin/dartdevc.dart View 1 2 3 3 chunks +31 lines, -32 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/command.dart View 1 1 chunk +35 lines, -0 lines 0 comments Download
D pkg/dev_compiler/test/test.sh View 1 chunk +0 lines, -4 lines 0 comments Download
M tests/corelib_2/corelib_2.status View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tests/corelib_strong/corelib_strong.status View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M tests/language_2/language_2.status View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tests/language_strong/language_strong.status View 1 7 chunks +17 lines, -13 lines 0 comments Download
M tests/lib_strong/lib_strong.status View 1 3 chunks +26 lines, -32 lines 0 comments Download
M tools/testing/dart/command_output.dart View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 6 chunks +19 lines, -14 lines 0 comments Download
M tools/testing/dart/configuration.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 3 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
Jennifer Messerly
This does not fix runtime status yet, but it's now passing this: ./tools/test.py -m release ...
3 years, 4 months ago (2017-08-03 04:17:23 UTC) #2
Jennifer Messerly
I'm going to upload a new version because runtime is now passing! :D $ ./tools/test.py ...
3 years, 4 months ago (2017-08-03 05:41:17 UTC) #4
Bob Nystrom
LGTM! https://codereview.chromium.org/2987393002/diff/40001/pkg/dev_compiler/bin/dartdevc.dart File pkg/dev_compiler/bin/dartdevc.dart (right): https://codereview.chromium.org/2987393002/diff/40001/pkg/dev_compiler/bin/dartdevc.dart#newcode57 pkg/dev_compiler/bin/dartdevc.dart:57: Stream input = stdin.transform(UTF8.decoder).transform(new LineSplitter()); Can this stream ...
3 years, 4 months ago (2017-08-03 18:28:04 UTC) #5
Jennifer Messerly
thanks! addressed those. going to make sure tests still pass after those changes & merging ...
3 years, 4 months ago (2017-08-03 19:43:06 UTC) #6
Bob Nystrom
https://codereview.chromium.org/2987393002/diff/40001/pkg/dev_compiler/bin/dartdevc.dart File pkg/dev_compiler/bin/dartdevc.dart (right): https://codereview.chromium.org/2987393002/diff/40001/pkg/dev_compiler/bin/dartdevc.dart#newcode57 pkg/dev_compiler/bin/dartdevc.dart:57: Stream input = stdin.transform(UTF8.decoder).transform(new LineSplitter()); On 2017/08/03 19:43:05, Jennifer ...
3 years, 4 months ago (2017-08-03 20:19:49 UTC) #7
Jennifer Messerly
3 years, 4 months ago (2017-08-03 21:39:52 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
62303b67116fca0fb5efe97acf35af6afbe51a16 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698