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

Issue 1490973003: Clean up the warning for unknown tags. (Closed)

Created:
5 years ago by nweiz
Modified:
5 years ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Clean up the warning for unknown tags. In addition to looking slicker, this fixes a few issues with the old implementation: * Warnings are now printed as part of the corresponding load tests rather than just on standard out, meaning that they'll always be associated with the appropriate suite. * Warnings are only printed once per suite, even if that suite is loaded on multiple platforms. * Warnings are printed for tagged groups and suites themselves rather than for each test they contain. R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/633f004b333c3b37bb33ba33c34811f193d0b072

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -77 lines) Patch
M lib/src/runner.dart View 1 4 chunks +88 lines, -23 lines 0 comments Download
M lib/src/runner/load_suite.dart View 4 chunks +19 lines, -8 lines 0 comments Download
M test/runner/tag_test.dart View 1 5 chunks +124 lines, -46 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
nweiz
5 years ago (2015-12-02 01:26:50 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/1490973003/diff/1/lib/src/runner.dart File lib/src/runner.dart (right): https://codereview.chromium.org/1490973003/diff/1/lib/src/runner.dart#newcode210 lib/src/runner.dart:210: void _warnForUnknownTags(Suite suite) { missing an import containing ...
5 years ago (2015-12-02 04:57:01 UTC) #2
kevmoo
also... https://codereview.chromium.org/1490973003/diff/1/test/runner/tag_test.dart File test/runner/tag_test.dart (right): https://codereview.chromium.org/1490973003/diff/1/test/runner/tag_test.dart#newcode18 test/runner/tag_test.dart:18: d.file("test.dart", """ Make sure this is cleaned up, ...
5 years ago (2015-12-02 05:03:57 UTC) #3
nweiz
Code review changes
5 years ago (2015-12-02 22:21:10 UTC) #4
nweiz
https://codereview.chromium.org/1490973003/diff/1/lib/src/runner.dart File lib/src/runner.dart (right): https://codereview.chromium.org/1490973003/diff/1/lib/src/runner.dart#newcode210 lib/src/runner.dart:210: void _warnForUnknownTags(Suite suite) { On 2015/12/02 04:57:01, kevmoo wrote: ...
5 years ago (2015-12-02 22:21:17 UTC) #5
nweiz
5 years ago (2015-12-02 22:21:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
633f004b333c3b37bb33ba33c34811f193d0b072 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698