Searched refs:test_return (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/commands/du/ | ||
H A D | du01.sh | 37 local test_return 40 test_return=$? 42 if [ ${test_return} -ne 0 ]; then |
/third_party/mbedtls/tests/scripts/ | ||
H A D | test_generate_test_code.py | 608 def test_return(self, parse_function_arguments_mock, function 1036 def test_return(self, func_mock1, func_mock2): member in ParseFunction |
/third_party/python/Lib/test/ | ||
H A D | test_bdb.py | 662 def test_return(self): member in StateTestCase |
H A D | test_grammar.py | 953 def test_return(self): member in GrammarTests |
H A D | test_sys_settrace.py | 1731 def test_return(self): member in RaisingTraceFuncTestCase |
Completed in 10 milliseconds