Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 45) sorted by relevance

12

/test/vts/runners/host/
Dasserts.py53 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/
Dvts_treble_platform_version_test.py90 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)
DVtsTreblePlatformVersionTest.py97 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/
Dassert_utils.py28 asserts.fail('Operation failed: %s' % failure_event.data)
30 asserts.fail('Timed out waiting for status event.')
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java23 import static org.junit.Assert.fail;
132 fail("ro.vndk.version should be a number. But the current value is " + vndkVersion); in testVndkVersion()
164 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel()
177 fail("Failed to parse security-patch-level: " + SPL); in testSecurityPatchLevel()
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Dbin_in_path.py65 path for path, fail in zip(self._paths, map(bool, results)) if fail
Ddirectory_exists.py66 path for path, fail in zip(self._paths, map(bool, results)) if fail
/test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/
DSdcardfsTest.java18 import static org.junit.Assert.fail;
59 fail("Could not run command [" + cmd + "] (" + e.getMessage() + ")"); in testSdcardfsNotPresent()
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py241 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-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py78 self.fail("Exception thrown waiting for device:" + e.msg())
106 self.fail("sys.boot_completed not set")
DVtsKernelCheckpointTest.py74 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/
DKernelApiSysfsTest.java20 import static org.junit.Assert.fail;
199 fail("Could not find CONFIG_RTC_HCTOSYS_DEVICE"); in testRtcHctosys()
206 fail("Neither /dev/rtc nor /dev/rtc0 exist"); in testRtcHctosys()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java22 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/
Dgtest_binary_test.py209 asserts.fail('\n'.join([x for x in messages if x]))
232 asserts.fail('Result xml content is corrupted.')
/test/vts/utils/python/archive/
Darchive_parser_test.py37 self.fail('Archive reader read improperly.')
/test/vts/testcases/host/kernel_proc_file_api_test/
Dvts_kernel_proc_file_api_test.py250 self.fail("Failed to parse %s" % filepath)
303 self.fail("Failed to parse! " + str(e))
/test/vts-testcase/nbu/src/
Dbluetooth_test.py33 asserts.fail('Failed to discover the target device %s over Bluetooth.' % name)
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py62 asserts.fail("Test config is incorrect!")
/test/vts-testcase/vndk/files/
DVtsVndkFilesTest.py85 asserts.fail("\n".join(assert_lines))
Dvts_vndk_files_test.py80 self.fail("\n".join(assert_lines))
/test/vts/utils/python/file/
Dtarget_file_utils.py314 asserts.fail("Failed to assert permissions: %s" % str(e))
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp68 .fail(function() {
151 }).fail(function(error) {
/test/vts/runners/adapters/acts/
Dacts_adapter.py155 asserts.fail('Subprocess of ACTS command failed. Return code: %s' %
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py193 asserts.fail("Test case left the device in unresponsive state.")
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py397 asserts.fail(
702 fail(fullMsg)
780 asserts.fail("Can not register ENGINE_OIL_TEMP")
789 asserts.fail("Callback not called in 5 seconds.")

12