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

Issue 10271014: test rename overhaul: step 14 - vm tests (Closed)

Created:
8 years, 7 months ago by Siggi Cherem (dart-lang)
Modified:
8 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

test rename overhaul: step 14 - vm tests Committed: https://code.google.com/p/dart/source/detail?r=7245

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -177 lines) Patch
A + runtime/tests/vm/dart/import_map_test.dart View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/tests/vm/dart/isolate_mirror_busy_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + runtime/tests/vm/dart/isolate_mirror_idle_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + runtime/tests/vm/dart/isolate_mirror_self_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + runtime/tests/vm/dart/mysrc/test2.dart View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/tests/vm/dart/mysrc/test2a.dart View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/tests/vm/dart/mysrc/test3.dart View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/tests/vm/dart/mysrc/test3a.dart View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
D runtime/tests/vm/src/ImportMapTest.dart View 1 chunk +0 lines, -22 lines 0 comments Download
D runtime/tests/vm/src/IsolateMirrorBusyTest.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/tests/vm/src/IsolateMirrorIdleTest.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D runtime/tests/vm/src/IsolateMirrorSelfTest.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D runtime/tests/vm/src/mysrc/test2.dart View 1 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/tests/vm/src/mysrc/test2a.dart View 1 1 chunk +0 lines, -7 lines 0 comments Download
D runtime/tests/vm/src/mysrc/test3.dart View 1 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/tests/vm/src/mysrc/test3a.dart View 1 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/tests/vm/test_config.dart View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 3 4 5 6 2 chunks +19 lines, -0 lines 0 comments Download
M runtime/tests/vm/vm_dart.status View 1 1 chunk +0 lines, -16 lines 0 comments Download
M tools/test.dart View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M tools/test-runtime.dart View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Siggi Cherem (dart-lang)
This should be the last of the test rename overhaul series! the vm has 2 ...
8 years, 7 months ago (2012-04-30 18:47:30 UTC) #1
Emily Fortuna
lgtm, with comment. https://chromiumcodereview.appspot.com/10271014/diff/4001/runtime/tests/vm/isolate_mirror_busy_test.dart File runtime/tests/vm/isolate_mirror_busy_test.dart (right): https://chromiumcodereview.appspot.com/10271014/diff/4001/runtime/tests/vm/isolate_mirror_busy_test.dart#newcode7 runtime/tests/vm/isolate_mirror_busy_test.dart:7: #library('IsolateMirrorBusyTest'); Did you want to change ...
8 years, 7 months ago (2012-04-30 19:39:21 UTC) #2
Bob Nystrom
lgtm
8 years, 7 months ago (2012-04-30 19:44:16 UTC) #3
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10271014/diff/4001/runtime/tests/vm/isolate_mirror_busy_test.dart File runtime/tests/vm/isolate_mirror_busy_test.dart (right): https://chromiumcodereview.appspot.com/10271014/diff/4001/runtime/tests/vm/isolate_mirror_busy_test.dart#newcode7 runtime/tests/vm/isolate_mirror_busy_test.dart:7: #library('IsolateMirrorBusyTest'); On 2012/04/30 19:39:21, Emily Fortuna wrote: > Did ...
8 years, 7 months ago (2012-04-30 20:32:46 UTC) #4
Ivan Posva
-10 I really, really do not like the intermixing of test files and status files ...
8 years, 7 months ago (2012-04-30 20:59:14 UTC) #5
Siggi Cherem (dart-lang)
PTAL I went for option #3 from all the options I sent on the email. ...
8 years, 7 months ago (2012-04-30 23:58:12 UTC) #6
Emily Fortuna
lgtm.
8 years, 7 months ago (2012-05-01 00:13:39 UTC) #7
Siggi Cherem (dart-lang)
submitting shortly. Ivan - as we discussed, I added a TODO to add support for ...
8 years, 7 months ago (2012-05-02 16:45:52 UTC) #8
Ivan Posva
8 years, 7 months ago (2012-05-03 12:42:28 UTC) #9
https://chromiumcodereview.appspot.com/10271014/diff/1015/tools/testing/dart/...
File tools/testing/dart/test_runner.dart (right):

https://chromiumcodereview.appspot.com/10271014/diff/1015/tools/testing/dart/...
tools/testing/dart/test_runner.dart:82: // the test rename overhaul is done.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698