HomeSort by: relevance | last modified time | path
    Searched refs:testvar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-lexical-block-bare.exp 44 {DW_AT_name testvar}
64 # FAILing GDB did print: No symbol "testvar" in current context.
65 gdb_test "p testvar" { = -?[0-9]+}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-lexical-block-bare.exp 44 {DW_AT_name testvar}
64 # FAILing GDB did print: No symbol "testvar" in current context.
65 gdb_test "p testvar" { = -?[0-9]+}
  /src/external/bsd/atf/dist/tools/
misc_helpers.cpp 134 ATF_TEST_CASE(testvar); variable
135 ATF_TEST_CASE_HEAD(testvar)
139 ATF_TEST_CASE_BODY(testvar)
141 if (!has_config_var("testvar"))
142 fail("testvar variable not defined");
143 std::cout << "testvar: " << get_config_var("testvar") << "\n";
412 if (which == "testvar")
413 ATF_ADD_TEST_CASE(tcs, testvar);
atf-run_test.sh 216 create_helper testvar
218 echo "Checking that 'testvar' is not defined."
222 echo "Checking that defining 'testvar' through '-v' works."
223 atf_check -s eq:0 -o match:'testvar: a value' -e ignore -x \
224 "ATF_CONFDIR=$(pwd)/etc atf-run -v testvar='a value' helper"
226 echo "Checking that defining 'testvar' through the configuration" \
232 testvar = "value in conf file"
234 atf_check -s eq:0 -o match:'testvar: value in conf file' -e ignore -x \
237 echo "Checking that defining 'testvar' through -v overrides the" \
239 atf_check -s eq:0 -o match:'testvar: a value' -e ignore -x
    [all...]

Completed in 25 milliseconds