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

  /external/v8/test/cctest/
testcfg.py 37 def __init__(self, path, executable, mode, raw_name, dependency, context, variant_flags):
42 self.variant_flags = variant_flags
58 serialization_file += ''.join(self.variant_flags).replace('-', '_')
84 def ListTests(self, current_path, path, mode, variant_flags):
107 result.append(CcTestCase(full_path, executable, mode, raw_test, dependency, self.context, variant_flags))
  /external/v8/test/benchmarks/
testcfg.py 87 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/es5conform/
testcfg.py 76 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/sputnik/
testcfg.py 84 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/message/
testcfg.py 106 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/mozilla/
testcfg.py 95 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/test262/
testcfg.py 80 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/mjsunit/
testcfg.py 123 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/test/preparser/
testcfg.py 122 def ListTests(self, current_path, path, mode, variant_flags):
  /external/v8/tools/
test.py 570 # VARIANT_FLAGS = [[], ['--always_compact', '--noflush_code']]
571 VARIANT_FLAGS = [[],
594 return VARIANT_FLAGS
643 for t in tests: t.variant_flags = v
670 def ListTests(self, current_path, path, context, mode, variant_flags):
721 return testcase.variant_flags + flags
    [all...]

Completed in 170 milliseconds