Searched refs:expect_failure (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 570 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/ |
D | gen_gtest_pred_impl.py | 573 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/ |
D | test-driver | 59 expect_failure=no 70 --expect-failure) expect_failure=$2; shift;; 105 case $estatus:$expect_failure in
|
/external/protobuf/gtest/build-aux/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/elfutils/src/config/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/google-breakpad/autotools/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/protobuf/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/libpng/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/pcre/dist/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/external/expat/tests/ |
D | runtests.c | 83 #define expect_failure(text, errorCode, errorMessage) \ macro 172 expect_failure("<doc>�</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/ |
D | runjsontests.py | 52 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:
|