/external/chromium_org/tools/gyp/test/win/ |
D | gyptest-cl-optimizations.py | 18 CHDIR = 'compiler-flags' variable 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) 37 ninja_file = test.built_file_path('obj/test_opt_unset.ninja', chdir=CHDIR) 44 ninja_file = test.built_file_path('obj/test_opt_fpo.ninja', chdir=CHDIR) 48 ninja_file = test.built_file_path('obj/test_opt_fpo_off.ninja', chdir=CHDIR) 52 chdir=CHDIR) [all …]
|
D | gyptest-cl-warning-level.py | 18 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, status=1) [all …]
|
D | gyptest-link-embed-manifest.py | 51 CHDIR = 'linker-flags' variable 52 test.run_gyp('embed-manifest.gyp', chdir=CHDIR) 53 test.build('embed-manifest.gyp', test.ALL, chdir=CHDIR) 57 'test_manifest_exe.exe', chdir=CHDIR), 1)) 59 'test_manifest_exe_inc.exe', chdir=CHDIR), 1)) 61 'test_manifest_dll.dll', chdir=CHDIR), 2)) 63 'test_manifest_dll_inc.dll', chdir=CHDIR), 2)) 70 chdir=CHDIR), 1)) 74 chdir=CHDIR), 1)) 79 chdir=CHDIR), 1)) [all …]
|
D | gyptest-command-quote.py | 21 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)
|
D | gyptest-link-large-pdb.py | 17 CHDIR = 'large-pdb' variable 24 test.built_file_must_exist(image_basename, chdir=CHDIR) 25 test.built_file_must_exist(pdb_basename, chdir=CHDIR) 31 pdb_path = test.built_file_path(pdb_basename, chdir=CHDIR) 43 test.run_gyp('large-pdb.gyp', chdir=CHDIR) 45 test.build('large-pdb.gyp', 'large_pdb_exe', chdir=CHDIR) 48 test.build('large-pdb.gyp', 'small_pdb_exe', chdir=CHDIR) 51 test.build('large-pdb.gyp', 'large_pdb_dll', chdir=CHDIR) 54 test.build('large-pdb.gyp', 'small_pdb_dll', chdir=CHDIR) 57 test.build('large-pdb.gyp', 'large_pdb_implicit_exe', chdir=CHDIR) [all …]
|
D | gyptest-link-pgo.py | 19 CHDIR = 'linker-flags' variable 20 test.run_gyp('pgo.gyp', chdir=CHDIR) 24 test.build('pgo.gyp', 'gen_linker_option', chdir=CHDIR) 25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR)) 30 ninja = test.built_file_path('obj/test_pgo_instrument.ninja', chdir=CHDIR) 33 ninja = test.built_file_path('obj/test_pgo_optimize.ninja', chdir=CHDIR) 36 ninja = test.built_file_path('obj/test_pgo_update.ninja', chdir=CHDIR) 53 pgd_path = test.built_file_path('test_pgo.pgd', chdir=CHDIR) 59 test.build('pgo.gyp', 'test_pgo_instrument', chdir=CHDIR) 63 test.build('pgo.gyp', 'test_pgo_optimize', chdir=CHDIR) [all …]
|
D | gyptest-link-shard.py | 18 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)
|
D | gyptest-link-subsystem.py | 18 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))
|
D | gyptest-link-outputfile.py | 18 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)
|
D | gyptest-macro-targetname.py | 18 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)
|
D | gyptest-cl-exception-handling.py | 18 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)
|
D | gyptest-link-mapfile.py | 18 CHDIR = 'linker-flags' variable 19 test.run_gyp('mapfile.gyp', chdir=CHDIR) 20 test.build('mapfile.gyp', test.ALL, chdir=CHDIR) 22 map_file = test.built_file_path('test_mapfile_unset.map', chdir=CHDIR) 25 map_file = test.built_file_path('test_mapfile_generate.map', chdir=CHDIR) 31 chdir=CHDIR) 36 chdir=CHDIR) 39 map_file = test.built_file_path('custom_file_name.map', chdir=CHDIR)
|
D | gyptest-cl-enable-enhanced-instruction-set.py | 19 CHDIR = 'compiler-flags' variable 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, 36 test.run_built_executable('no_extensions', chdir=CHDIR,
|
D | gyptest-link-defrelink.py | 18 CHDIR = 'linker-flags' variable 23 test.run_gyp('deffile.gyp', chdir=CHDIR) 24 test.build('deffile.gyp', target, chdir=CHDIR) 25 test.up_to_date('deffile.gyp', target, chdir=CHDIR) 28 full_path = test.built_file_path(binary, chdir=CHDIR) 43 test.build('deffile.gyp', target, chdir=CHDIR) 44 test.up_to_date('deffile.gyp', target, chdir=CHDIR)
|
D | gyptest-link-enable-uac.py | 51 CHDIR = 'linker-flags' variable 52 test.run_gyp('enable-uac.gyp', chdir=CHDIR) 53 test.build('enable-uac.gyp', test.ALL, chdir=CHDIR) 57 'enable_uac.exe', chdir=CHDIR), 1)) 59 'enable_uac_no.exe', chdir=CHDIR), 1)) 61 'enable_uac_admin.exe', chdir=CHDIR), 1)) 66 test.built_file_path('enable_uac.exe', chdir=CHDIR), 1)) 78 test.built_file_path('enable_uac_no.exe', chdir=CHDIR), 1)) 85 test.built_file_path('enable_uac_admin.exe', chdir=CHDIR), 1))
|
/external/chromium_org/tools/gyp/test/mac/ |
D | gyptest-objc-gc.py | 25 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, stdout="gc on: 1\n") [all …]
|
D | gyptest-xcode-env-order.py | 20 CHDIR = 'xcode-env-order' variable 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) 32 test.built_file_must_exist('action-copy-brace.txt', chdir=CHDIR) 33 test.built_file_must_exist('action-copy-paren.txt', chdir=CHDIR) 34 test.built_file_must_exist('action-copy-bare.txt', chdir=CHDIR) 37 test.built_file_must_exist('rule-copy-brace.txt', chdir=CHDIR) [all …]
|
D | gyptest-rebuild.py | 18 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)
|
D | gyptest-infoplist-process.py | 18 CHDIR = 'infoplist-process' variable 23 test.run_gyp('test1.gyp', chdir=CHDIR) 24 test.build('test1.gyp', test.ALL, chdir=CHDIR) 25 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) 32 test.run_gyp('test2.gyp', chdir=CHDIR) 33 test.build('test2.gyp', chdir=CHDIR) 34 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) 42 test.run_gyp('test3.gyp', chdir=CHDIR) 43 test.build('test3.gyp', chdir=CHDIR) 45 chdir=CHDIR)
|
D | gyptest-framework-headers.py | 19 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)
|
D | gyptest-bundle-resources.py | 20 os.path.join('resource.app/Contents/Resources', path), chdir=CHDIR) 22 in_stat = os.stat(os.path.join(CHDIR, path)) 34 CHDIR = 'bundle-resources' variable 35 test.run_gyp('test.gyp', chdir=CHDIR) 37 test.build('test.gyp', test.ALL, chdir=CHDIR) 40 'abc\n', chdir=CHDIR) 42 'ABC\n', chdir=CHDIR) 48 'echo echo echo echo cho ho o o\n', chdir=CHDIR) 56 'resource_rule.app/Contents/Resources/secret.txt', 'ABC\n', chdir=CHDIR)
|
D | gyptest-xcode-gcc-clang.py | 20 CHDIR = 'xcode-gcc' variable 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()
|
D | gyptest-loadable-module.py | 20 CHDIR = 'loadable-module' variable 21 test.run_gyp('test.gyp', chdir=CHDIR) 22 test.build('test.gyp', test.ALL, chdir=CHDIR) 27 chdir=CHDIR) 35 'test_loadable_module.plugin/Contents/Info.plist', chdir=CHDIR) 44 'test_loadable_module.plugin/Contents/PkgInfo', chdir=CHDIR) 46 'test_loadable_module.plugin/Contents/Resources', chdir=CHDIR)
|
/external/chromium_org/tools/gyp/test/actions/ |
D | gyptest-generated-header.py | 22 CHDIR = 'generated-header' variable 24 test.run_gyp('test.gyp', chdir=CHDIR) 25 test.build('test.gyp', 'program', chdir=CHDIR) 26 test.up_to_date('test.gyp', 'program', chdir=CHDIR) 29 test.run_built_executable('program', chdir=CHDIR, stdout=expect) 37 test.run_gyp('test.gyp', chdir=CHDIR) 38 test.build('test.gyp', 'program', chdir=CHDIR) 39 test.up_to_date('test.gyp', 'program', chdir=CHDIR) 42 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
|
/external/chromium_org/tools/gyp/test/rename/ |
D | gyptest-filecase.py | 15 CHDIR = 'filecase' variable 16 test.run_gyp('test.gyp', chdir=CHDIR) 17 test.build('test.gyp', test.ALL, chdir=CHDIR) 22 test.run_gyp('test.gyp', chdir=CHDIR) 23 test.build('test.gyp', test.ALL, chdir=CHDIR) 32 test.run_gyp('test-casesensitive.gyp', chdir=CHDIR) 33 test.build('test-casesensitive.gyp', test.ALL, chdir=CHDIR)
|