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

1 2

  /external/chromium_org/tools/gyp/test/msvs/buildevents/
gyptest-msbuild-supports-prepostbuild.py 17 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/chromium_org/tools/gyp/test/intermediate_dir/
gyptest-intermediate-dir.py 19 test.must_contain(intermediate_file1, 'target1')
22 test.must_contain(shared_intermediate_file1, 'shared_target1')
32 test.must_contain(intermediate_file1, 'target1')
33 test.must_contain(intermediate_file2, 'target2')
39 test.must_contain(shared_intermediate_file1, 'shared_target2')
40 test.must_contain(shared_intermediate_file2, 'shared_target2')
  /external/chromium_org/tools/gyp/test/msvs/filters/
gyptest-filters-2008.py 23 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('''\
gyptest-filters-2010.py 25 test.must_contain('three_files_in_two_folders.vcxproj.filters', '''\
39 test.must_contain('nested_folders.vcxproj.filters', '''\
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 45 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/chromium_org/tools/gyp/test/msvs/express/
gyptest-express.py 17 test.must_contain('express.sln', '(base)')
20 test.must_contain('express.sln', '(base)')
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-env-order.py 46 test.must_contain(info_plist, '''\
49 test.must_contain(info_plist, '''\
52 test.must_contain(info_plist, '''\
56 test.must_contain(info_plist, '''\
59 test.must_contain(info_plist, '''\
62 test.must_contain(info_plist, '''\
66 test.must_contain(info_plist, '''\
69 test.must_contain(info_plist, '''\
77 test.must_contain(info_plist, '''\
82 test.must_contain(info_plist, '''
    [all...]
gyptest-infoplist-process.py 27 test.must_contain(info_plist, 'Foo')
28 test.must_contain(info_plist, 'Bar')
36 test.must_contain(info_plist, 'com.google.Test') # Normal expansion works.
37 test.must_contain(info_plist, 'Foo (Bar)')
38 test.must_contain(info_plist, 'PROCESSED_KEY2')
47 test.must_contain(info_plist, 'com.google.Test') # Normal expansion works.
48 test.must_contain(info_plist, 'PROCESSED_KEY1')
49 test.must_contain(info_plist, 'PROCESSED_KEY2')
gyptest-action-envvars.py 24 test.must_contain(result_file, 'Test output')
28 test.must_contain(other_result_file, 'Other output')
gyptest-non-strs-flattened-to-env.py 26 test.must_contain(info_plist, '''\
29 test.must_contain(info_plist, '''\
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-optimizations.py 26 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_file, '/Ob0'
    [all...]
gyptest-link-pgo.py 31 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(vcproj, 'test_pgo.pgd'
    [all...]
gyptest-cl-debug-format.py 33 test.must_contain(ninja_file, '/Z7')
37 test.must_contain(ninja_file, '/Zi')
41 test.must_contain(ninja_file, '/ZI')
gyptest-link-mapfile.py 27 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/chromium_org/tools/gyp/test/msvs/list_excluded/
gyptest-all.py 34 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/chromium_org/tools/gyp/test/msvs/uldi2010/
gyptest-all.py 18 test.must_contain('hello.vcxproj', '<UseLibraryDependencyInputs>false')
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 25 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')
gyptest-multiple-values.py 20 test.must_contain('action.txt', 'value3')
38 test.must_contain('action.txt', 'repeated_value')
  /external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py 36 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/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
gyptest-make_global_settings.py 44 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
45 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
  /external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py 33 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/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-env-toolchain.py 64 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/chromium_org/tools/gyp/test/make/
gyptest-dependencies.py 21 test.must_contain(deps_file, "main.h")
  /external/chromium_org/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py 40 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/chromium_org/tools/gyp/test/msvs/shared_output/
gyptest-shared_output.py 35 test.must_contain('pull_in_there.vcxproj',
38 test.must_contain('pull_in_there.vcproj',

Completed in 246 milliseconds

1 2