HomeSort by relevance Sort by last modified time
    Searched refs:built_file_must_not_exist (Results 1 - 18 of 18) sorted by null

  /external/v8/tools/gyp/test/hard_dependency/
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)
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/v8/tools/gyp/test/mac/
gyptest-sourceless-module.py 25 test.built_file_must_not_exist(
34 test.built_file_must_not_exist(
56 test.built_file_must_not_exist(
gyptest-identical-name.py 42 test.built_file_must_not_exist('test-should-fail.xcodeproj')
gyptest-loadable-module.py 47 test.built_file_must_not_exist(
49 test.built_file_must_not_exist(
gyptest-postbuild-fail.py 50 test.built_file_must_not_exist('static_touch',
61 test.built_file_must_not_exist('dynamic_touch',
gyptest-framework.py 63 test.built_file_must_not_exist(
gyptest-xcode-gcc.py 57 test.built_file_must_not_exist(fail_target, chdir=CHDIR)
  /external/v8/tools/gyp/test/additional-targets/
gyptest-additional.py 33 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
34 test.built_file_must_not_exist('foolib1',
  /external/v8/tools/gyp/test/restat/
gyptest-restat.py 29 test.built_file_must_not_exist('side_effect', chdir=chdir)
  /external/v8/tools/gyp/test/subdirectory/
gyptest-subdir-all.py 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
gyptest-subdir-default.py 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
  /external/v8/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 47 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
48 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
  /external/v8/tools/gyp/test/dependencies/
gyptest-lib-only.py 30 test.built_file_must_not_exist('b', type=test.STATIC_LIB)
  /external/v8/tools/gyp/test/win/
gyptest-link-debug-info.py 23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
  /external/v8/tools/gyp/test/defines/
gyptest-define-override.py 35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
  /external/v8/tools/gyp/test/target/
gyptest-target.py 25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
  /external/v8/tools/gyp/test/lib/
TestGyp.py 166 def built_file_must_not_exist(self, name, type=None, **kw): member in class:TestGypBase
    [all...]

Completed in 179 milliseconds