Searched refs:must_contain (Results 1 - 25 of 39) sorted by relevance

12

/external/v8/tools/gyp/test/msvs/buildevents/
H A Dgyptest-msbuild-supports-prepostbuild.py17 test.must_contain('main.vcproj', 'Name="VCPreBuildEventTool"')
18 test.must_contain('main.vcproj', 'Name="VCPostBuildEventTool"')
21 test.must_contain('main.vcxproj', '<PreBuildEvent>')
22 test.must_contain('main.vcxproj', '<PostBuildEvent>')
/external/v8/tools/gyp/test/msvs/filters/
H A Dgyptest-filters-2008.py23 test.must_contain('no_source_files.vcproj', '<Files/>')
25 test.must_contain('one_source_file.vcproj', strip_ws('''\
31 test.must_contain('two_source_files.vcproj', strip_ws('''\
38 test.must_contain('three_files_in_two_folders.vcproj', strip_ws('''\
50 test.must_contain('nested_folders.vcproj', strip_ws('''\
H A Dgyptest-filters-2010.py25 test.must_contain('three_files_in_two_folders.vcxproj.filters', '''\
39 test.must_contain('nested_folders.vcxproj.filters', '''\
/external/v8/tools/gyp/test/actions-multiple/
H A Dgyptest-all.py45 test.must_contain('relocate/src/multi2.txt', 'hello there')
46 test.must_contain('relocate/src/multi_dep.txt', 'hello there')
51 test.must_contain('relocate/src/output1.txt', 'hello there')
52 test.must_contain('relocate/src/output2.txt', 'hello there')
53 test.must_contain('relocate/src/output3.txt', 'hello there')
54 test.must_contain('relocate/src/output4.txt', 'hello there')
/external/v8/tools/gyp/test/msvs/list_excluded/
H A Dgyptest-all.py34 test.must_contain('hello.vcxproj', 'hello_mac')
36 test.must_contain('hello.vcproj', 'hello_mac')
46 test.must_contain('hello.vcxproj', 'hello_mac')
48 test.must_contain('hello.vcproj', 'hello_mac')
/external/v8/tools/gyp/test/gyp-defines/
H A Dgyptest-regyp.py25 test.must_contain('action.txt', 'repeated_value')
30 test.must_contain('Makefile', '"-Dkey=value1" "-Dkey=repeated_value"')
38 test.must_contain('action.txt', 'repeated_value')
H A Dgyptest-multiple-values.py21 test.must_contain('action.txt', 'value3')
34 test.must_contain('action.txt', 'repeated_value')
/external/v8/tools/gyp/test/mac/
H A Dgyptest-xcode-env-order.py49 test.must_contain(info_plist, '''\
52 test.must_contain(info_plist, '''\
55 test.must_contain(info_plist, '''\
59 test.must_contain(info_plist, '''\
62 test.must_contain(info_plist, '''\
65 test.must_contain(info_plist, '''\
69 test.must_contain(info_plist, '''\
72 test.must_contain(info_plist, '''\
80 test.must_contain(info_plist, '''\
85 test.must_contain(info_plis
[all...]
H A Dgyptest-infoplist-process.py30 test.must_contain(info_plist, 'Foo')
31 test.must_contain(info_plist, 'Bar')
39 test.must_contain(info_plist, 'com.google.Test') # Normal expansion works.
40 test.must_contain(info_plist, 'Foo (Bar)')
41 test.must_contain(info_plist, 'PROCESSED_KEY2')
50 test.must_contain(info_plist, 'com.google.Test') # Normal expansion works.
51 test.must_contain(info_plist, 'PROCESSED_KEY1')
52 test.must_contain(info_plist, 'PROCESSED_KEY2')
H A Dgyptest-non-strs-flattened-to-env.py29 test.must_contain(info_plist, '''\
32 test.must_contain(info_plist, '''\
H A Dgyptest-action-envvars.py30 test.must_contain(result_file, 'Test output')
34 test.must_contain(other_result_file, 'Other output')
/external/v8/tools/gyp/test/win/
H A Dgyptest-cl-optimizations.py26 test.must_contain(ninja_file, 'cflags = /Od')
29 test.must_contain(ninja_file, 'cflags = /O1')
32 test.must_contain(ninja_file, 'cflags = /O2')
35 test.must_contain(ninja_file, 'cflags = /Ox')
42 test.must_contain(ninja_file, '/O2')
45 test.must_contain(ninja_file, '/Oy')
49 test.must_contain(ninja_file, '/Oy-')
53 test.must_contain(ninja_file, '/Oi')
58 test.must_contain(ninja_file, '/Oi-')
62 test.must_contain(ninja_fil
[all...]
H A Dgyptest-link-pgo.py31 test.must_contain(ninja, '/LTCG:PGINSTRUMENT')
32 test.must_contain(ninja, 'test_pgo.pgd')
34 test.must_contain(ninja, '/LTCG:PGOPTIMIZE')
35 test.must_contain(ninja, 'test_pgo.pgd')
37 test.must_contain(ninja, '/LTCG:PGUPDATE')
38 test.must_contain(ninja, 'test_pgo.pgd')
42 test.must_contain(vcproj, LTCG_FORMAT % 'PGInstrument')
43 test.must_contain(vcproj, 'test_pgo.pgd')
45 test.must_contain(vcproj, LTCG_FORMAT % 'PGOptimization')
46 test.must_contain(vcpro
[all...]
H A Dgyptest-cl-debug-format.py33 test.must_contain(ninja_file, '/Z7')
37 test.must_contain(ninja_file, '/Zi')
41 test.must_contain(ninja_file, '/ZI')
H A Dgyptest-link-mapfile.py27 test.must_contain(map_file, '?AnExportedFunction@@YAXXZ')
33 test.must_contain(map_file, 'void __cdecl AnExportedFunction(void)')
41 test.must_contain(map_file, '?AnExportedFunction@@YAXXZ')
/external/v8/tools/gyp/test/intermediate_dir/
H A Dgyptest-intermediate-dir.py20 test.must_contain(intermediate_file1, 'target1')
23 test.must_contain(shared_intermediate_file1, 'shared_target1')
34 test.must_contain(intermediate_file1, 'target1')
35 test.must_contain(intermediate_file2, 'target2')
41 test.must_contain(shared_intermediate_file1, 'shared_target2')
42 test.must_contain(shared_intermediate_file2, 'shared_target2')
/external/v8/tools/gyp/test/make_global_settings/basics/
H A Dgyptest-make_global_settings.py36 test.must_contain('Makefile', cc_expected)
37 test.must_contain('Makefile', link_expected)
43 test.must_contain('out/Default/build.ninja', cc_expected)
44 test.must_contain('out/Default/build.ninja', ld_expected)
/external/v8/tools/gyp/test/msvs/uldi2010/
H A Dgyptest-all.py18 test.must_contain('hello.vcxproj', '<UseLibraryDependencyInputs>false')
/external/v8/tools/gyp/test/msvs/express/
H A Dgyptest-express.py17 test.must_contain('express.sln', '(base)')
20 test.must_contain('express.sln', '(base)')
/external/v8/tools/gyp/test/xcode-ninja/list_excluded/
H A Dgyptest-all.py25 test.must_contain(
45 test.must_contain(
/external/v8/tools/gyp/test/make_global_settings/wrapper/
H A Dgyptest-wrapper.py33 test.must_contain('Makefile', cc_expected)
34 test.must_contain('Makefile', link_expected)
43 test.must_contain('out/Default/build.ninja', cc_expected)
44 test.must_contain('out/Default/build.ninja', cc_host_expected)
45 test.must_contain('out/Default/build.ninja', ld_expected)
/external/v8/tools/gyp/test/make_global_settings/env-wrapper/
H A Dgyptest-wrapper.py40 test.must_contain('out/Default/build.ninja', cc_expected)
41 test.must_contain('out/Default/build.ninja', cc_host_expected)
42 test.must_contain('out/Default/build.ninja', ld_expected)
44 test.must_contain('out/Default/build.ninja', ldxx_expected)
/external/v8/tools/gyp/test/make_global_settings/full-toolchain/
H A Dgyptest-make_global_settings.py45 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
46 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
/external/v8/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env-toolchain.py64 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
65 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
73 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
74 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
/external/v8/tools/gyp/test/make/
H A Dgyptest-dependencies.py21 test.must_contain(deps_file, "main.h")

Completed in 457 milliseconds

12