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

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed)

Created:
8 years, 8 months ago by Siggi Cherem (dart-lang)
Modified:
8 years, 8 months ago
Reviewers:
ahe, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

change status files to make it possible to run test.py -c frog,dart2js -r none. Except for standalone, this mostly skips all other tests. The configurations frog_none and dart2js_none these have been ignored for now by the bots, enabling those tests should be done as needed. Committed: https://code.google.com/p/dart/source/detail?r=6382

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 17

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -20 lines) Patch
M client/tests/client/client.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M client/tests/client/client-leg.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M frog/tests/await/await.status View 1 2 3 1 chunk +9 lines, -10 lines 3 comments Download
M frog/tests/frog/frog.status View 1 chunk +1 line, -1 line 0 comments Download
M frog/tests/leg_only/leg_only.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M frog/tests/native/native.status View 1 chunk +4 lines, -2 lines 0 comments Download
M samples/tests/samples/samples.status View 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/samples-leg.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/corelib/corelib.status View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/corelib/corelib-leg.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/isolate/isolate-leg.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/language/language-leg.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/standalone/standalone-leg.status View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M tests/utils/utils.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M utils/tests/css/css.status View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Siggi Cherem (dart-lang)
After this change, you should be able to write: test.py -c frog,dart2js -r d8,none,drt and ...
8 years, 8 months ago (2012-04-10 18:14:53 UTC) #1
ahe
I'm not sure I understand the purpose of this CL. https://chromiumcodereview.appspot.com/10042001/diff/1/client/tests/client/client-leg.status File client/tests/client/client-leg.status (right): https://chromiumcodereview.appspot.com/10042001/diff/1/client/tests/client/client-leg.status#newcode29 ...
8 years, 8 months ago (2012-04-10 18:20:34 UTC) #2
Siggi Cherem (dart-lang)
On 2012/04/10 18:20:34, ahe wrote: > I'm not sure I understand the purpose of this ...
8 years, 8 months ago (2012-04-10 18:40:17 UTC) #3
ahe
Hi Siggi, Thanks for doing this! I prefer not skipping tests. For dart2js, could you ...
8 years, 8 months ago (2012-04-10 18:58:28 UTC) #4
Siggi Cherem (dart-lang)
On 2012/04/10 18:58:28, ahe wrote: > Hi Siggi, > > Thanks for doing this! > ...
8 years, 8 months ago (2012-04-10 19:09:14 UTC) #5
ahe
https://chromiumcodereview.appspot.com/10042001/diff/6001/client/tests/dartc/dartc.status File client/tests/dartc/dartc.status (right): https://chromiumcodereview.appspot.com/10042001/diff/6001/client/tests/dartc/dartc.status#newcode19 client/tests/dartc/dartc.status:19: No need to modify this file, I think. https://chromiumcodereview.appspot.com/10042001/diff/6001/frog/tests/leg_only/leg_only.status ...
8 years, 8 months ago (2012-04-10 19:45:31 UTC) #6
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10042001/diff/6001/client/tests/dartc/dartc.status File client/tests/dartc/dartc.status (right): https://chromiumcodereview.appspot.com/10042001/diff/6001/client/tests/dartc/dartc.status#newcode19 client/tests/dartc/dartc.status:19: On 2012/04/10 19:45:31, ahe wrote: > No need to ...
8 years, 8 months ago (2012-04-10 20:01:08 UTC) #7
Emily Fortuna
https://chromiumcodereview.appspot.com/10042001/diff/6001/frog/tests/await/await.status File frog/tests/await/await.status (right): https://chromiumcodereview.appspot.com/10042001/diff/6001/frog/tests/await/await.status#newcode18 frog/tests/await/await.status:18: [ $runtime == vm || $compiler == dartc || ...
8 years, 8 months ago (2012-04-10 20:30:51 UTC) #8
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10042001/diff/6001/frog/tests/await/await.status File frog/tests/await/await.status (right): https://chromiumcodereview.appspot.com/10042001/diff/6001/frog/tests/await/await.status#newcode18 frog/tests/await/await.status:18: [ $runtime == vm || $compiler == dartc || ...
8 years, 8 months ago (2012-04-10 20:47:20 UTC) #9
Emily Fortuna
lgtm!
8 years, 8 months ago (2012-04-10 20:48:42 UTC) #10
ahe
LGTM! https://chromiumcodereview.appspot.com/10042001/diff/6001/tests/corelib/corelib-leg.status File tests/corelib/corelib-leg.status (right): https://chromiumcodereview.appspot.com/10042001/diff/6001/tests/corelib/corelib-leg.status#newcode25 tests/corelib/corelib-leg.status:25: *: Fail, Pass # TODO(ahe): Triage these tests. ...
8 years, 8 months ago (2012-04-10 21:17:04 UTC) #11
Siggi Cherem (dart-lang)
8 years, 8 months ago (2012-04-10 21:32:03 UTC) #12
https://chromiumcodereview.appspot.com/10042001/diff/8005/frog/tests/await/aw...
File frog/tests/await/await.status (right):

https://chromiumcodereview.appspot.com/10042001/diff/8005/frog/tests/await/aw...
frog/tests/await/await.status:9: #WhileLoopWithBreakTest: Fail    # break within
a loop
On 2012/04/10 21:17:04, ahe wrote:
> Why keep these comments?

I was using these tests as a way to indicate the status of the implementation in
terms of features, so this was a compact way of saying which parts still had to
be implemented (e.g. which would be relevant again if we fix things up)

Powered by Google App Engine
This is Rietveld 408576698