Home
last modified time | relevance | path

Searched refs:run_built_executable (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/tools/gyp/test/defines-escaping/
Dgyptest-defines-escaping.py31 test.run_built_executable('defines_escaping', stdout=expect)
49 test.run_built_executable('defines_escaping', stdout=expect)
72 test.run_built_executable('defines_escaping', stdout=expect)
95 test.run_built_executable('defines_escaping', stdout=expect)
119 test.run_built_executable('defines_escaping', stdout=expect)
138 test.run_built_executable('defines_escaping', stdout=expect)
156 test.run_built_executable('defines_escaping', stdout=expect)
179 test.run_built_executable('defines_escaping', stdout=expect)
/external/chromium_org/tools/gyp/test/cflags/
Dgyptest-cflags.py45 test.run_built_executable('cflags', stdout=expect)
46 test.run_built_executable('cflags_host', stdout=expect)
64 test.run_built_executable('cflags', stdout=expect)
68 test.run_built_executable('cflags_host', stdout=expect)
85 test.run_built_executable('cflags', stdout=expect)
102 test.run_built_executable('cflags', stdout=expect)
/external/chromium_org/tools/gyp/test/make/
Dgyptest-noload.py25 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/chromium_org/tools/gyp/test/defines/
Dgyptest-defines-env.py28 test.run_built_executable('defines', stdout=expect)
46 test.run_built_executable('defines', stdout=expect)
64 test.run_built_executable('defines', stdout=expect)
82 test.run_built_executable('defines', stdout=expect)
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-objc-gc.py34 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n")
37 test.run_built_executable('gc_exe_req_lib', chdir=CHDIR, stdout="gc on: 1\n")
40 test.run_built_executable('gc_exe', chdir=CHDIR, stdout="gc on: 1\n")
43 test.run_built_executable('gc_off_exe', chdir=CHDIR, stdout="gc on: 0\n")
/external/chromium_org/tools/gyp/test/rules-rebuild/
Dgyptest-default.py29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
65 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
86 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
Dgyptest-all.py29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
65 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/configurations/basics/
Dgyptest-configurations.py19 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/chromium_org/tools/gyp/test/rules/
Dgyptest-all.py34 test.run_built_executable('program', chdir=chdir, stdout=expect)
45 test.run_built_executable('program2', chdir=chdir, stdout=expect)
67 test.run_built_executable('program4', chdir=chdir, stdout=expect)
/external/chromium_org/tools/gyp/test/generator-output/
Dgyptest-top-all.py44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
52 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
Dgyptest-relocate.py50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
58 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
/external/chromium_org/tools/gyp/test/library/
Dgyptest-static.py32 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
Dgyptest-shared.py32 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/dependencies/
Dgyptest-none-traversal.py22 test.run_built_executable('needs_chain', stdout="2\n")
23 test.run_built_executable('doesnt_need_chain', stdout="3\n")
/external/chromium_org/tools/gyp/test/dependency-copy/
Dgyptest-copy.py19 test.run_built_executable('proj1',
22 test.run_built_executable('proj2',
/external/chromium_org/tools/gyp/test/configurations/inheritance/
Dgyptest-inheritance.py19 test.run_built_executable('configurations',
27 test.run_built_executable('configurations',
/external/chromium_org/tools/gyp/test/subdirectory/
Dgyptest-SYMROOT-default.py29 test.run_built_executable('prog1',
33 test.run_built_executable('prog2',
Dgyptest-SYMROOT-all.py29 test.run_built_executable('prog1',
32 test.run_built_executable('prog2',
Dgyptest-top-default.py31 test.run_built_executable('prog1',
39 test.run_built_executable('prog2',
/external/chromium_org/tools/gyp/test/multiple-targets/
Dgyptest-default.py30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
Dgyptest-all.py30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/same-source-file-name/
Dgyptest-default.py31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
Dgyptest-all.py31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
/external/chromium_org/tools/gyp/test/hello/
Dgyptest-disable-regyp.py20 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, world!\n")
Dgyptest-regyp.py21 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, two!\n")

1234