HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 426 - 450 of 4017) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 15 test = TestGyp.TestGyp() variable
17 if test.format == 'dump_dependency_json':
18 test.skip_test('Skipping test; dependency JSON does not adjust ' \
21 test.run_gyp('hard_dependency.gyp', chdir='src')
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'c', chdir=chdir)
32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir
    [all...]
gyptest-no-exported-hard-dependency.py 15 test = TestGyp.TestGyp() variable
17 if test.format == 'dump_dependency_json':
18 test.skip_test('Skipping test; dependency JSON does not adjust ' \
21 test.run_gyp('hard_dependency.gyp', chdir='src')
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'd', chdir=chdir)
31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir
    [all...]
  /external/chromium_org/tools/gyp/test/hello/
gyptest-regyp-output.py 16 # by Android and ninja, so we can only test for make.
17 test = TestGyp.TestGyp(formats=['make']) 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)
29 test.sleep()
30 test.write('hello.gyp', test.read('hello2.gyp'))
32 test.build('hello.gyp', test.ALL, chdir=CHDIR
    [all...]
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 13 test = TestGyp.TestGyp() variable
15 test.run_gyp('includes.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('includes.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
30 if test.format == 'xcode':
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
43 test.pass_test()
gyptest-default.py 13 test = TestGyp.TestGyp() variable
15 test.run_gyp('includes.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('includes.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
30 if test.format == 'xcode':
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
43 test.pass_test()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-deployment-target.py 16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('deployment-target.gyp', chdir='deployment-target')
20 test.build('deployment-target.gyp', test.ALL, chdir='deployment-target')
22 test.pass_test()
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared.py 15 test = TestGyp.TestGyp() variable
17 test.run_gyp('library.gyp',
22 test.relocate('src', 'relocate/src')
24 test.build('library.gyp', test.ALL, chdir='relocate/src')
32 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
35 test.run_gyp('library.gyp',
41 test.sleep()
42 contents = test.read('relocate/src/program.c')
44 test.write('relocate/src/program.c', contents
    [all...]
gyptest-static.py 15 test = TestGyp.TestGyp() variable
17 test.run_gyp('library.gyp',
22 test.relocate('src', 'relocate/src')
24 test.build('library.gyp', test.ALL, chdir='relocate/src')
32 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
35 test.run_gyp('library.gyp',
41 test.sleep()
42 contents = test.read('relocate/src/program.c')
44 test.write('relocate/src/program.c', contents
    [all...]
  /external/chromium_org/tools/gyp/test/link-objects/
gyptest-all.py 18 test = TestGyp.TestGyp(formats=['make']) variable
20 test.run_gyp('link-objects.gyp')
22 test.build('link-objects.gyp', test.ALL)
24 test.run_built_executable('link-objects', stdout="PASS\n")
26 test.up_to_date('link-objects.gyp', test.ALL)
28 test.pass_test()
  /external/chromium_org/tools/gyp/test/mac/
gyptest-cflags.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', test.ALL, chdir=CHDIR)
20 test.pass_test()
gyptest-clang-cxx-language-standard.py 16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('clang-cxx-language-standard.gyp',
21 test.build('clang-cxx-language-standard.gyp', test.ALL,
24 test.pass_test()
gyptest-clang-cxx-library.py 17 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
20 # test there.
24 test.run_gyp('clang-cxx-library.gyp', chdir='clang-cxx-library')
26 test.build('clang-cxx-library.gyp', test.ALL, chdir='clang-cxx-library')
28 test.pass_test()
gyptest-copy-dylib.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='copy-dylib')
20 test.build('test.gyp', 'test_app', chdir='copy-dylib')
22 test.built_file_must_exist(
23 'Test App.app/Contents/Resources/libmy_dylib.dylib', chdir='copy-dylib')
25 test.pass_test()
gyptest-debuginfo.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='debuginfo')
20 test.build('test.gyp', test.ALL, chdir='debuginfo')
22 test.built_file_must_exist('libnonbundle_shared_library.dylib.dSYM',
24 test.built_file_must_exist('nonbundle_loadable_module.so.dSYM',
26 test.built_file_must_exist('nonbundle_executable.dSYM',
29 test.built_file_must_exist('bundle_shared_library.framework.dSYM'
    [all...]
gyptest-depend-on-bundle.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='depend-on-bundle')
20 test.build('test.gyp', 'dependent_on_bundle', chdir='depend-on-bundle')
23 test.built_file_must_exist('dependent_on_bundle', chdir='depend-on-bundle')
26 test.built_file_must_exist(
29 test.built_file_must_exist( # package_framework
32 test.built_file_must_exist( # plist
35 test.built_file_must_exist
    [all...]
gyptest-deployment-target.py 16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('deployment-target.gyp', chdir='deployment-target')
20 test.build('deployment-target.gyp', test.ALL, chdir='deployment-target')
22 test.pass_test()
gyptest-framework-headers.py 17 test = TestGyp.TestGyp(formats=['xcode']) variable
20 test.run_gyp('test.gyp', chdir=CHDIR)
22 # Test that headers are installed for frameworks
23 test.build('test.gyp', 'test_framework_headers_framework', chdir=CHDIR)
25 test.built_file_must_exist(
28 test.built_file_must_exist(
31 # Test that headers are installed for static libraries.
32 test.build('test.gyp', 'test_framework_headers_static', chdir=CHDIR
    [all...]
gyptest-global-settings.py 9 Regression test for http://crbug.com/109163
17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('src/dir2/dir2.gyp', chdir='global-settings', depth='src')
22 test.build('dir2/dir2.gyp', 'dir2_target', chdir='global-settings/src',
24 test.built_file_must_exist('file.txt', chdir='global-settings/src')
26 test.pass_test()
gyptest-ldflags.py 17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
20 test.run_gyp('subdirectory/test.gyp', chdir=CHDIR)
22 test.build('subdirectory/test.gyp', test.ALL, chdir=CHDIR)
24 test.pass_test()
gyptest-libraries.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('subdir/test.gyp', chdir='libraries')
20 test.build('subdir/test.gyp', test.ALL, chdir='libraries')
22 test.pass_test()
gyptest-missing-cfbundlesignature.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='missing-cfbundlesignature')
19 test.build('test.gyp', test.ALL, chdir='missing-cfbundlesignature')
21 test.built_file_must_match('mytarget.app/Contents/PkgInfo', 'APPL????',
24 test.built_file_must_match('myothertarget.app/Contents/PkgInfo', 'APPL????',
27 test.built_file_must_match('thirdtarget.app/Contents/PkgInfo', 'APPL????',
29 test.pass_test(
    [all...]
gyptest-postbuild-multiple-configurations.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
19 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.set_configuration(configuration)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
24 test.built_file_must_exist('postbuild-file', chdir=CHDIR)
26 test.pass_test()
gyptest-postbuild-static-library.py 17 test = TestGyp.TestGyp(formats=['make', 'xcode']) variable
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)
28 test.pass_test()
gyptest-prefixheader.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
17 test.run_gyp('test.gyp', chdir='prefixheader')
18 test.build('test.gyp', test.ALL, chdir='prefixheader')
19 test.pass_test()
gyptest-rebuild.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
19 test.run_gyp('test.gyp', chdir=CHDIR)
21 test.build('test.gyp', 'test_app', chdir=CHDIR)
24 test.touch('rebuild/main.c')
25 test.build('test.gyp', 'test_app', chdir=CHDIR)
27 test.up_to_date('test.gyp', 'test_app', chdir=CHDIR
    [all...]

Completed in 164 milliseconds

<<11121314151617181920>>