HomeSort by relevance Sort by last modified time
    Searched refs:mjsunit (Results 1 - 5 of 5) 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)]
131 mjsunit.sort()
138 all_tests = mjsunit + regress + bugs + third_party + tools + compiler + harmony
151 status_file = join(self.root, 'mjsunit.status')
debug-script.js 65 // This script and mjsunit.js has been loaded. If using d8, d8 loads
92 var mjsunit_js_script = Debug.findScript(/mjsunit.js/);
93 assertTrue(/mjsunit.js/.test(mjsunit_js_script.name));
assert-opt-and-deopt.js 33 * Might be nice to put this into mjsunit.js, but that doesn't depend on
keywords-and-reserved_words.js 177 // More strict mode specific tests can be found in mjsunit/strict-mode.js.

Completed in 1198 milliseconds