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

Side by Side Diff: tests/stub-generator/src/MintMakerFullyIsolatedTest.dart

Issue 8361032: Use generated tests if dartc is not available. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse 5 // IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse
6 6
7 interface Purse { 7 interface Purse {
8 Purse(); 8 Purse();
9 int queryBalance(); 9 int queryBalance();
10 Purse$Proxy sproutPurse(); 10 Purse$Proxy sproutPurse();
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 Expect.equals(n, results.length); 227 Expect.equals(n, results.length);
228 print('##DONE##'); 228 print('##DONE##');
229 }); 229 });
230 } 230 }
231 } 231 }
232 232
233 } 233 }
234 234
235 main() { 235 main() {
236 MintMakerFullyIsolatedTest.testMain(); 236 MintMakerFullyIsolatedTest.testMain();
237 //runTests([MintMakerFullyIsolatedTest.testMain]);
floitsch 2011/10/21 13:47:39 If you are sure you will work on this in the near
Ben Laurie (Google) 2011/10/21 13:56:58 I am going to do this shortly, but I removed it an
237 } 238 }
OLDNEW
« no previous file with comments | « no previous file | tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart » ('j') | tests/stub-generator/testcfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698