HomeSort by: relevance | last modified time | path
    Searched refs:skipped (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/lvm2/dist/test/
harness.sh 13 skipped="$skipped $t"
14 echo " skipped."
29 echo "Tests skipped:"
30 for t in $skipped; do
harness.c 24 #define SKIPPED 1
65 void skipped(int i, char *f) { function
67 status[i] = SKIPPED;
68 printf("skipped.\n");
117 skipped(i, f);
156 printf("\n## %d tests: %d OK, %d failed, %d skipped\n",
166 case SKIPPED:
167 printf("skipped: %s\n", argv[i]);
  /src/external/apache2/llvm/dist/clang/utils/TestUtils/
pch-test.pl 16 my $skipped = 0;
48 $skipped++;
54 print("$skipped tests skipped ('x')\n")
  /src/external/bsd/kyua-cli/dist/integration/
cmd_report_test.sh 74 ===> Skipped tests
75 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
78 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
86 ===> Skipped tests
87 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
90 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
150 ===> Skipped tests
151 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
154 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
167 ===> Skipped test
    [all...]
cmd_test_test.sh 42 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
91 first:skip -> skipped: The reason for skipping is this [S.UUUs]
93 second:skip -> skipped: The reason for skipping is this [S.UUUs]
95 third:skip -> skipped: The reason for skipping is this [S.UUUs]
96 fourth:main -> skipped: Required file '/non-existent/foo' not found [S.UUUs]
129 third:skip -> skipped: The reason for skipping is this [S.UUUs]
246 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
277 subdir/simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs]
300 first:skip -> skipped: The reason for skipping is this [S.UUUs]
431 first:skip -> skipped: The reason for skipping is this [S.UUUs
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
test_result.hpp 61 skipped, enumerator in enum:engine::test_result::result_type
test_result_test.cpp 139 PARSE_TEST(skipped); variable
181 GETTERS_TEST(skipped, test_result::skipped, "The reason",
182 test_result(test_result::skipped, "The reason"));
189 GOOD_TEST(skipped, true, test_result::skipped);
201 OUTPUT_TEST(skipped, "test_result{type='skipped', reason='last message'}",
202 test_result(test_result::skipped, "last message"));
test_result.cpp 104 } else if (type == "skipped") {
105 return test_result(skipped, reason);
141 case skipped:
192 case test_result::skipped: result_name = "skipped"; break;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
skip-two.exp 32 {Function dupname will be skipped when stepping\.}
64 {File thefile\.cc will be skipped when stepping\.}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
skip-two.exp 32 {Function dupname will be skipped when stepping\.}
64 {File thefile\.cc will be skipped when stepping\.}
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_ca_internals.t 122 my $skipped = 0;
142 $skipped = 1;
158 if ($skipped) {
  /src/external/bsd/kyua-atf-compat/dist/
atf-report_test.sh 45 Test cases: 0 total, 0 skipped, 0 expected failures, 0 broken, 0 failed
67 program1:skip -> skipped: Skipped reason [X.XXXs]
69 program2:skip -> skipped: Skipped reason [X.XXXs]
71 ===> Skipped tests
72 program1:skip -> skipped: Skipped reason [X.XXXs]
73 program2:skip -> skipped: Skipped reason [X.XXXs
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 29 # someotherfile.s: skipped: same content
38 # funcname3 [2/XX]: skipped: same content
275 skipped = []
285 skipped.append(basename)
291 if len(skipped) > 0:
292 info("Skipped (same content): %s" % format_namelist(skipped))
302 assert basename in skipped
334 skipped = []
341 skipped.append(name
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 199 size_t skipped = 0; local
211 skipped += nread;
217 return skipped;
258 size_t skipped = _skip_compressed(toskip); local
260 if (skipped != toskip)
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report.cpp 227 titles[engine::test_result::skipped] = "Skipped tests";
240 const std::size_t skipped = count_results(test_result::skipped); local
242 const std::size_t total = broken + failed + passed + skipped + xfail;
246 _writer(F("Test cases: %s total, %s skipped, %s expected failures, "
248 total % skipped % xfail % broken % failed);
  /src/usr.bin/make/unit-tests/
directive-for-lines.mk 7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
varparse-undef-partial.mk 4 # initial '$' of the expression is skipped by the parser, while
14 # therefore the initial '$' of that whole expression is skipped by the parser
46 # Should the whole expression be skipped for now, or should the inner
deptgt-makeflags.mk 54 # An empty command line is skipped.
61 # skipped since it is whitespace (see Parse_IsVar).
69 # literal newline now. This prevents the newline from being skipped during
110 # command line, the whole command line is skipped.
directive-elif.exp 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
directive-export-literal.mk 13 # .export-literal can be skipped, to avoid a setenv call, which may leak
varmisc.exp 8 :D skipped if var undef
10 :U skipped when var set
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
run.py 45 be marked SKIPPED.
57 skipped = lit.Test.Result(lit.Test.SKIPPED)
60 test.setResult(skipped)
  /src/external/mpl/bind/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 57 kSkip // Skipped.
90 // Returns true if and only if the test part was skipped.
91 bool skipped() const { return type_ == kSkip; } function in class:testing::TestPartResult
  /src/usr.sbin/bootp/common/
dovend.c 316 * too large to fit are skipped; any remaining tags are tried until they
326 int skipped = 0;
346 skipped += numbytes;
357 return (skipped);
324 int skipped = 0; local

Completed in 35 milliseconds

1 2 3 4 5 6