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

1 2 3 4 5 6

  /external/v8/tools/gyp/test/dependencies/
gyptest-indirect-module-dependency.py 16 CHDIR = 'module-dep'
17 test.run_gyp('indirect-module-dependency.gyp', chdir=CHDIR)
18 test.build('indirect-module-dependency.gyp', 'an_exe', chdir=CHDIR)
20 test.built_file_basename('a_module', test.LOADABLE_MODULE), chdir=CHDIR)
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)
  /external/v8/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/v8/tools/gyp/test/mac/
gyptest-rebuild.py 21 CHDIR = 'rebuild'
22 test.run_gyp('test.gyp', chdir=CHDIR)
24 test.build('test.gyp', 'test_app', chdir=CHDIR)
28 test.build('test.gyp', 'test_app', chdir=CHDIR)
30 test.up_to_date('test.gyp', 'test_app', chdir=CHDIR)
36 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 25 CHDIR = 'objc-gc'
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"
    [all...]
gyptest-libtool-zero.py 18 CHDIR = 'libtool-zero'
20 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.build('test.gyp', 'mylib', chdir=CHDIR)
24 test.up_to_date('test.gyp', 'mylib', chdir=CHDIR)
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/v8/tools/gyp/test/win/
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-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-macro-targetext.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('targetext.gyp', chdir=CHDIR)
20 test.build('targetext.gyp', test.ALL, chdir=CHDIR)
21 test.built_file_must_exist('executable.exe', chdir=CHDIR)
22 test.built_file_must_exist('loadable_module.dll', chdir=CHDIR)
23 test.built_file_must_exist('shared_library.dll', chdir=CHDIR
    [all...]
gyptest-macro-targetpath.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('targetpath.gyp', chdir=CHDIR)
20 test.build('targetpath.gyp', test.ALL, chdir=CHDIR)
21 test.built_file_must_exist('test_targetpath_executable.exe', chdir=CHDIR)
23 chdir=CHDIR) variable
25 chdir=CHDIR variable
27 chdir=CHDIR) variable
29 chdir=CHDIR) variable
    [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 24 CHDIR = 'command-quote'
25 test.run_gyp('command-quote.gyp', chdir=CHDIR)
27 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR)
28 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR)
29 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR)
30 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-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-compile-as-managed.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('compile-as-managed.gyp', chdir=CHDIR)
20 test.build('compile-as-managed.gyp', "test-compile-as-managed", chdir=CHDIR)
23 chdir=CHDIR, status=1)
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)
  /external/v8/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...]

Completed in 91 milliseconds

1 2 3 4 5 6