HomeSort by relevance Sort by last modified time
    Searched refs:mjsunit (Results 1 - 3 of 3) sorted by null

  /external/v8/test/message/
testcfg.py 107 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
110 mjsunit.sort()
113 all_tests = mjsunit + regress + bugs
  /external/v8/test/mjsunit/
testcfg.py 77 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
120 return name.endswith('.js') and name != 'mjsunit.js'
124 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
130 mjsunit.sort()
136 all_tests = mjsunit + regress + bugs + third_party + tools + compiler
149 status_file = join(self.root, 'mjsunit.status')