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

Unified Diff: pkg/unittest/lib/vm_config.dart

Issue 12413012: Bring webdriver up to date with SDK changes, and a bit of refactoring. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/unittest/lib/src/config.dart ('k') | pkg/webdriver/lib/webdriver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/vm_config.dart
===================================================================
--- pkg/unittest/lib/vm_config.dart (revision 20035)
+++ pkg/unittest/lib/vm_config.dart (working copy)
@@ -15,6 +15,7 @@
void onDone(bool success) {
try {
super.onDone(success);
+ exit(0);
} catch (ex) {
// A non-zero exit code is used by the test infrastructure to detect
// failure.
« no previous file with comments | « pkg/unittest/lib/src/config.dart ('k') | pkg/webdriver/lib/webdriver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698