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

Issue 9320038: Move test.dart's check for missing test directories from co19 to general framework. (Closed)

Created:
8 years, 10 months ago by Bill Hesse
Modified:
8 years, 10 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move test.dart's check for missing test directories from co19 to general framework. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=3886

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address comment, add error if status file not found. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -18 lines) Patch
M tests/co19/test_config.dart View 1 2 chunks +1 line, -14 lines 0 comments Download
M tools/testing/dart/status_file_parser.dart View 1 1 chunk +3 lines, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bill Hesse
8 years, 10 months ago (2012-02-02 14:22:23 UTC) #1
Mads Ager (google)
https://chromiumcodereview.appspot.com/9320038/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/9320038/diff/1/tools/testing/dart/test_suite.dart#newcode227 tools/testing/dart/test_suite.dart:227: if (!dir.existsSync()) { Since you really want this to ...
8 years, 10 months ago (2012-02-02 14:33:05 UTC) #2
Bill Hesse
Used async Directory.exists. Report error when status file does not exist.
8 years, 10 months ago (2012-02-03 09:35:13 UTC) #3
Mads Ager (google)
8 years, 10 months ago (2012-02-03 09:36:17 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698