HomeSort by relevance Sort by last modified time
    Searched full:must_match (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/gyp/test/rules/
gyptest-all.py 47 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
48 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n')
50 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n')
51 test.must_match('relocate/src/subdir2/file2.out2', 'Hello from file2.in\n')
53 test.must_match('relocate/src/external/file1.external_rules.out',
55 test.must_match('relocate/src/external/file2.external_rules.out',
gyptest-default.py 44 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
45 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n')
47 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n')
48 test.must_match('relocate/src/subdir2/file2.out2', 'Hello from file2.in\n')
50 test.must_match('relocate/src/external/file1.external_rules.out',
52 test.must_match('relocate/src/external/file2.external_rules.out',
  /external/chromium_org/tools/gyp/test/rules-dirname/
gyptest-dirname.py 32 test.must_match('relocate/src/subdir/foo/bar/baz.printed',
34 test.must_match('relocate/src/subdir/a/b/c.printed', os.path.join('a', 'b'))
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-copies.py 38 test.must_match(['relocate', 'copies', 'copies-out', 'file1'],
47 test.must_match([chdir, 'Default', 'copies-out', 'file2'], "file2 contents\n")
49 test.must_match(['relocate', 'copies', 'subdir', 'copies-out', 'file3'],
58 test.must_match([chdir, 'Default', 'copies-out', 'file4'], "file4 contents\n")
gyptest-rules.py 50 test.must_match('relocate/rules/subdir2/rules-out/file1.out',
52 test.must_match('relocate/rules/subdir2/rules-out/file2.out',
54 test.must_match('relocate/rules/subdir2/rules-out/file3.out',
56 test.must_match('relocate/rules/subdir2/rules-out/file4.out',
gyptest-actions.py 55 test.must_match('relocate/actions/subdir2/actions-out/file.out',
  /external/chromium_org/tools/gyp/test/msvs/external_builder/
gyptest-all.py 28 test.must_match('msbuild_rule.out', 'msbuild_rule.py hello.z a b c')
29 test.must_match('msbuild_action.out', 'msbuild_action.py x y z')
43 test.must_match('external_builder.out', 'external_builder.py build 1 2 3')
56 test.must_match('external_builder.out', 'external_builder.py clean 4 5')
  /external/chromium_org/tools/gyp/test/actions/
gyptest-default.py 30 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
31 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
33 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
34 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2')
41 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
42 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2')
57 test.must_match('relocate/src/subdir2/file.out', "Hello from make-file.py\n")
gyptest-all.py 32 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
33 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
35 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
36 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2')
43 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
44 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2')
59 test.must_match('relocate/src/subdir2/file.out', "Hello from make-file.py\n")
  /external/chromium_org/tools/gyp/test/custom-generator/
gyptest-custom-generator.py 16 test.must_match('MyBuildFile', 'Testing...\n')
  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-copy-bundle.py 36 test.must_match(final_resource_path,
51 test.must_match(final_resource_path, 'New text\n')
  /external/chromium_org/tools/gyp/test/copies/
gyptest-all.py 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
gyptest-default.py 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 45 test.must_match('file', "expected contents\n")
320 def must_match(self, file, expect, mode = 'rb'): member in class:TestCommon
TestGyp.py 149 return self.must_match(self.built_file_path(name, **kw), contents)
    [all...]

Completed in 80 milliseconds