Home
last modified time | relevance | path

Searched refs:fail_test (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/subset/
Drun-tests.py53 def fail_test (test, cli_args, message): function
76 return fail_test (test, cli_args, "%s returned %d" % (' '.join (cli_args), return_code))
81 return fail_test (test, cli_args, "ttx (expected) returned %d" % (return_code))
85 return fail_test (test, cli_args, "ttx (actual) returned %d" % (return_code))
95 return fail_test (test, cli_args, 'ttx for expected and actual does not match.')
100 return fail_test (test, cli_args, 'ots for subsetted file fails.')
/external/autotest/server/cros/bluetooth/
Dbluetooth_sdp_tests.py674 def fail_test(self, testname, value): member in bluetooth_SDP_ServiceSearchAttributeRequest
792 self.fail_test('TP/SERVER/SSA/BV-04-C', value)
804 self.fail_test('TP/SERVER/SSA/BV-08-C', value)
818 self.fail_test('TP/SERVER/SSA/BV-11-C', value)
823 self.fail_test('TP/SERVER/SSA/BV-11-C', value)
836 self.fail_test('TP/SERVER/SSA/BV-12-C', value)
848 self.fail_test('TP/SERVER/SSA/BV-15-C', value)
860 self.fail_test('TP/SERVER/SSA/BV-19-C', value)
874 self.fail_test('TP/SERVER/SSA/BV-20-C', value)
886 self.fail_test('TP/SERVER/SSA/BV-21-C', value)
[all …]
/external/mesa3d/src/amd/compiler/tests/
Dframework.h53 void fail_test(const char *fmt, ...);
Dmain.cpp121 void fail_test(const char *fmt, ...) in fail_test() function
Dhelpers.cpp159 fail_test("Validation before optimization failed"); in finish_opt_test()
164 fail_test("Validation after optimization failed"); in finish_opt_test()