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

Unified Diff: dart/compiler/tests/dartc/testcfg.py

Issue 8372095: Bleeding edge change to get frog integrated into the testing infrastructure. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | dart/tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/compiler/tests/dartc/testcfg.py
===================================================================
--- dart/compiler/tests/dartc/testcfg.py (revision 1135)
+++ dart/compiler/tests/dartc/testcfg.py (working copy)
@@ -50,7 +50,7 @@
def GetCommand(self):
test_py = join(join(self.context.workspace, 'tools'), 'test.py')
- d8 = self.context.GetExecutable(self.mode, self.arch, 'd8')
+ d8 = self.context.GetD8(self.mode, self.arch)
# Note that it is important to run all the JUnit tests in the same process.
# This way we have a chance of causing problems with static state early.
return ['java', '-ea', '-classpath', self.GetClassPath(),
« no previous file with comments | « no previous file | dart/tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698