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

  /external/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 30 result_file = test.built_file_path('Test', chdir='archs') variable
31 test.must_exist(result_file)
33 #CheckFileType(result_file, '^Mach-O executable i386')
37 result_file = test.built_file_path('Test64', chdir='archs') variable
38 test.must_exist(result_file)
39 CheckFileType(result_file, '^Mach-O 64-bit executable x86_64$')
45 result_file = test.built_file_path( variable
47 test.must_exist(result_file)
48 CheckFileType(result_file, 'Mach-O universal binary with 2 architectures'
51 result_file = test.built_file_path variable
57 result_file = test.built_file_path( variable
63 result_file = test.built_file_path('Test App.app\/Contents\/MacOS\/Test App', variable
    [all...]
gyptest-action-envvars.py 22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, 'Test output')
gyptest-postbuild-defaults.py 22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, '''\
  /external/chromium_org/third_party/libxml/src/
runtest.c     [all...]

Completed in 233 milliseconds