Make stub-generator tests non-batchable.

Review URL: https://chromereviews.googleplex.com/3514029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
floitsch@google.com 2011-10-05 12:15:50 +00:00
parent ea24bda4b2
commit 6615d4cc39

View file

@ -19,6 +19,9 @@ class DartStubTestCase(testing.StandardTestCase):
self.mode = mode
self.arch = arch
def IsBatchable(self):
return False
def GetStubs(self):
source = self.GetSource()
stub_classes = utils.ParseTestOptions(test.ISOLATE_STUB_PATTERN, source,