Searched refs:test (Results 76 - 100 of 6019) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/variables/latelate/
H A Dgyptest-latelate.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('latelate.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('latelate.gyp', test.ALL, chdir='relocate/src')
21 test.run_built_executable(
25 test.pass_test()
/external/chromium_org/tools/gyp/test/configurations/basics/
H A Dgyptest-configurations.py13 test = TestGyp.TestGyp() variable
15 if test.format == 'android':
16 # This test currently fails on android. Investigate why, fix the issues
17 # responsible, and reenable this test on android. See bug:
19 test.skip_test(message='Test fails on android. Fix and reenable.\n')
21 test.run_gyp('configurations.gyp')
23 test.set_configuration('Release')
24 test.build('configurations.gyp')
25 test.run_built_executable('configurations', stdout="Release configuration\n")
27 test
[all...]
/external/chromium_org/tools/gyp/test/gyp-defines/
H A Dgyptest-multiple-values.py15 test = TestGyp.TestGyp() variable
18 test.run_gyp('defines.gyp')
19 test.build('defines.gyp')
20 test.must_contain('action.txt', 'value3')
25 test.run_gyp('defines.gyp')
26 if test.format == 'msvs' and not test.uses_msbuild:
29 test.build('defines.gyp', rebuild=True)
30 elif test.format == 'android':
34 test
[all...]
H A Dgyptest-regyp.py17 test = TestGyp.TestGyp(formats=['make']) variable
20 test.run_gyp('defines.gyp')
21 test.build('defines.gyp')
25 test.must_contain('action.txt', 'repeated_value')
28 test.must_not_contain(
30 test.must_contain('Makefile', '"-Dkey=value1" "-Dkey=repeated_value"')
34 test.sleep()
37 test.build('defines.gyp')
38 test.must_contain('action.txt', 'repeated_value')
40 test
[all...]
/external/chromium_org/tools/gyp/test/msvs/list_excluded/
H A Dgyptest-all.py16 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all') variable
22 test.run_gyp('hello_exclude.gyp')
25 if test.uses_msbuild:
26 test.must_not_contain('hello.vcxproj', 'hello_mac')
28 test.must_not_contain('hello.vcproj', 'hello_mac')
32 test.run_gyp('hello_exclude.gyp')
33 if test.uses_msbuild:
34 test.must_contain('hello.vcxproj', 'hello_mac')
36 test.must_contain('hello.vcproj', 'hello_mac')
42 test
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-actions.py14 test = TestGyp.TestGyp(formats=['!android']) variable
18 test.writable(test.workpath('actions'), False)
19 test.run_gyp('actions.gyp',
20 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('actions'), True)
26 test.relocate('actions', 'relocate/actions')
27 test.relocate('gypfiles', 'relocate/gypfiles')
29 test
[all...]
H A Dgyptest-relocate.py15 test = TestGyp.TestGyp(formats=['!android']) variable
17 test.writable(test.workpath('src'), False)
19 test.run_gyp('prog1.gyp',
21 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('src'), True)
26 test.relocate('src', 'relocate/src')
27 test.relocate('gypfiles', 'relocate/gypfiles')
29 test
[all...]
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-default.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('actions.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('actions.gyp', chdir='relocate/src')
27 if test.format == 'xcode':
31 test.run_built_executable('program', chdir=chdir, stdout=expect)
38 if test.format == 'xcode':
42 test.run_built_executable('program2', chdir=chdir, stdout=expect)
44 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
45 test
[all...]
/external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_is_lock_free.pass.cpp24 test() function
40 test<A>();
41 test<char>();
42 test<signed char>();
43 test<unsigned char>();
44 test<short>();
45 test<unsigned short>();
46 test<int>();
47 test<unsigned int>();
48 test<lon
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
H A Dsize_pointer_size.pass.cpp23 test(S s, typename S::size_type pos, const typename S::value_type* str, function
46 test(S(""), 0, "", 0, S(""));
47 test(S(""), 0, "12345", 0, S(""));
48 test(S(""), 0, "12345", 1, S("1"));
49 test(S(""), 0, "12345", 2, S("12"));
50 test(S(""), 0, "12345", 4, S("1234"));
51 test(S(""), 0, "12345", 5, S("12345"));
52 test(S(""), 0, "1234567890", 0, S(""));
53 test(S(""), 0, "1234567890", 1, S("1"));
54 test(
[all...]
/external/chromium_org/tools/gyp/test/msvs/express/
H A Dgyptest-express.py14 test = TestGyp.TestGyp(formats=['msvs']) variable
16 test.run_gyp('express.gyp', '-G', 'msvs_version=2005')
17 test.must_contain('express.sln', '(base)')
19 test.run_gyp('express.gyp', '-G', 'msvs_version=2008')
20 test.must_contain('express.sln', '(base)')
22 test.run_gyp('express.gyp', '-G', 'msvs_version=2005e')
23 test.must_not_contain('express.sln', '(base)')
25 test.run_gyp('express.gyp', '-G', 'msvs_version=2008e')
26 test.must_not_contain('express.sln', '(base)')
29 test
[all...]
/external/chromium_org/tools/gyp/test/same-target-name-different-directory/
H A Dgyptest-all.py13 test = TestGyp.TestGyp(formats=['android', 'ninja', 'make']) variable
15 test.run_gyp('subdirs.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
20 test.build('subdirs.gyp', 'target', chdir='relocate/src')
21 test.must_exist('relocate/src/subdir1/action1.txt')
22 test.must_exist('relocate/src/subdir2/action2.txt')
26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src')
27 test.must_exist('relocate/src/subdir1/action.txt')
28 test.must_exist('relocate/src/subdir2/action.txt')
32 test
[all...]
/external/chromium_org/tools/gyp/test/actions-multiple/
H A Dgyptest-all.py15 test = TestGyp.TestGyp() variable
17 test.run_gyp('actions.gyp', chdir='src')
19 test.relocate('src', 'relocate/src')
31 # This sub-test can only be done with generators/build tools that can
33 if test.format in ['make', 'ninja']:
35 if test.format == 'make':
37 elif test.format == 'ninja':
44 test.build('actions.gyp', chdir='relocate/src', target=target)
45 test.must_contain('relocate/src/multi2.txt', 'hello there')
46 test
[all...]
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-define-override.py14 test = TestGyp.TestGyp() variable
18 if test.format == 'cmake':
26 test.run_gyp('defines.gyp', '-D', 'OS=fakeos')
27 test.build('defines.gyp', stderr=expect_stderr)
28 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
30 os.remove(test.built_file_path('fakeosprogram', type=test.EXECUTABLE))
33 test.run_gyp('defines.gyp')
34 test
[all...]
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-sourceless-module.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='sourceless-module')
21 test.build('test.gyp', 'empty_bundle', chdir='sourceless-module')
22 test.built_file_must_not_exist(
26 test.build('test.gyp', 'resource_bundle', chdir='sourceless-module')
28 test.built_file_must_exist(
31 test
[all...]
/external/chromium_org/tools/gyp/test/rename/
H A Dgyptest-filecase.py14 test = TestGyp.TestGyp() variable
16 test.run_gyp('test.gyp', chdir=CHDIR)
17 test.build('test.gyp', test.ALL, chdir=CHDIR)
20 test.write('filecase/test.gyp',
21 test.read('filecase/test
[all...]
/external/chromium_org/tools/gyp/test/actions-bare/
H A Dgyptest-bare.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('bare.gyp', chdir='src')
16 test.relocate('src', 'relocate/src')
17 test.build('bare.gyp', chdir='relocate/src')
21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
23 test.pass_test()
/external/chromium_org/tools/gyp/test/actions-none/
H A Dgyptest-none.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('none_with_source_files.gyp', chdir='src')
16 test.relocate('src', 'relocate/src')
17 test.build('none_with_source_files.gyp', chdir='relocate/src')
21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
23 test.pass_test()
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-updir.py15 test = TestGyp.TestGyp(formats=['!android']) variable
16 test.run_gyp('copies-updir.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src')
20 test.built_file_must_match('../copies-out-updir/file1',
24 test.pass_test()
/external/chromium_org/tools/gyp/test/dependency-copy/
H A Dgyptest-copy.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('copies.gyp', chdir='src')
17 test.build('copies.gyp', 'proj2', chdir='src')
19 test.run_built_executable('proj1',
22 test.run_built_executable('proj2',
26 test.pass_test()
/external/chromium_org/tools/gyp/test/hello/
H A Dgyptest-target.py14 test = TestGyp.TestGyp(workdir='workarea_target') variable
16 test.run_gyp('hello.gyp')
18 test.build('hello.gyp', 'hello')
20 test.run_built_executable('hello', stdout="Hello, world!\n")
22 test.up_to_date('hello.gyp', 'hello')
24 test.pass_test()
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared.py15 test = TestGyp.TestGyp() variable
17 if test.format == 'android':
18 # This test currently fails on android. Investigate why, fix the issues
19 # responsible, and reenable this test on android. See bug:
21 test.skip_test(message='Test fails on android. Fix and reenable.\n')
23 test.run_gyp('library.gyp',
28 test.relocate('src', 'relocate/src')
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test
[all...]
H A Dgyptest-static.py15 test = TestGyp.TestGyp() variable
17 if test.format == 'android':
18 # This test currently fails on android. Investigate why, fix the issues
19 # responsible, and reenable this test on android. See bug:
21 test.skip_test(message='Test fails on android. Fix and reenable.\n')
23 test.run_gyp('library.gyp',
28 test.relocate('src', 'relocate/src')
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test
[all...]
/external/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions.py14 test = TestGyp.TestGyp() variable
16 test.run_gyp('many-actions.gyp')
17 test.build('many-actions.gyp', test.ALL)
19 test.built_file_must_exist('generated_%d.h' % i)
20 test.pass_test()
/external/chromium_org/tools/gyp/test/rules-variables/
H A Dgyptest-rules-variables.py13 test = TestGyp.TestGyp(formats=['ninja']) variable
15 test.relocate('src', 'relocate/src')
17 test.run_gyp('variables.gyp', chdir='relocate/src')
19 test.build('variables.gyp', chdir='relocate/src')
21 test.run_built_executable('all_rule_variables',
26 test.pass_test()

Completed in 2512 milliseconds

1234567891011>>