Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py570 def GenTest(use_format, use_assert, expect_failure, argument
622 if expect_failure:
629 if expect_failure:
634 if expect_failure:
665 if expect_failure:
681 if expect_failure:
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
692 for expect_failure in [0, 1]
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py573 def GenTest(use_format, use_assert, expect_failure, argument
625 if expect_failure:
632 if expect_failure:
637 if expect_failure:
668 if expect_failure:
684 if expect_failure:
691 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
695 for expect_failure in [0, 1]
/external/google-breakpad/android/
Dtest-driver59 expect_failure=no
70 --expect-failure) expect_failure=$2; shift;;
105 case $estatus:$expect_failure in
/external/protobuf/gtest/build-aux/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/elfutils/src/config/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/google-breakpad/autotools/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/protobuf/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/libpng/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/pcre/dist/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/expat/tests/
Druntests.c83 #define expect_failure(text, errorCode, errorMessage) \ macro
172 expect_failure("<doc>&#0;</doc>", in START_TEST()
733 expect_failure("\n" in START_TEST()
830 expect_failure("<doc>&entity;</doc>", in START_TEST()
845 expect_failure(text, in START_TEST()
886 expect_failure(text, in START_TEST()
919 expect_failure(text, in START_TEST()
1309 expect_failure(text, in START_TEST()
1323 expect_failure(text, in START_TEST()
1340 expect_failure(text, in START_TEST()
[all …]
/external/jsoncpp/test/
Drunjsontests.py52 expect_failure = os.path.basename( input_path ).startswith( 'fail' )
53 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
62 if expect_failure: