HomeSort by relevance Sort by last modified time
    Searched refs:run_built_executable (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/v8/tools/gyp/test/conditions/elseif/
gyptest_elseif.py 17 test.run_built_executable(
19 test.run_built_executable(
21 test.run_built_executable(
23 test.run_built_executable(
25 test.run_built_executable(
  /external/v8/tools/gyp/test/configurations/basics/
gyptest-configurations.py 19 test.run_built_executable('configurations', stdout="Release configuration\n")
23 test.run_built_executable('configurations', stdout="Debug configuration\n")
27 test.run_built_executable('configurations', stdout="Foo configuration\n")
  /external/v8/tools/gyp/test/configurations/inheritance/
gyptest-inheritance.py 19 test.run_built_executable('configurations',
27 test.run_built_executable('configurations',
  /external/v8/tools/gyp/test/dependencies/
gyptest-none-traversal.py 22 test.run_built_executable('needs_chain', stdout="2\n")
23 test.run_built_executable('doesnt_need_chain', stdout="3\n")
  /external/v8/tools/gyp/test/dependency-copy/
gyptest-copy.py 19 test.run_built_executable('proj1',
22 test.run_built_executable('proj2',
  /external/v8/tools/gyp/test/subdirectory/
gyptest-SYMROOT-default.py 29 test.run_built_executable('prog1',
33 test.run_built_executable('prog2',
gyptest-SYMROOT-all.py 29 test.run_built_executable('prog1',
32 test.run_built_executable('prog2',
gyptest-top-all.py 31 test.run_built_executable('prog1',
39 test.run_built_executable('prog2',
gyptest-top-default.py 31 test.run_built_executable('prog1',
39 test.run_built_executable('prog2',
  /external/v8/tools/gyp/test/hello/
gyptest-disable-regyp.py 20 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, world!\n")
gyptest-regyp.py 21 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, two!\n")
  /external/v8/tools/gyp/test/include_dirs/
gyptest-all.py 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
gyptest-default.py 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
  /external/v8/tools/gyp/test/multiple-targets/
gyptest-all.py 27 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
28 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
gyptest-default.py 27 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
28 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
  /external/v8/tools/gyp/test/same-source-file-name/
gyptest-all.py 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
gyptest-default.py 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
  /external/v8/tools/gyp/test/sibling/
gyptest-all.py 32 test.run_built_executable('program1',
38 test.run_built_executable('program2',
gyptest-relocate.py 34 test.run_built_executable('program1',
40 test.run_built_executable('program2',
  /external/v8/tools/gyp/test/make/
gyptest-noload.py 25 test.run_built_executable('exe', chdir='relocate/noload',
31 test.run_built_executable('exe', chdir='relocate/noload',
35 test.run_built_executable('exe', chdir='relocate/noload',
43 test.run_built_executable('exe', chdir='relocate/noload',
54 test.run_built_executable('exe', chdir='relocate/noload',
  /external/v8/tools/gyp/test/win/
gyptest-cl-enable-enhanced-instruction-set.py 27 test.run_built_executable('sse_extensions', chdir=CHDIR,
29 test.run_built_executable('sse2_extensions', chdir=CHDIR,
34 test.run_built_executable('avx_extensions', chdir=CHDIR,
39 test.run_built_executable('no_extensions', chdir=CHDIR,
44 test.run_built_executable('avx2_extensions', chdir=CHDIR,
  /external/v8/tools/gyp/test/cflags/
gyptest-cflags.py 29 test.run_built_executable('cflags', stdout=expect)
30 test.run_built_executable('cflags_host', stdout=expect)
40 test.run_built_executable('cflags', stdout=expect)
44 test.run_built_executable('cflags_host', stdout=expect)
55 test.run_built_executable('cflags_host', stdout=expect)
64 test.run_built_executable('cflags', stdout=expect)
73 test.run_built_executable('cflags', stdout=expect)
  /external/v8/tools/gyp/test/generator-output/
gyptest-top-all.py 43 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
47 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
51 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
  /external/v8/tools/gyp/test/compilable/
gyptest-headers.py 26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/v8/tools/gyp/test/external-cross-compile/
gyptest-cross.py 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)

Completed in 220 milliseconds

1 2 3 4