Home
last modified time | relevance | path

Searched refs:built_file_must_not_exist (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/tools/gyp/test/hard_dependency/
Dgyptest-no-exported-hard-dependency.py31 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)
33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir=chdir)
Dgyptest-exported-hard-dependency.py33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
35 test.built_file_must_not_exist('d', type=test.STATIC_LIB, chdir=chdir)
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-sourceless-module.py22 test.built_file_must_not_exist(
31 test.built_file_must_not_exist(
53 test.built_file_must_not_exist(
Dgyptest-loadable-module.py43 test.built_file_must_not_exist(
45 test.built_file_must_not_exist(
Dgyptest-postbuild-fail.py49 test.built_file_must_not_exist('static_touch',
60 test.built_file_must_not_exist('dynamic_touch',
Dgyptest-xcode-gcc.py54 test.built_file_must_not_exist(fail_target, chdir=CHDIR)
Dgyptest-framework.py59 test.built_file_must_not_exist(
/external/chromium_org/tools/gyp/test/additional-targets/
Dgyptest-additional.py30 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
31 test.built_file_must_not_exist('foolib1',
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/
Dgyptest-action-dependencies.py38 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
39 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
/external/chromium_org/tools/gyp/test/subdirectory/
Dgyptest-subdir-default.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
Dgyptest-subdir-all.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
/external/chromium_org/tools/gyp/test/win/
Dgyptest-link-debug-info.py23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
/external/chromium_org/tools/gyp/test/restat/
Dgyptest-restat.py29 test.built_file_must_not_exist('side_effect', chdir=chdir)
/external/chromium_org/tools/gyp/test/dependencies/
Dgyptest-lib-only.py30 test.built_file_must_not_exist('b', type=test.STATIC_LIB)
/external/chromium_org/tools/gyp/test/target/
Dgyptest-target.py25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
/external/chromium_org/tools/gyp/test/defines/
Dgyptest-define-override.py35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py141 def built_file_must_not_exist(self, name, type=None, **kw): member in TestGypBase