Searched refs:fail (Results 1 – 25 of 45) sorted by relevance
12
/test/vts/runners/host/ |
D | asserts.py | 53 fail(my_msg, extras=extras) 75 fail(my_msg, extras=extras) 135 fail(msg, extras) 148 fail(msg, extras) 170 fail(my_msg, extras=extras) 272 def fail(msg, extras=None): function
|
/test/vts-testcase/hal/treble/platform_version/ |
D | vts_treble_platform_version_test.py | 90 asserts.fail("Unexpected value returned from getprop: %s" % e) 101 asserts.fail("VNDK version is not defined") 107 asserts.fail("ro.vndk.lite is defined as %s" % vndkLite) 110 asserts.fail("LD_CONFIG_FILE is defined as %s" % envLdConfigFile)
|
D | VtsTreblePlatformVersionTest.py | 97 asserts.fail("Unexpected value returned from getprop: %s" % e) 108 asserts.fail("VNDK version is not defined") 114 asserts.fail("ro.vndk.lite is defined as %s" % vndkLite) 117 asserts.fail("LD_CONFIG_FILE is defined as %s" % envLdConfigFile)
|
/test/vts-testcase/nbu/src/utils/ |
D | assert_utils.py | 28 asserts.fail('Operation failed: %s' % failure_event.data) 30 asserts.fail('Timed out waiting for status event.')
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/ |
D | bin_in_path.py | 65 path for path, fail in zip(self._paths, map(bool, results)) if fail
|
D | directory_exists.py | 66 path for path, fail in zip(self._paths, map(bool, results)) if fail
|
/test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/ |
D | SdcardfsTest.java | 18 import static org.junit.Assert.fail; 59 fail("Could not run command [" + cmd + "] (" + e.getMessage() + ")"); in testSdcardfsNotPresent()
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 241 asserts.fail("%s left the device in unresponsive state." % fuzzer) 246 asserts.fail("%s failed normally." % fuzzer) 248 asserts.fail("%s failed abnormally." % fuzzer)
|
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/ |
D | FastbootGetvarUserspaceTest.java | 21 import static org.junit.Assert.fail; 151 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel() 164 fail("Failed to parse security-patch-level: " + SPL); in testSecurityPatchLevel()
|
/test/vts-testcase/kernel/checkpoint/ |
D | vts_kernel_checkpoint_test.py | 78 self.fail("Exception thrown waiting for device:" + e.msg()) 106 self.fail("sys.boot_completed not set")
|
D | VtsKernelCheckpointTest.py | 74 asserts.fail("Exception thrown waiting for device:" + e.msg()) 102 asserts.fail("sys.boot_completed not set")
|
/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/ |
D | KernelApiSysfsTest.java | 20 import static org.junit.Assert.fail; 200 fail("Could not find CONFIG_RTC_HCTOSYS_DEVICE"); in testRtcHctosys() 207 fail("Neither /dev/rtc nor /dev/rtc0 exist"); in testRtcHctosys()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 22 import static org.junit.Assert.fail; 165 fail(); in testTasksScheduled() 264 fail(); in testNewSummary() 370 fail(); in testUpdateSummary()
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 209 asserts.fail('\n'.join([x for x in messages if x])) 232 asserts.fail('Result xml content is corrupted.')
|
/test/vts/utils/python/archive/ |
D | archive_parser_test.py | 37 self.fail('Archive reader read improperly.')
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 250 self.fail("Failed to parse %s" % filepath) 303 self.fail("Failed to parse! " + str(e))
|
/test/vts-testcase/nbu/src/ |
D | bluetooth_test.py | 33 asserts.fail('Failed to discover the target device %s over Bluetooth.' % name)
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | LinuxKselftestTest.py | 62 asserts.fail("Test config is incorrect!")
|
/test/vts-testcase/vndk/files/ |
D | VtsVndkFilesTest.py | 85 asserts.fail("\n".join(assert_lines))
|
D | vts_vndk_files_test.py | 80 self.fail("\n".join(assert_lines))
|
/test/vts/utils/python/file/ |
D | target_file_utils.py | 314 asserts.fail("Failed to assert permissions: %s" % str(e))
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage.jsp | 68 .fail(function() { 151 }).fail(function(error) {
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 155 asserts.fail('Subprocess of ACTS command failed. Return code: %s' %
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 193 asserts.fail("Test case left the device in unresponsive state.")
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 397 asserts.fail( 702 fail(fullMsg) 780 asserts.fail("Can not register ENGINE_OIL_TEMP") 789 asserts.fail("Callback not called in 5 seconds.")
|
12