HomeSort by relevance Sort by last modified time
    Searched refs:CHDIR (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-unsupported-manifest.py 19 CHDIR = 'linker-flags'
20 test.run_gyp('unsupported-manifest.gyp', chdir=CHDIR)
24 'test_unsupported', chdir=CHDIR, status=1)
25 test.must_not_exist(test.built_file_path('test_unsupported.exe', chdir=CHDIR))
gyptest-macro-vcinstalldir.py 19 CHDIR = 'vs-macros'
20 test.run_gyp('vcinstalldir.gyp', chdir=CHDIR)
22 test.build('vcinstalldir.gyp', 'test_slash_trailing', chdir=CHDIR, status=1)
23 test.build('vcinstalldir.gyp', 'test_slash_dir', chdir=CHDIR)
gyptest-macros-in-inputs-and-outputs.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('input-output-macros.gyp', chdir=CHDIR)
21 test.build('input-output-macros.gyp', 'test_expansions', chdir=CHDIR)
25 chdir=CHDIR) variable
gyptest-cl-pdbname.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('pdbname.gyp', chdir=CHDIR)
20 test.build('pdbname.gyp', test.ALL, chdir=CHDIR)
24 test.built_file_must_exist('obj/test_pdbname.cc.pdb', chdir=CHDIR)
27 test.built_file_must_exist('test_pdbname.exe', chdir=CHDIR)
28 test.built_file_must_exist('test_pdbname.exe.pdb', chdir=CHDIR
    [all...]
gyptest-link-library-directories.py 18 CHDIR = 'linker-flags'
21 test.run_gyp('subdir/library.gyp', chdir=CHDIR)
22 test.build('subdir/library.gyp', test.ALL, chdir=CHDIR)
26 test.run_gyp('library-directories.gyp', chdir=CHDIR)
29 test.build('library-directories.gyp', 'test_libdirs_none', chdir=CHDIR,
33 test.build('library-directories.gyp', 'test_libdirs_with', chdir=CHDIR
    [all...]
gyptest-link-ltcg.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('ltcg.gyp', chdir=CHDIR)
26 test.build('ltcg.gyp', 'test_ltcg_off', chdir=CHDIR)
27 test.run_built_executable('test_ltcg_off', chdir=CHDIR)
31 test.build('ltcg.gyp', 'test_ltcg_on', chdir=CHDIR)
33 test.run_built_executable('test_ltcg_on', chdir=CHDIR
    [all...]
gyptest-link-target-machine.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('target-machine.gyp', chdir=CHDIR)
22 test.build('target-machine.gyp', 'test_target_link_x86', chdir=CHDIR)
24 'target-machine.gyp', 'test_target_link_x64', chdir=CHDIR, status=1)
25 test.build('target-machine.gyp', 'test_target_lib_x86', chdir=CHDIR)
26 test.build('target-machine.gyp', 'test_target_lib_x64', chdir=CHDIR, status=1
    [all...]
gyptest-cl-optimizations.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('optimizations.gyp', chdir=CHDIR)
25 ninja_file = test.built_file_path('obj/test_opt_off.ninja', chdir=CHDIR)
28 ninja_file = test.built_file_path('obj/test_opt_lev_size.ninja', chdir=CHDIR)
31 ninja_file = test.built_file_path('obj/test_opt_lev_speed.ninja', chdir=CHDIR)
34 ninja_file = test.built_file_path('obj/test_opt_lev_max.ninja', chdir=CHDIR
52 chdir=CHDIR) variable
57 chdir=CHDIR) variable
61 chdir=CHDIR) variable
65 chdir=CHDIR) variable
69 chdir=CHDIR) variable
73 chdir=CHDIR) variable
78 chdir=CHDIR) variable
82 chdir=CHDIR) variable
86 chdir=CHDIR) variable
90 chdir=CHDIR) variable
94 chdir=CHDIR) variable
98 chdir=CHDIR) variable
102 chdir=CHDIR) variable
    [all...]
