Searched refs:expect_output_lines (Results 1 – 25 of 41) sorted by relevance
12
/third_party/boost/tools/build/test/ |
D | conditionals_multiple.py | 74 t.expect_output_lines("description: /d/" ) 75 t.expect_output_lines("description: /a0/" , False) 76 t.expect_output_lines("description: /a1/" ) 77 t.expect_output_lines("description: /a0-b0/" , False) 78 t.expect_output_lines("description: /a0-b1/" , False) 79 t.expect_output_lines("description: /a1-b0/" , False) 80 t.expect_output_lines("description: /a1-b1/" ) 81 t.expect_output_lines("description: /a0-b0-c0/", False) 82 t.expect_output_lines("description: /a0-b0-c1/", False) 83 t.expect_output_lines("description: /a0-b1-c1/", False) [all …]
|
D | configuration.py | 108 t.expect_output_lines(explicitConfigLoadMessage, False) 109 t.expect_output_lines(disabledConfigLoadMessage, False) 110 t.expect_output_lines(testMessage % configFileNames[0], False) 111 t.expect_output_lines(testMessage % configFileNames[1], False) 112 t.expect_output_lines(testMessage % configFileNames[2], False) 115 t.expect_output_lines(implicitConfigLoadMessage, False) 116 t.expect_output_lines(explicitConfigLoadMessage, False) 117 t.expect_output_lines(disabledConfigLoadMessage) 118 t.expect_output_lines(testMessage % configFileNames[0], False) 119 t.expect_output_lines(testMessage % configFileNames[1], False) [all …]
|
D | core_nt_cmd_line.py | 60 t.expect_output_lines("do_empty all") 61 t.expect_output_lines("Executing raw command directly", False) 115 t.expect_output_lines("Executing raw command directly", False) 116 t.expect_output_lines("do_echo action is too long (%d, max 32766):" % n 118 t.expect_output_lines("XXX: *", False) 120 t.expect_output_lines("Executing raw command directly") 121 t.expect_output_lines("do_echo action is too long*", False) 156 t.expect_output_lines("do_multiline all") 157 t.expect_output_lines("one") 158 t.expect_output_lines("two") [all …]
|
D | core_action_output.py | 33 t.expect_output_lines("{{{ 1 }}}") 34 t.expect_output_lines("stdout") 35 t.expect_output_lines("stderr") 39 t.expect_output_lines("{{{ 2 }}}") 40 t.expect_output_lines("stdout") 41 t.expect_output_lines("stderr") 45 t.expect_output_lines("{{{ 3 }}}") 46 t.expect_output_lines("stdout") 47 t.expect_output_lines("stderr*", False) 51 t.expect_output_lines("{{{ 4 }}}") [all …]
|
D | configure.py | 35 t.expect_output_lines([ 45 t.expect_output_lines([ 52 t.expect_output_lines([ 62 t.expect_output_lines([ 70 t.expect_output_lines([ 77 t.expect_output_lines([ 98 t.expect_output_lines([ 129 t.expect_output_lines([ 137 t.expect_output_lines([ 143 t.expect_output_lines([ [all …]
|
D | default_toolset.py | 97 t.expect_output_lines(configuring_default_toolset_message % toolset_name) 98 t.expect_output_lines(message_loaded) 99 t.expect_output_lines(message_initialized) 100 t.expect_output_lines("descriptions: /stand-alone/ /toolset/ " 102 t.expect_output_lines("toolset: /%s/" % toolset_name) 103 t.expect_output_lines("toolset-version: /%s/" % toolset_version) 132 t.expect_output_lines(configuring_default_toolset_message % 195 t.expect_output_lines(configuring_default_toolset_message % toolset_name) 196 t.expect_output_lines("descriptions: /conditioned-requirement/ " 198 t.expect_output_lines("toolset: /%s/" % toolset_name)
|
D | project_id.py | 113 t.expect_output_lines("""\ 128 t.expect_output_lines("""\ 148 t.expect_output_lines("""\ 287 t.expect_output_lines("""\ 295 t.expect_output_lines("""\ 303 t.expect_output_lines("""\ 312 t.expect_output_lines("""\ 317 t.expect_output_lines("*could not resolve project reference*", False)
|
D | core_source_line_tracking.py | 17 t.expect_output_lines('file.jam:4: unmatched " in string at keyword =') 18 t.expect_output_lines("file.jam:4: syntax error at EOF") 34 t.expect_output_lines("file.jam:2: in module scope") 35 t.expect_output_lines("file.jam:1:see definition of rule 'f' being called") 43 t.expect_output_lines("file.jam:1: syntax error at EOF") 53 t.expect_output_lines("file.jam 2 module scope")
|
D | core_fail_expected.py | 25 t.expect_output_lines("...failed*", False) 46 t.expect_output_lines("...failed pass t1...") 75 t.expect_output_lines("...failed*", False) 76 t.expect_output_lines("pass t1", False) 106 t.expect_output_lines("pass t2") 130 t.expect_output_lines("pass t2", False)
|
D | sort_rule.py | 44 t.expect_output_lines("starting up") 45 t.expect_output_lines("done") 46 t.expect_output_lines("SORT error", False) 84 t.expect_output_lines("starting up") 85 t.expect_output_lines("done")
|
D | core_d12.py | 25 t.expect_output_lines("a all") 26 t.expect_output_lines("b all", False) 29 t.expect_output_lines("a all") 30 t.expect_output_lines("b all")
|
D | core_at_file.py | 20 t.expect_output_lines("file: on1 on2 .txt"); 34 t.expect_output_lines(' echo file: "on1 on2 .txt" '); 49 t.expect_output_lines(" test -DM1 -DM2") 61 t.expect_output_lines(" test -DM1 -DM2")
|
D | core_variables_in_actions.py | 37 t.expect_output_lines("From rule: 1 seconds 2 seconds 3 seconds") 38 t.expect_output_lines('*From action: 1" 2" 3" seconds"*')
|
D | build_file.py | 39 t.expect_output_lines("*depends on itself*", False) 93 t.expect_output_lines("don't know how to make*" + obj) 151 t.expect_output_lines("*depends on itself*", False)
|
D | project_root_constants.py | 20 t.expect_output_lines("foobar gee") 60 t.expect_output_lines("d: foo\nd2: foo\nd2: bar\nHello 10")
|
D | abs_workdir.py | 20 t.expect_output_lines("*%s*" % tempfile.gettempdir(), False) 21 t.expect_output_lines("*build/v2/test*")
|
D | rootless.py | 15 t.expect_output_lines("error: no Jamfile in current directory*") 23 t.expect_output_lines("warning: the --build-dir option will be ignored")
|
D | test_rc.py | 128 t.expect_output_lines("*NOEXEC*", noexec) 130 t.expect_output_lines("compile.resource.dummy *%s" % obj_file, expect)
|
D | alternatives.py | 91 t.expect_output_lines("error: No best alternative for ./a") 101 t.expect_output_lines("error: No best alternative for ./a")
|
D | indirect_conditional.py | 141 t.expect_output_lines(["My sources:", "bar.cpp"], False) 142 t.expect_output_lines("error: Reference to the project currently being "
|
D | feature_implicit_dependency.py | 111 t.expect_output_lines(["aaa path: bin/a-loc", "bbb path: bin/b-loc"])
|
D | core_option_l.py | 42 t.expect_output_lines("2 second time limit exceeded")
|
D | core_jamshell.py | 49 t.expect_output_lines([
|
D | gcc_runtime.py | 18 t.expect_output_lines("warning: On gcc, DLLs can not be built with "
|
D | double_loading.py | 18 t.expect_output_lines("Loaded subdir")
|
12