Searched refs:must_not_contain (Results 1 - 14 of 14) sorted by relevance

/external/v8/tools/gyp/test/ninja/empty-and-non-empty-duplicate-name/
H A Dgyptest-empty-and-non-empty-duplicate-name.py20 test.must_not_contain('out/Default/build.ninja', 'build empty_target: phony\r')
21 test.must_not_contain('out/Default/build.ninja', 'build empty_target: phony\n')
/external/v8/tools/gyp/test/msvs/express/
H A Dgyptest-express.py23 test.must_not_contain('express.sln', '(base)')
26 test.must_not_contain('express.sln', '(base)')
/external/v8/tools/gyp/test/win/
H A Dgyptest-cl-debug-format.py27 test.must_not_contain(ninja_file, '/Z7')
28 test.must_not_contain(ninja_file, '/Zi')
29 test.must_not_contain(ninja_file, '/ZI')
H A Dgyptest-cl-optimizations.py38 test.must_not_contain(ninja_file, '/Od')
39 test.must_not_contain(ninja_file, '/O1')
40 test.must_not_contain(ninja_file, '/Ox')
46 test.must_not_contain(ninja_file, '/Oy-')
54 test.must_not_contain(ninja_file, '/Oi-')
74 test.must_not_contain(ninja_file, '/Os')
75 test.must_not_contain(ninja_file, '/Ot')
95 test.must_not_contain(ninja_file, '/GF')
103 test.must_not_contain(ninja_file, '/GT')
H A Dgyptest-link-mapfile.py28 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
42 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
/external/v8/tools/gyp/test/msvs/list_excluded/
H A Dgyptest-all.py26 test.must_not_contain('hello.vcxproj', 'hello_mac')
28 test.must_not_contain('hello.vcproj', 'hello_mac')
/external/v8/tools/gyp/test/make_global_settings/ld/
H A Dgyptest-make_global_settings_ld.py37 test.must_not_contain('Makefile', 'LD ?= ')
63 test.must_not_contain('Makefile', 'LD.host ?= ')
123 test.must_not_contain('Makefile', 'my_ld_target2')
124 test.must_not_contain('Makefile', 'my_ld_host2')
126 test.must_not_contain('out/Default/build.ninja', 'my_ld_target2')
127 test.must_not_contain('out/Default/build.ninja', 'my_ld_host2')
/external/v8/tools/gyp/test/gyp-defines/
H A Dgyptest-regyp.py28 test.must_not_contain(
/external/v8/tools/gyp/test/xcode-ninja/list_excluded/
H A Dgyptest-all.py35 test.must_not_contain(
/external/v8/tools/gyp/test/make_global_settings/ar/
H A Dgyptest-make_global_settings_ar.py37 test.must_not_contain('Makefile', 'AR ?= ')
/external/v8/tools/gyp/test/mac/
H A Dgyptest-app-assets-catalog.py58 test.must_not_contain(info_plist, '${MACOSX_DEPLOYMENT_TARGET}');
H A Dgyptest-app.py62 test.must_not_contain(info_plist, '${MACOSX_DEPLOYMENT_TARGET}');
/external/v8/tools/gyp/test/lib/
H A DTestCommon.py49 test.must_not_contain('file', 'banned text\n')
348 def must_not_contain(self, file, banned, mode = 'rb'): member in class:TestCommon
H A DTestGyp.py191 return self.must_not_contain(self.built_file_path(name, **kw), contents)

Completed in 294 milliseconds