Home
last modified time | relevance | path

Searched refs:result_file (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/gyp/test/mac/
Dgyptest-archs.py40 result_file = test.built_file_path('Test', chdir='archs') variable
41 test.must_exist(result_file)
47 CheckFileType(result_file, expected_type)
51 result_file = test.built_file_path('Test64', chdir='archs') variable
52 test.must_exist(result_file)
53 CheckFileType(result_file, '^Mach-O 64-bit executable x86_64$')
59 result_file = test.built_file_path( variable
61 test.must_exist(result_file)
62 CheckFileType(result_file, 'Mach-O universal binary with 2 architectures'
65 result_file = test.built_file_path( variable
[all …]
Dgyptest-postbuild-defaults.py22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, '''\
Dgyptest-action-envvars.py22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, 'Test output')
/external/chromium_org/tools/gyp/test/ios/
Dgyptest-per-config-settings.py105 result_file = test.built_file_path('Test App Gyp.bundle/Test App Gyp', variable
107 test.must_exist(result_file)
120 CheckFileType(result_file, 'armv7')
125 CheckFileType(result_file, 'i386')
132 result_file = test.built_file_path('sig_test.bundle/sig_test', variable
134 CheckSignature(result_file)
145 CheckEntitlements(result_file, expected_entitlements)
Dgyptest-archs.py58 result_file = test.built_file_path( variable
60 test.must_exist(result_file)
65 CheckFileType(result_file, expected)
/external/chromium_org/third_party/libxml/src/
Druntest.c3701 const char* result_file) { in c14nRunTest() argument
3765 if (compareFileMem(result_file, (const char *) result, ret)) { in c14nRunTest()