Beispiel #1
0
 def CreateStorySet(self, options):
   if os.path.exists(options.test_path):
     path = os.path.abspath(options.test_path)
   else:
     path = os.path.join(blink_perf.BLINK_PERF_BASE_DIR, options.test_path)
   print
   print 'Running all tests in %s' % path
   return blink_perf.CreateStorySetFromPath(path, blink_perf.SKIPPED_FILE)
Beispiel #2
0
 def CreateStorySet(self, options):
     path = os.path.join(blink_perf.BLINK_PERF_BASE_DIR, 'BlinkGC')
     return blink_perf.CreateStorySetFromPath(path, blink_perf.SKIPPED_FILE)