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

Issue 8408002: Add a new variable environment for testing, to replace the misusage of 'arch'. (Closed)

Created:
9 years, 1 month ago by ngeoffray
Modified:
9 years, 1 month ago
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang), kasperl, ahe
Visibility:
Public.

Description

Add a new variable environment for testing, to replace the misusage of 'arch'. Committed: https://code.google.com/p/dart/source/detail?r=993

Patch Set 1 : '' #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -206 lines) Patch
M dart/client/tests/client/client.status View 1 2 3 1 chunk +5 lines, -14 lines 0 comments Download
M dart/client/tests/dartc/dartc.status View 1 2 3 1 chunk +1 line, -13 lines 0 comments Download
M dart/client/tools/buildbot_annotated_steps.py View 1 2 3 9 chunks +13 lines, -13 lines 0 comments Download
M dart/compiler/javatests/com/google/dart/corelib/SharedTests.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M dart/compiler/tests/dartc/dartc.status View 1 2 3 1 chunk +3 lines, -15 lines 0 comments Download
M dart/compiler/tests/dartc/testcfg.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/tests/vm/testcfg.py View 1 2 3 2 chunks +3 lines, -6 lines 0 comments Download
M dart/samples/tests/samples/samples.status View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M dart/tests/co19/co19-compiler.status View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M dart/tests/co19/co19-runtime.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/co19/testcfg.py View 1 2 3 8 chunks +14 lines, -12 lines 0 comments Download
M dart/tests/corelib/corelib.status View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M dart/tests/isolate/isolate.status View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M dart/tests/language/language.status View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M dart/tests/standalone/standalone.status View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M dart/tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M dart/tests/stub-generator/src/MintMakerPromiseWithStubsTest-generatedTest.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M dart/tests/stub-generator/stub-generator.status View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M dart/tests/stub-generator/testcfg.py View 1 2 3 4 chunks +8 lines, -5 lines 0 comments Download
M dart/tools/test.py View 1 2 3 4 12 chunks +56 lines, -33 lines 0 comments Download
M dart/tools/testing/architecture.py View 1 2 3 11 chunks +29 lines, -35 lines 0 comments Download
M dart/tools/testing/test_case.py View 1 2 3 6 chunks +18 lines, -9 lines 0 comments Download
M dart/tools/testing/test_configuration.py View 1 2 3 9 chunks +15 lines, -13 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
Now that we're getting more and more 'runtimes' (vm, dartc, chromium, dartium, frog, ...), it's ...
9 years, 1 month ago (2011-10-27 14:30:13 UTC) #1
ahe
My take is that neither dartc nor frog are runtimes :-)
9 years, 1 month ago (2011-10-27 14:38:12 UTC) #2
zundel
What I don't like about adding a third parameter is that now we have a ...
9 years, 1 month ago (2011-10-27 14:53:33 UTC) #3
ngeoffray
PTAL, I have updated all our files with the new scheme. I plan on submitting ...
9 years, 1 month ago (2011-10-31 17:10:57 UTC) #4
Siggi Cherem (dart-lang)
lgtm (assuming FOOBAR --> chosen name :)) http://codereview.chromium.org/8408002/diff/8020/dart/tools/testing/architecture.py File dart/tools/testing/architecture.py (right): http://codereview.chromium.org/8408002/diff/8020/dart/tools/testing/architecture.py#newcode136 dart/tools/testing/architecture.py:136: class Architecture(object): ...
9 years, 1 month ago (2011-10-31 17:18:48 UTC) #5
ngeoffray
9 years, 1 month ago (2011-11-01 08:30:50 UTC) #6
Thanks!

Replacing FOOBAR with component and submitting.

http://codereview.chromium.org/8408002/diff/8020/dart/tools/testing/architect...
File dart/tools/testing/architecture.py (right):

http://codereview.chromium.org/8408002/diff/8020/dart/tools/testing/architect...
dart/tools/testing/architecture.py:136: class Architecture(object):
On 2011/10/31 17:18:48, sigmund wrote:
> (probably for a follow up cl) Architecture --> TestComponent? 

Yes, naming them Architecture is really confusing now. I will rename the classes
in that file in a follow up CL. Thanks Siggi.

Powered by Google App Engine
This is Rietveld 408576698