/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-SYMROOT-default.py | 20 test = TestGyp.TestGyp() variable 22 test.run_gyp('prog1.gyp', '-Dset_symroot=1', '--depth=.', chdir='src') 24 test.relocate('src', 'relocate/src') 26 # Suppress the test infrastructure's setting SYMROOT on the command line. 27 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src') 29 test.run_built_executable('prog1', 33 test.run_built_executable('prog2', 37 test.pass_test()
|
gyptest-subdir2-deep.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('prog3.gyp', chdir='src/subdir/subdir2') 17 test.relocate('src', 'relocate/src') 19 test.build('prog3.gyp', test.ALL, chdir='relocate/src/subdir/subdir2') 21 test.run_built_executable('prog3', 25 test.pass_test()
|
gyptest-top-all.py | 23 test = TestGyp.TestGyp() variable 25 test.run_gyp('prog1.gyp', chdir='src') 27 test.relocate('src', 'relocate/src') 29 test.build('prog1.gyp', test.ALL, chdir='relocate/src') 31 test.run_built_executable('prog1', 35 if test.format == 'xcode': 39 test.run_built_executable('prog2', 43 test.pass_test()
|
gyptest-top-default.py | 23 test = TestGyp.TestGyp() variable 25 test.run_gyp('prog1.gyp', chdir='src') 27 test.relocate('src', 'relocate/src') 29 test.build('prog1.gyp', chdir='relocate/src') 31 test.run_built_executable('prog1', 35 if test.format == 'xcode': 39 test.run_built_executable('prog2', 43 test.pass_test()
|
/external/chromium_org/tools/gyp/test/target/ |
gyptest-target.py | 17 test = TestGyp.TestGyp() variable 19 test.run_gyp('target.gyp') 20 test.build('target.gyp') 23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True) 24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True) 25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True) 28 if test.format == "msvs" [all...] |
/external/chromium_org/tools/gyp/test/variables/commands/ |
gyptest-commands-repeated.py | 8 Test variable expansion of '<!()' syntax commands where they are evaluated 14 test = TestGyp.TestGyp(format='gypd') variable 16 expect = test.read('commands-repeated.gyp.stdout').replace('\r\n', '\n') 18 test.run_gyp('commands-repeated.gyp', 31 contents = test.read('commands-repeated.gypd').replace('\r\n', '\n') 32 expect = test.read('commands-repeated.gypd.golden').replace('\r\n', '\n') 33 if not test.match(contents, expect): 35 test.diff(expect, contents, 'commands-repeated.gypd ') 36 test.fail_test() 38 test.pass_test( [all...] |
/external/chromium_org/tools/gyp/test/variables/variable-in-path/ |
gyptest-variable-in-path.py | 15 test = TestGyp.TestGyp() variable 16 test.set_configuration('C1') 18 test.run_gyp('variable-in-path.gyp') 19 test.build('variable-in-path.gyp', 'hello1') 20 test.build('variable-in-path.gyp', 'hello2') 23 test.pass_test()
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-asm-files.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('asm-files.gyp', chdir=CHDIR) 24 test.build('asm-files.gyp', test.ALL, chdir=CHDIR) 26 test.pass_test()
|
gyptest-cl-additional-include-dirs.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('additional-include-dirs.gyp', chdir=CHDIR) 20 test.build('additional-include-dirs.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-character-set.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('character-set.gyp', chdir=CHDIR) 20 test.build('character-set.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-default-char-is-unsigned.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('default-char-is-unsigned.gyp', chdir=CHDIR) 20 test.build('default-char-is-unsigned.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-force-include-files.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('force-include-files.gyp', chdir=CHDIR) 20 test.build('force-include-files.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-pdbname-override.py | 16 test = TestGyp.TestGyp() 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) 27 test.pass_test()
|
gyptest-cl-pdbname.py | 16 test = TestGyp.TestGyp(formats=['ninja']) 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) 30 test.pass_test()
|
gyptest-cl-rtti.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 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) 30 test.pass_test()
|
gyptest-cl-runtime-checks.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 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) 30 test.pass_test()
|
gyptest-cl-runtime-library.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('runtime-library.gyp', chdir=CHDIR) 20 test.build('runtime-library.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-treat-wchar-t-as-built-in-type.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('treat-wchar-t-as-built-in-type.gyp', chdir=CHDIR) 20 test.build('treat-wchar-t-as-built-in-type.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-cl-warning-level.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 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...] |
gyptest-command-quote.py | 20 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 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) 34 test.run_gyp('in-subdir.gyp', chdir=CHDIR) 35 test.build('in-subdir.gyp', 'test_batch_depth', chdir=CHDIR) 37 test.pass_test( [all...] |
gyptest-lib-ltcg.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('ltcg.gyp', chdir=CHDIR) 20 test.build('ltcg.gyp', test.ALL, chdir=CHDIR) 21 test.must_not_contain_any_line(test.stdout(), ['restarting link with /LTCG']) 22 test.pass_test()
|
gyptest-link-additional-deps.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('additional-deps.gyp', chdir=CHDIR) 20 test.build('additional-deps.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-link-additional-options.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('additional-options.gyp', chdir=CHDIR) 20 test.build('additional-options.gyp', test.ALL, chdir=CHDIR) 22 test.pass_test()
|
gyptest-link-debug-info.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('debug-info.gyp', chdir=CHDIR) 20 test.build('debug-info.gyp', test.ALL, chdir=CHDIR) 22 suffix = '.exe.pdb' if test.format == 'ninja' else '.pdb' 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) 26 test.pass_test()
|
gyptest-link-default-libs.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('no-default-libs.gyp', chdir=CHDIR) 20 test.build('no-default-libs.gyp', test.ALL, chdir=CHDIR, status=1) 22 test.pass_test()
|