Searched refs:CHDIR (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-warning-level.py18 CHDIR = 'compiler-flags' variable
19 test.run_gyp('warning-level.gyp', chdir=CHDIR)
27 test.build('warning-level.gyp', 'test_wl1_fail', chdir=CHDIR, status=1)
28 test.build('warning-level.gyp', 'test_wl1_pass', chdir=CHDIR)
30 test.build('warning-level.gyp', 'test_wl2_fail', chdir=CHDIR, status=1)
31 test.build('warning-level.gyp', 'test_wl2_pass', chdir=CHDIR)
33 test.build('warning-level.gyp', 'test_wl3_fail', chdir=CHDIR, status=1)
34 test.build('warning-level.gyp', 'test_wl3_pass', chdir=CHDIR)
36 test.build('warning-level.gyp', 'test_wl4_fail', chdir=CHDIR, status=1)
38 test.build('warning-level.gyp', 'test_def_fail', chdir=CHDIR, statu
[all...]
H A Dgyptest-link-outputfile.py18 CHDIR = 'linker-flags' variable
19 test.run_gyp('outputfile.gyp', chdir=CHDIR)
20 test.build('outputfile.gyp', test.ALL, chdir=CHDIR)
22 test.built_file_must_exist('blorp.exe', chdir=CHDIR)
23 test.built_file_must_exist('blorp.dll', chdir=CHDIR)
24 test.built_file_must_exist('subdir/blorp.exe', chdir=CHDIR)
25 test.built_file_must_exist('blorp.lib', chdir=CHDIR)
26 test.built_file_must_exist('subdir/blorp.lib', chdir=CHDIR)
H A Dgyptest-command-quote.py21 CHDIR = 'command-quote' variable
22 test.run_gyp('command-quote.gyp', chdir=CHDIR)
24 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR)
25 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR)
26 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR)
27 test.build('command-quote.gyp', 'test_with_single_quotes', chdir=CHDIR)
31 test.build('command-quote.gyp', 'test_with_spaces', chdir=CHDIR, status=1)
33 CHDIR = 'command-quote/subdir/and/another' variable
34 test.run_gyp('in-subdir.gyp', chdir=CHDIR)
35 test.build('in-subdir.gyp', 'test_batch_depth', chdir=CHDIR)
[all...]
H A Dgyptest-cl-exception-handling.py18 CHDIR = 'compiler-flags' variable
19 test.run_gyp('exception-handling.gyp', chdir=CHDIR)
22 test.build('exception-handling.gyp', 'test_eh_off', chdir=CHDIR,
26 test.build('exception-handling.gyp', 'test_eh_s', chdir=CHDIR)
27 test.build('exception-handling.gyp', 'test_eh_a', chdir=CHDIR)
30 test.run_built_executable('test_eh_a', chdir=CHDIR, status=1)
31 test.run_built_executable('test_eh_s', chdir=CHDIR, status=2)
H A Dgyptest-macro-targetname.py18 CHDIR = 'vs-macros' variable
19 test.run_gyp('targetname.gyp', chdir=CHDIR)
20 test.build('targetname.gyp', test.ALL, chdir=CHDIR)
22 chdir=CHDIR)
25 chdir=CHDIR)
26 test.built_file_must_exist('prod_name_plus_something3.exe', chdir=CHDIR)
28 chdir=CHDIR)
H A Dgyptest-link-shard.py18 CHDIR = 'shard' variable
19 test.run_gyp('shard.gyp', chdir=CHDIR)
20 test.build('shard.gyp', test.ALL, chdir=CHDIR)
22 test.built_file_must_exist('shard_0.lib', chdir=CHDIR)
23 test.built_file_must_exist('shard_1.lib', chdir=CHDIR)
24 test.built_file_must_exist('shard_2.lib', chdir=CHDIR)
25 test.built_file_must_exist('shard_3.lib', chdir=CHDIR)
27 test.run_gyp('shard_ref.gyp', chdir=CHDIR)
28 test.build('shard_ref.gyp', test.ALL, chdir=CHDIR)
H A Dgyptest-link-subsystem.py18 CHDIR = 'linker-flags' variable
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)
26 test.build('subsystem.gyp', 'test_console_xp', chdir=CHDIR)
27 test.build('subsystem.gyp', 'test_windows_xp', chdir=CHDIR)
30 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
H A Dgyptest-cl-pdbname-override.py18 CHDIR = 'compiler-flags' variable
19 test.run_gyp('pdbname-override.gyp', chdir=CHDIR)
20 test.build('pdbname-override.gyp', test.ALL, chdir=CHDIR)
24 test.built_file_must_exist('compiler_generated.pdb', chdir=CHDIR)
25 test.built_file_must_exist('linker_generated.pdb', chdir=CHDIR)
H A Dgyptest-cl-rtti.py18 CHDIR = 'compiler-flags' variable
19 test.run_gyp('rtti.gyp', chdir=CHDIR)
22 test.build('rtti.gyp', 'test_rtti_off', chdir=CHDIR, status=1)
25 test.build('rtti.gyp', 'test_rtti_on', chdir=CHDIR)
28 test.build('rtti.gyp', 'test_rtti_unset', chdir=CHDIR)
H A Dgyptest-cl-warning-as-error.py18 CHDIR = 'compiler-flags' variable
19 test.run_gyp('warning-as-error.gyp', chdir=CHDIR)
25 test.build('warning-as-error.gyp', 'test_warn_as_error_false', chdir=CHDIR)
26 test.build('warning-as-error.gyp', 'test_warn_as_error_unset', chdir=CHDIR)
27 test.build('warning-as-error.gyp', 'test_warn_as_error_true', chdir=CHDIR,
H A Dgyptest-link-warnings-as-errors.py18 CHDIR = 'linker-flags' variable
19 test.run_gyp('warn-as-error.gyp', chdir=CHDIR)
21 test.build('warn-as-error.gyp', 'test_on', chdir=CHDIR, status=1)
22 test.build('warn-as-error.gyp', 'test_off', chdir=CHDIR)
23 test.build('warn-as-error.gyp', 'test_default', chdir=CHDIR)
H A Dgyptest-macro-projectname.py18 CHDIR = 'vs-macros' variable
19 test.run_gyp('projectname.gyp', chdir=CHDIR)
20 test.build('projectname.gyp', test.ALL, chdir=CHDIR)
21 test.built_file_must_exist('test_expansions_plus_something.exe', chdir=CHDIR)
23 'test_with_product_name_plus_something.exe', chdir=CHDIR)
H A Dgyptest-rc-build.py18 CHDIR = 'rc-build' variable
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)
H A Dgyptest-cl-pdbname.py18 CHDIR = 'compiler-flags' variable
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)
H A Dgyptest-link-library-directories.py18 CHDIR = 'linker-flags' variable
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)
H A Dgyptest-link-target-machine.py18 CHDIR = 'linker-flags' variable
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)
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-framework-headers.py19 CHDIR = 'framework-headers' variable
20 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', 'test_framework_headers_framework', chdir=CHDIR)
26 'TestFramework.framework/Versions/A/TestFramework', chdir=CHDIR)
29 'TestFramework.framework/Versions/A/Headers/myframework.h', chdir=CHDIR)
32 test.build('test.gyp', 'test_framework_headers_static', chdir=CHDIR)
34 test.built_file_must_exist('libTestLibrary.a', chdir=CHDIR)
36 test.built_file_must_exist('include/myframework.h', chdir=CHDIR)
H A Dgyptest-rebuild.py18 CHDIR = 'rebuild' variable
19 test.run_gyp('test.gyp', chdir=CHDIR)
21 test.build('test.gyp', 'test_app', chdir=CHDIR)
25 test.build('test.gyp', 'test_app', chdir=CHDIR)
27 test.up_to_date('test.gyp', 'test_app', chdir=CHDIR)
33 test.build('test.gyp', 'test_framework_postbuilds', chdir=CHDIR)
34 test.up_to_date('test.gyp', 'test_framework_postbuilds', chdir=CHDIR)
38 test.build('test.gyp', 'test_app_postbuilds', chdir=CHDIR)
39 test.up_to_date('test.gyp', 'test_app_postbuilds', chdir=CHDIR)
H A Dgyptest-framework-dirs.py19 CHDIR = 'framework-dirs' variable
20 test.run_gyp('framework-dirs.gyp', chdir=CHDIR)
21 test.build('framework-dirs.gyp', 'calculate', chdir=CHDIR)
H A Dgyptest-objc-gc.py25 CHDIR = 'objc-gc' variable
26 test.run_gyp('test.gyp', chdir=CHDIR)
34 test.build('test.gyp', 'gc_exe_fails', chdir=CHDIR, status=build_error_code)
36 'test.gyp', 'gc_off_exe_req_lib', chdir=CHDIR, status=build_error_code)
38 test.build('test.gyp', 'gc_req_exe', chdir=CHDIR)
39 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n")
41 test.build('test.gyp', 'gc_exe_req_lib', chdir=CHDIR)
43 'gc_exe_req_lib', chdir=CHDIR, stdout="gc on: 1\n")
45 test.build('test.gyp', 'gc_exe', chdir=CHDIR)
46 test.run_built_executable('gc_exe', chdir=CHDIR, stdou
[all...]
H A Dgyptest-objc-arc.py20 CHDIR = 'objc-arc' variable
21 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', 'arc_enabled', chdir=CHDIR)
24 test.build('test.gyp', 'arc_disabled', chdir=CHDIR)
H A Dgyptest-postbuild-defaults.py18 CHDIR = 'postbuild-defaults' variable
19 test.run_gyp('test.gyp', chdir=CHDIR)
20 test.build('test.gyp', test.ALL, chdir=CHDIR)
22 result_file = test.built_file_path('result', chdir=CHDIR)
/external/chromium_org/tools/gyp/test/hello/
H A Dgyptest-regyp-output.py19 CHDIR='generator-output' variable
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)
/external/chromium_org/tools/gyp/test/assembly/
H A Dgyptest-override.py16 CHDIR = 'src' variable
17 test.run_gyp('override.gyp', chdir=CHDIR)
18 test.build('override.gyp', test.ALL, chdir=CHDIR)
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-sharedlib-linksettings.py15 CHDIR='sharedlib-linksettings' variable
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', test.ALL, chdir=CHDIR)
20 test.run_built_executable('program', stdout="1\n2\n", chdir=CHDIR)

Completed in 894 milliseconds

12345