Home
last modified time | relevance | path

Searched refs:failing (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/v8/tools/clang/pylib/clang/
Dplugin_testing.py63 failing = []
80 failing.append(test_name)
86 len(passing) + len(failing), len(passing), len(failing))
87 for test in failing:
89 return len(failing)
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc260 FailingDelegate failing; in TEST() local
262 EXPECT_TRUE(PerformInjectiveMultimap(map, &failing)); in TEST()
267 FailingDelegate failing; in TEST() local
270 EXPECT_TRUE(PerformInjectiveMultimap(map, &failing)); in TEST()
275 FailingDelegate failing; in TEST() local
278 EXPECT_FALSE(PerformInjectiveMultimap(map, &failing)); in TEST()
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh246 local failing
269 failing=$subsys1
280 failing=$subsys1,$subsys2
284 mount -t cgroup -o $failing xxx $mntpoint/ 2> /dev/null
286 tst_res TFAIL "mount $failing should fail"
/external/llvm/docs/
DFaultMaps.rst14 is profitable to make the non-failing case cheaper even if it makes
15 the failing case significantly more expensive. This asymmetry can be
113 1. The case where the pointer is actually null (i.e. the "failing"
116 2. The failing path heals the implicit null check into an explicit
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFaultMaps.rst14 is profitable to make the non-failing case cheaper even if it makes
15 the failing case significantly more expensive. This asymmetry can be
119 1. The case where the pointer is actually null (i.e. the "failing"
122 2. The failing path heals the implicit null check into an explicit
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt12 :test-result: FAIL A failing expression with a non streamable type is still captured
61 :test-result: FAIL Matchers can be composed with both && and || - failing
63 :test-result: FAIL Matchers can be negated (Not) with the ! operator - failing
64 :test-result: FAIL Mismatching exception messages failing the test
125 :test-result: FAIL checkedElse, failing
127 :test-result: FAIL checkedIf, failing
/external/mockito/src/test/java/org/mockitousage/annotation/
DMockInjectionUsingSetterOrPropertyTest.java131 Object failing = new Object() { in should_report_nicely() local
135 MockitoAnnotations.initMocks(failing); in should_report_nicely()
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Dlibjingle_peerconnection_unittest.gtest-memcheck.txt1 # Tests that are failing when run under memcheck.
/external/protobuf/conformance/
Dfailure_list_objc.txt1 # No tests currently failing.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0.rst16 Calling Py_Initialize() twice does nothing, instead of failing with a fatal
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_oauth2.cc185 static grpc_auth_metadata_processor test_processor_create(int failing) { in test_processor_create() argument
192 if (failing) { in test_processor_create()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/
Dvect-extract-i1-debug.ll4 ; Make sure that this doesn't crash. Debug option enabled a failing assertion
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dcontrol15 Ensures the dm-verity module is properly failing on invalid data
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dcmp64.ll4 ; copies (JustCC -> DP), failing because JustCC can only be copied to D.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
Dcoverage.txt12 1 is failing on test implementation. It appears clock() is always returning 0.
/external/curl/tests/data/
Dtest123325 FTP failing to connect to EPSV port, switching to PASV
Dtest14725 FTP with --ftp-create-dirs (failing CWD)
Dtest14822 FTP with --ftp-create-dirs (failing MKD)
/external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
Dcontrol13 # TODO(crbug/763474) Disabled since it is currently failing constantly.
/external/autotest/server/site_tests/enterprise_CFM_AutoZoomSanity/
Dcontrol13 # TODO(https://crbug.com/887848): Disabled since it is constantly failing.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dnoreturn-noepilog.ll4 ; This test is failing after post-ra machine sinking.
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache16 SMART value is failing or eMMC wear out is in 90-100% band or higher.
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dcontrol20 Ensures the dm-verity module is properly failing on invalid data
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/
D2004-03-14-DominanceProblem.ll2 ; This testcase is failing the loop extractor because not all exit blocks
/external/llvm/test/Transforms/CodeExtractor/
D2004-03-14-DominanceProblem.ll2 ; This testcase is failing the loop extractor because not all exit blocks

12345678910>>...12