Searched refs:built_file_must_not_exist (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/tools/gyp/test/hard_dependency/ |
D | gyptest-no-exported-hard-dependency.py | 31 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)
|
D | gyptest-exported-hard-dependency.py | 33 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/ |
D | gyptest-sourceless-module.py | 22 test.built_file_must_not_exist( 31 test.built_file_must_not_exist( 53 test.built_file_must_not_exist(
|
D | gyptest-loadable-module.py | 43 test.built_file_must_not_exist( 45 test.built_file_must_not_exist(
|
D | gyptest-postbuild-fail.py | 49 test.built_file_must_not_exist('static_touch', 60 test.built_file_must_not_exist('dynamic_touch',
|
D | gyptest-xcode-gcc.py | 54 test.built_file_must_not_exist(fail_target, chdir=CHDIR)
|
D | gyptest-framework.py | 59 test.built_file_must_not_exist(
|
/external/chromium_org/tools/gyp/test/additional-targets/ |
D | gyptest-additional.py | 30 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/ |
D | gyptest-action-dependencies.py | 38 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/ |
D | gyptest-subdir-default.py | 29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
|
D | gyptest-subdir-all.py | 29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
|
/external/chromium_org/tools/gyp/test/win/ |
D | gyptest-link-debug-info.py | 23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
|
/external/chromium_org/tools/gyp/test/restat/ |
D | gyptest-restat.py | 29 test.built_file_must_not_exist('side_effect', chdir=chdir)
|
/external/chromium_org/tools/gyp/test/dependencies/ |
D | gyptest-lib-only.py | 30 test.built_file_must_not_exist('b', type=test.STATIC_LIB)
|
/external/chromium_org/tools/gyp/test/target/ |
D | gyptest-target.py | 25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
|
/external/chromium_org/tools/gyp/test/defines/ |
D | gyptest-define-override.py | 35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestGyp.py | 141 def built_file_must_not_exist(self, name, type=None, **kw): member in TestGypBase
|