gyptest-cl-enable-enhanced-instruction-set.py 19 CHDIR = 'compiler-flags'
20 test.run_gyp('enable-enhanced-instruction-set.gyp', chdir=CHDIR)
22 test.build('enable-enhanced-instruction-set.gyp', test.ALL, chdir=CHDIR)
24 test.run_built_executable('sse_extensions', chdir=CHDIR,
26 test.run_built_executable('sse2_extensions', chdir=CHDIR,
31 test.run_built_executable('no_extensions', chdir=CHDIR
    [all...]
gyptest-link-subsystem.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('subsystem.gyp', chdir=CHDIR)
21 test.build('subsystem.gyp', 'test_console_ok', chdir=CHDIR)
22 test.build('subsystem.gyp', 'test_console_fail', chdir=CHDIR, status=1)
23 test.build('subsystem.gyp', 'test_windows_ok', chdir=CHDIR)
24 test.build('subsystem.gyp', 'test_windows_fail', chdir=CHDIR, status=1
    [all...]
gyptest-cl-analysis.py 20 CHDIR = 'compiler-flags'
21 test.run_gyp('analysis.gyp', chdir=CHDIR)
24 test.build('analysis.gyp', 'test_analysis_on', chdir=CHDIR, status=1)
27 test.build('analysis.gyp', 'test_analysis_off', chdir=CHDIR)
28 test.build('analysis.gyp', 'test_analysis_unspec', chdir=CHDIR)
gyptest-link-debug-info.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('debug-info.gyp', chdir=CHDIR)
20 test.build('debug-info.gyp', test.ALL, chdir=CHDIR)
23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
24 test.built_file_must_exist('test_debug_on%s' % suffix, chdir=CHDIR)
gyptest-link-restat-importlib.py 26 CHDIR = 'importlib'
27 test.run_gyp('importlib.gyp', chdir=CHDIR)
28 test.build('importlib.gyp', test.ALL, chdir=CHDIR)
37 test.build('importlib.gyp', 'test_importlib', chdir=CHDIR)
43 test.up_to_date('importlib.gyp', test.ALL, chdir=CHDIR)
gyptest-rc-build.py 18 CHDIR = 'rc-build'
19 test.run_gyp('hello.gyp', chdir=CHDIR)
20 test.build('hello.gyp', test.ALL, chdir=CHDIR)
21 test.up_to_date('hello.gyp', 'resource_only_dll', chdir=CHDIR)
22 test.run_built_executable('with_resources', chdir=CHDIR, status=4)
gyptest-asm-files.py 18 CHDIR = 'asm-files'
19 test.run_gyp('asm-files.gyp', chdir=CHDIR)
24 test.build('asm-files.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/hello/
gyptest-regyp-output.py 19 CHDIR='generator-output'
21 test.run_gyp('hello.gyp', '--generator-output=%s' % CHDIR)
23 test.build('hello.gyp', test.ALL, chdir=CHDIR)
25 test.run_built_executable('hello', stdout="Hello, world!\n", chdir=CHDIR)
32 test.build('hello.gyp', test.ALL, chdir=CHDIR)
34 test.run_built_executable('hello', stdout="Hello, two!\n", chdir=CHDIR)
    [all...]
  /external/chromium_org/tools/gyp/test/mac/
gyptest-loadable-module.py 20 CHDIR = 'loadable-module'
21 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
27 chdir=CHDIR) variable
35 'test_loadable_module.plugin/Contents/Info.plist', chdir=CHDIR)
44 'test_loadable_module.plugin/Contents/PkgInfo', chdir=CHDIR
    [all...]
gyptest-xcode-gcc-clang.py 20 CHDIR = 'xcode-gcc'
21 test.run_gyp('test-clang.gyp', chdir=CHDIR)
23 test.build('test-clang.gyp', 'aliasing_yes', chdir=CHDIR)
24 test.run_built_executable('aliasing_yes', chdir=CHDIR, stdout="1\n")
25 test.build('test-clang.gyp', 'aliasing_no', chdir=CHDIR)
26 test.run_built_executable('aliasing_no', chdir=CHDIR, stdout="0\n"
36 chdir=CHDIR)).read() variable
    [all...]
gyptest-action-envvars.py 18 CHDIR = 'action-envvars'
19 test.run_gyp('action/action.gyp', chdir=CHDIR)
20 test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build')
22 result_file = test.built_file_path('result', chdir=CHDIR)
26 other_result_file = test.built_file_path('other_result', chdir=CHDIR)
gyptest-loadable-module-bundle-product-extension.py 21 CHDIR = 'loadable-module-bundle-product-extension'
22 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
25 test.must_exist(test.built_file_path('Collide.foo', chdir=CHDIR))
26 test.must_exist(test.built_file_path('Collide.bar', chdir=CHDIR))
gyptest-cflags.py 17 CHDIR = 'cflags'
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', test.ALL, chdir=CHDIR)
gyptest-framework-dirs.py 19 CHDIR = 'framework-dirs'
20 test.run_gyp('framework-dirs.gyp', chdir=CHDIR)
21 test.build('framework-dirs.gyp', 'calculate', chdir=CHDIR)
gyptest-ldflags.py 19 CHDIR = 'ldflags'
20 test.run_gyp('subdirectory/test.gyp', chdir=CHDIR)
22 test.build('subdirectory/test.gyp', test.ALL, chdir=CHDIR)
gyptest-xcode-env-order.py 20 CHDIR = 'xcode-env-order'
23 test.run_gyp('test.gyp', chdir=CHDIR)
24 test.build('test.gyp', test.ALL, chdir=CHDIR)
27 test.built_file_must_exist('Test-copy-brace/main.c', chdir=CHDIR)
28 test.built_file_must_exist('Test-copy-paren/main.c', chdir=CHDIR)
29 test.built_file_must_exist('Test-copy-bare/main.c', chdir=CHDIR
    [all...]
gyptest-xcode-support-actions.py 20 CHDIR = 'xcode-support-actions'
22 test.run_gyp('test.gyp', '-Gsupport_target_suffix=_customsuffix', chdir=CHDIR)
23 test.build('test.gyp', target='target_customsuffix', chdir=CHDIR)

Completed in 66 milliseconds

12 3 4 5