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

Issue 2602783002: Add flutter_engine runtime to the test script so we can run standard dart tests from the test suite… (Closed)

Created:
3 years, 12 months ago by siva
Modified:
3 years, 11 months ago
Reviewers:
zra, Bill Hesse
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add flutter_engine runtime to the test script so we can run standard dart tests from the test suite against the flutter engine on linux/x64 The test suite can be invoked as : tools/test.py -rflutter --packages=<path_to_packages_dir>/.packages --flutter=<path_to_flutter_engine_workspace>/sky-shell --exclude-suite=pkg Currently the sky_shell executable does not yet support the proper return codes: Success - 0 API error - 253 Compilation error - 254 Unhandled error - 255 Once this is fixed we can start running the tests against our dart/flutter engine bleeding edge build bot. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/b583d74608b5d06a8d0f959c2626cb2aa8e8140a

Patch Set 1 #

Patch Set 2 : Address self review comments. #

Patch Set 3 : Address self code review. #

Total comments: 8

Patch Set 4 : Address code review comments. #

Total comments: 12

Patch Set 5 : Address code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1 line) Patch
M tools/testing/dart/runtime_configuration.dart View 1 2 3 4 2 chunks +26 lines, -0 lines 0 comments Download
M tools/testing/dart/status_reporter.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/testing/dart/test_options.dart View 1 2 3 4 7 chunks +17 lines, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
siva
3 years, 11 months ago (2016-12-27 18:52:15 UTC) #2
siva
3 years, 11 months ago (2017-01-05 17:30:32 UTC) #4
Bill Hesse
https://codereview.chromium.org/2602783002/diff/40001/tools/testing/dart/runtime_configuration.dart File tools/testing/dart/runtime_configuration.dart (right): https://codereview.chromium.org/2602783002/diff/40001/tools/testing/dart/runtime_configuration.dart#newcode262 tools/testing/dart/runtime_configuration.dart:262: var args = new List(); I see this is ...
3 years, 11 months ago (2017-01-05 17:48:33 UTC) #5
siva
https://codereview.chromium.org/2602783002/diff/40001/tools/testing/dart/runtime_configuration.dart File tools/testing/dart/runtime_configuration.dart (right): https://codereview.chromium.org/2602783002/diff/40001/tools/testing/dart/runtime_configuration.dart#newcode262 tools/testing/dart/runtime_configuration.dart:262: var args = new List(); On 2017/01/05 17:48:33, Bill ...
3 years, 11 months ago (2017-01-05 20:38:45 UTC) #6
zra
Suggest renaming --engine to --flutter_engine, or maybe --flutter_exe or --flutter_bin. --engine is maybe too generic. ...
3 years, 11 months ago (2017-01-05 20:59:58 UTC) #7
siva
https://codereview.chromium.org/2602783002/diff/60001/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://codereview.chromium.org/2602783002/diff/60001/tools/testing/dart/test_options.dart#newcode313 tools/testing/dart/test_options.dart:313: 'engine', 'Path to flutter engine executable', ['--engine'], [], ''), ...
3 years, 11 months ago (2017-01-05 21:27:20 UTC) #9
zra
lgtm
3 years, 11 months ago (2017-01-05 21:29:23 UTC) #10
siva
3 years, 11 months ago (2017-01-05 22:41:32 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
b583d74608b5d06a8d0f959c2626cb2aa8e8140a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698