HomeSort by relevance Sort by last modified time
    Searched refs:CHDIR (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/tools/gyp/test/actions/
gyptest-generated-header.py 16 CHDIR = 'generated-header'
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', 'program', chdir=CHDIR)
20 test.up_to_date('test.gyp', 'program', chdir=CHDIR)
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
31 test.run_gyp('test.gyp', chdir=CHDIR
    [all...]
  /external/chromium_org/tools/gyp/test/mac/
gyptest-rebuild.py 18 CHDIR = 'rebuild'
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
    [all...]
gyptest-framework-headers.py 19 CHDIR = 'framework-headers'
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
    [all...]
gyptest-objc-gc.py 20 CHDIR = 'objc-gc'
21 test.run_gyp('test.gyp', chdir=CHDIR)
29 test.build('test.gyp', 'gc_exe_fails', chdir=CHDIR, status=build_error_code)
31 'test.gyp', 'gc_off_exe_req_lib', chdir=CHDIR, status=build_error_code)
33 test.build('test.gyp', 'gc_req_exe', chdir=CHDIR)
34 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n"
    [all...]
gyptest-postbuild-static-library.py 19 CHDIR = 'postbuild-static-library'
20 test.run_gyp('test.gyp', chdir=CHDIR)
21 test.build('test.gyp', 'my_lib', chdir=CHDIR)
26 test.built_file_must_exist('postbuild-file', chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-warning-level.py 18 CHDIR = 'compiler-flags'
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
    [all...]
gyptest-link-outputfile.py 18 CHDIR = 'linker-flags'
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
    [all...]
gyptest-cl-pdbname-override.py 18 CHDIR = 'compiler-flags'
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)
gyptest-cl-rtti.py 18 CHDIR = 'compiler-flags'
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)
gyptest-cl-warning-as-error.py 18 CHDIR = 'compiler-flags'
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,
gyptest-link-warnings-as-errors.py 18 CHDIR = 'linker-flags'
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)
gyptest-macro-projectname.py 18 CHDIR = 'vs-macros'
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)
gyptest-command-quote.py 21 CHDIR = 'command-quote'
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
    [all...]
gyptest-cl-exception-handling.py 18 CHDIR = 'compiler-flags'
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
    [all...]
gyptest-link-shard.py 18 CHDIR = 'shard'
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
    [all...]
gyptest-macro-targetname.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('targetname.gyp', chdir=CHDIR)
20 test.build('targetname.gyp', test.ALL, chdir=CHDIR)
22 chdir=CHDIR) variable
25 chdir=CHDIR) variable
26 test.built_file_must_exist('prod_name_plus_something3.exe', chdir=CHDIR
28 chdir=CHDIR) variable
    [all...]
gyptest-cl-additional-options.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('additional-options.gyp', chdir=CHDIR)
22 test.build('additional-options.gyp', 'test_additional_none', chdir=CHDIR,
26 test.build('additional-options.gyp', 'test_additional_one', chdir=CHDIR)
gyptest-cl-disable-specific-warnings.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('disable-specific-warnings.gyp', chdir=CHDIR)
27 chdir=CHDIR) variable
30 chdir=CHDIR, status=1)
gyptest-cl-runtime-checks.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('runtime-checks.gyp', chdir=CHDIR)
22 test.build('runtime-checks.gyp', 'test_brc_none', chdir=CHDIR, status=1)
25 test.build('runtime-checks.gyp', 'test_brc_1', chdir=CHDIR)
gyptest-link-entrypointsymbol.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('entrypointsymbol.gyp', chdir=CHDIR)
21 test.build('entrypointsymbol.gyp', 'test_ok', chdir=CHDIR)
22 test.build('entrypointsymbol.gyp', 'test_fail', chdir=CHDIR, status=1)
gyptest-link-nodefaultlib.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('nodefaultlib.gyp', chdir=CHDIR)
21 test.build('nodefaultlib.gyp', 'test_ok', chdir=CHDIR)
22 test.build('nodefaultlib.gyp', 'test_fail', chdir=CHDIR, status=1)
gyptest-link-uldi.py 19 CHDIR = 'uldi'
20 test.run_gyp('uldi.gyp', chdir=CHDIR)
23 test.build('uldi.gyp', 'final_uldi', chdir=CHDIR, status=1)
26 test.build('uldi.gyp', 'final_no_uldi', chdir=CHDIR)
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))
  /external/chromium_org/tools/gyp/test/rename/
gyptest-filecase.py 15 CHDIR = 'filecase'
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
    [all...]
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-sharedlib-linksettings.py 15 CHDIR='sharedlib-linksettings'
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 3981 milliseconds

1 2 3 4 5