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

Issue 9838068: Rename test.dart component to specify compiler + runtime. (Closed)

Created:
8 years, 9 months ago by Emily Fortuna
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, ricow1, kasperl, danrubel, Jennifer Messerly, Ivan Posva
Visibility:
Public.

Description

Rename test.dart component to specify compiler + runtime. Committed: https://code.google.com/p/dart/source/detail?r=5893

Patch Set 1 : #

Total comments: 72

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -430 lines) Patch
M client/tests/client/client.status View 1 2 2 chunks +14 lines, -21 lines 0 comments Download
M client/tests/client/client-leg.status View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/dartc/dartc.status View 1 2 1 chunk +1 line, -1 line 0 comments Download
M compiler/tests/dartc/dartc.status View 1 2 1 chunk +1 line, -31 lines 0 comments Download
M frog/scripts/buildbot_annotated_steps.py View 1 2 8 chunks +54 lines, -60 lines 0 comments Download
M samples/tests/samples/samples.status View 1 2 4 chunks +8 lines, -15 lines 0 comments Download
M samples/tests/samples/samples-leg.status View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 2 2 chunks +2 lines, -9 lines 0 comments Download
M tests/co19/co19-frog.status View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-leg.status View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 8 chunks +12 lines, -12 lines 0 comments Download
M tests/corelib/corelib.status View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M tests/corelib/corelib-leg.status View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M tests/isolate/isolate-leg.status View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/language.status View 1 2 8 chunks +23 lines, -39 lines 0 comments Download
M tests/language/language-leg.status View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 1 chunk +7 lines, -11 lines 0 comments Download
M tests/standalone/standalone-leg.status View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/utils/utils.status View 1 2 1 chunk +6 lines, -9 lines 0 comments Download
M tools/test.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M tools/test-compiler.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M tools/test-runtime.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M tools/testing/dart/drt_updater.dart View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M tools/testing/dart/test_options.dart View 1 2 8 chunks +129 lines, -90 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 6 chunks +12 lines, -10 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 21 chunks +63 lines, -66 lines 0 comments Download
M utils/tests/css/css.status View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M utils/tests/import_mapper/import_mapper.status View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M utils/tests/peg/peg.status View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Emily Fortuna
This is the dart repo version for renaming how we specify tests. Things seem to ...
8 years, 9 months ago (2012-03-23 23:14:43 UTC) #1
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9838068/diff/7010/compiler/tests/dartc/dartc.status File compiler/tests/dartc/dartc.status (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/compiler/tests/dartc/dartc.status#newcode20 compiler/tests/dartc/dartc.status:20: [ $runtime == vm ] how about removing this, ...
8 years, 9 months ago (2012-03-23 23:57:32 UTC) #2
zundel
Hi Emily, I patched it in and ran the tool with: ./tools/test.py -c dartc This ...
8 years, 9 months ago (2012-03-24 01:11:10 UTC) #3
ahe
LGTM with comments. https://chromiumcodereview.appspot.com/9838068/diff/7010/client/tests/client/client-leg.status File client/tests/client/client-leg.status (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/client/tests/client/client-leg.status#newcode5 client/tests/client/client-leg.status:5: [ $compiler == dart2js && ($runtime ...
8 years, 9 months ago (2012-03-24 13:56:39 UTC) #4
Emily Fortuna
ptal. https://chromiumcodereview.appspot.com/9838068/diff/7010/client/tests/client/client-leg.status File client/tests/client/client-leg.status (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/client/tests/client/client-leg.status#newcode5 client/tests/client/client-leg.status:5: [ $compiler == dart2js && ($runtime == drt ...
8 years, 9 months ago (2012-03-26 20:52:32 UTC) #5
ahe
A few quick comments, I'll take a closer look tomorrow. https://chromiumcodereview.appspot.com/9838068/diff/7010/frog/scripts/buildbot_annotated_steps.py File frog/scripts/buildbot_annotated_steps.py (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/frog/scripts/buildbot_annotated_steps.py#newcode32 ...
8 years, 9 months ago (2012-03-26 20:56:53 UTC) #6
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9838068/diff/7010/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/tools/testing/dart/test_options.dart#newcode428 tools/testing/dart/test_options.dart:428: return _expandHelper('runtime', configuration); On 2012/03/26 20:52:32, Emily Fortuna wrote: ...
8 years, 9 months ago (2012-03-26 22:28:39 UTC) #7
Siggi Cherem (dart-lang)
I meant to lgtm, a couple additional comments. https://chromiumcodereview.appspot.com/9838068/diff/14004/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://chromiumcodereview.appspot.com/9838068/diff/14004/tools/testing/dart/test_options.dart#newcode355 tools/testing/dart/test_options.dart:355: isValid ...
8 years, 9 months ago (2012-03-26 22:48:04 UTC) #8
Emily Fortuna
https://chromiumcodereview.appspot.com/9838068/diff/14004/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://chromiumcodereview.appspot.com/9838068/diff/14004/tools/testing/dart/test_options.dart#newcode345 tools/testing/dart/test_options.dart:345: * Loop through the set of configurations that we ...
8 years, 9 months ago (2012-03-26 23:31:31 UTC) #9
ricow1
https://chromiumcodereview.appspot.com/9838068/diff/7010/frog/scripts/buildbot_annotated_steps.py File frog/scripts/buildbot_annotated_steps.py (right): https://chromiumcodereview.appspot.com/9838068/diff/7010/frog/scripts/buildbot_annotated_steps.py#newcode32 frog/scripts/buildbot_annotated_steps.py:32: - compiler: 'dart2js', 'frog', 'frogsh', or None when the ...
8 years, 9 months ago (2012-03-27 05:48:56 UTC) #10
ahe
Sorry, I forgot to mail this out earlier. Feel free to ignore. http://codereview.chromium.org/9838068/diff/7010/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart ...
8 years, 8 months ago (2012-04-13 13:46:19 UTC) #11
Emily Fortuna
8 years, 8 months ago (2012-04-13 17:45:56 UTC) #12
http://codereview.chromium.org/9838068/diff/7010/tools/testing/dart/test_opti...
File tools/testing/dart/test_options.dart (right):

http://codereview.chromium.org/9838068/diff/7010/tools/testing/dart/test_opti...
tools/testing/dart/test_options.dart:68: none: Do not compile the Dart code (run
native Dart code on the VM).
On 2012/04/13 13:46:20, ahe wrote:
> On 2012/03/26 20:52:32, Emily Fortuna wrote:
> > On 2012/03/24 13:56:40, ahe wrote:
> > > I don't think compiler 'none' should imply running on the VM.
> > 
> > In what case when the compiler=none would we not be running on a dart VM?
> 
> Dartium for example.
> 
> I'm just saying that, compiler=none should not imply running on the VM.
Running
> on the VM is an example, for example:
> 
> none: Do not compile the Dart code (for example, run native Dart code on the
> VM).

True. This was Ivan's request to make running on the VM the default behavior...

Powered by Google App Engine
This is Rietveld 408576698