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

Issue 8440066: Add test_runner.dart to Dart version of test scripts. Include TestRunnerTest unit test. (Closed)

Created:
9 years, 1 month ago by Bill Hesse
Modified:
9 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add test_runner.dart to Dart version of test scripts. Include TestRunnerTest unit test. BUG= TEST=standalone/TestRunnerTest Committed: https://code.google.com/p/dart/source/detail?r=1245

Patch Set 1 #

Patch Set 2 : Skip TimeoutTest on dartium #

Total comments: 38

Patch Set 3 : Remove CrashTest.dart, incorporate comments. #

Patch Set 4 : Removed centralized timeout timer. #

Patch Set 5 : Add fix to string_stream.dart. #

Patch Set 6 : Allow for close event - read handler call bug. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -0 lines) Patch
A tests/standalone/src/FailTest.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A tests/standalone/src/PassTest.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A tests/standalone/src/TestRunnerTest.dart View 1 2 3 4 1 chunk +65 lines, -0 lines 0 comments Download
A tests/standalone/src/TimeoutTest.dart View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
A tools/testing/dart/test_runner.dart View 1 2 3 4 5 1 chunk +156 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Hesse
test_runner.dart:133 - Is this a data race? Starting a process, and then adding a read ...
9 years, 1 month ago (2011-11-03 14:10:09 UTC) #1
Søren Gjesse
lgtm http://codereview.chromium.org/8440066/diff/1008/tests/standalone/src/CrashTest.dart File tests/standalone/src/CrashTest.dart (right): http://codereview.chromium.org/8440066/diff/1008/tests/standalone/src/CrashTest.dart#newcode6 tests/standalone/src/CrashTest.dart:6: // A test that crashes (for now). Does ...
9 years, 1 month ago (2011-11-04 09:05:34 UTC) #2
Mads Ager (google)
LGTM http://codereview.chromium.org/8440066/diff/1008/tests/standalone/src/CrashTest.dart File tests/standalone/src/CrashTest.dart (right): http://codereview.chromium.org/8440066/diff/1008/tests/standalone/src/CrashTest.dart#newcode1 tests/standalone/src/CrashTest.dart:1: // Copyright (c) 2011, the Dart project authors. ...
9 years, 1 month ago (2011-11-04 09:06:13 UTC) #3
Bill Hesse
All changes made, centralized timer removed. Will be modified to use getProcessTestFileName() (in comments) before ...
9 years, 1 month ago (2011-11-04 14:49:22 UTC) #4
Bill Hesse
Added fix to string_stream.dart.
9 years, 1 month ago (2011-11-07 10:32:30 UTC) #5
Søren Gjesse
9 years, 1 month ago (2011-11-07 10:38:43 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698