Searched refs:run_built_executable (Results 1 – 25 of 79) sorted by relevance
1234
/external/chromium_org/tools/gyp/test/defines-escaping/ |
D | gyptest-defines-escaping.py | 31 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/ |
D | gyptest-cflags.py | 45 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/ |
D | 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/chromium_org/tools/gyp/test/defines/ |
D | gyptest-defines-env.py | 28 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/ |
D | gyptest-objc-gc.py | 34 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/ |
D | gyptest-default.py | 29 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)
|
D | gyptest-all.py | 29 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/ |
D | 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/chromium_org/tools/gyp/test/rules/ |
D | gyptest-all.py | 34 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/ |
D | gyptest-top-all.py | 44 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')
|
D | gyptest-relocate.py | 50 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/ |
D | gyptest-static.py | 32 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)
|
D | gyptest-shared.py | 32 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/ |
D | 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/chromium_org/tools/gyp/test/dependency-copy/ |
D | gyptest-copy.py | 19 test.run_built_executable('proj1', 22 test.run_built_executable('proj2',
|
/external/chromium_org/tools/gyp/test/configurations/inheritance/ |
D | gyptest-inheritance.py | 19 test.run_built_executable('configurations', 27 test.run_built_executable('configurations',
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
D | gyptest-SYMROOT-default.py | 29 test.run_built_executable('prog1', 33 test.run_built_executable('prog2',
|
D | gyptest-SYMROOT-all.py | 29 test.run_built_executable('prog1', 32 test.run_built_executable('prog2',
|
D | gyptest-top-default.py | 31 test.run_built_executable('prog1', 39 test.run_built_executable('prog2',
|
/external/chromium_org/tools/gyp/test/multiple-targets/ |
D | gyptest-default.py | 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src') 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
D | gyptest-all.py | 30 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/ |
D | 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)
|
D | 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)
|
/external/chromium_org/tools/gyp/test/hello/ |
D | gyptest-disable-regyp.py | 20 test.run_built_executable('hello', stdout="Hello, world!\n") 30 test.run_built_executable('hello', stdout="Hello, world!\n")
|
D | gyptest-regyp.py | 21 test.run_built_executable('hello', stdout="Hello, world!\n") 30 test.run_built_executable('hello', stdout="Hello, two!\n")
|
1234