Home
last modified time | relevance | path

Searched refs:expect_content (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/tools/build/test/
Dcommand_line_properties.py17 t.expect_content("bin/*/output.txt", "2")
32 t.expect_content("bin/*/output.txt", "v2")
47 t.expect_content("bin/*/output.txt", "b")
66 t.expect_content("bin*/output1.txt", "x,/:-")
67 t.expect_content("bin*/output2.txt", "x,/:-")
83 t.expect_content("bin/*/output.txt", "y")
98 t.expect_content("bin*/f1-2*/output.txt", "2")
99 t.expect_content("bin*/f1-3*/output.txt", "3")
116 t.expect_content("bin/*/output.txt", "2 4")
142 t.expect_content("bin*/v2*/f1-12/f2-22*/output.txt", "12 22 v2 xxx yyy")
[all …]
Dproject_test3.py25 t.expect_content("bin/$toolset/debug*/a.obj", """\
31 t.expect_content("bin/$toolset/debug*/a.exe",
40 t.expect_content("lib/bin/$toolset/debug*/b.obj", """\
46 t.expect_content("lib/bin/$toolset/debug*/m.exe", """\
52 t.expect_content("lib2/bin/$toolset/debug*/c.obj", """\
58 t.expect_content("lib2/bin/$toolset/debug*/d.obj", """\
64 t.expect_content("lib2/bin/$toolset/debug*/l.exe", """\
70 t.expect_content("lib2/helper/bin/$toolset/debug*/e.obj", """\
76 t.expect_content("lib3/bin/$toolset/debug*/f.obj", """\
Dlink.py33 t.expect_content("include/file1.h", "file1")
53 t.expect_content("include/file1.h", "file1")
55 t.expect_content("include/file2.h", "file2")
76 t.expect_content("include/file1.h", "file1")
79 t.expect_content("include/file2.h", "file2")
94 t.expect_content("include/file1.h", "file1")
103 t.expect_content("include/file2.h", "file2")
135 t.expect_content("include/file1.h", "file1")
137 t.expect_content("include/file2.h", "file2")
139 t.expect_content("include/nested/file3.h", "file3")
[all …]
Dproject_test4.py18 t.expect_content("bin/$toolset/debug*/a.obj",
24 t.expect_content("bin/$toolset/debug*/a.exe",
30 t.expect_content("lib/bin/$toolset/debug/optimization-speed*/b.obj",
36 t.expect_content("bin/$toolset/debug*/b.exe",
60 t.expect_content("bin/$toolset/debug*/a.exe",
Dprint.py23 t.expect_content("foo", """\"Something\"""")
34 t.expect_content("foo", """\"Something\"
46 t.expect_content("foo", """\"Different\"""")
Dcore_at_file.py22 t.expect_content("on1 on2 .txt", " test -DM1 -DM2", True)
36 t.expect_content("on1 on2 .txt", " test -DM1 -DM2", True)
Dtesting.py194 t.expect_content("bin/test.test/$toolset/debug*/test.output", """\
523 t.expect_content("bin/valid source.test/$toolset/debug*/valid source.test", \
525 t.expect_content( \
528 t.expect_content( \
Dcustom_generator.py64 t.expect_content("bin/r.obj", "rc-object")
Dsource_order.py78 t.expect_content("bin/check.order-test", """\
DBoostBuild.py746 def expect_content(self, name, content, exact=False): member in Tester
/third_party/flutter/skia/infra/bots/
Dgen_compile_isolate.py217 expect_content = f.read()
218 if content != expect_content:
220 a = expect_content.splitlines()