Home
last modified time | relevance | path

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

/third_party/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh123 exp_failed=$(echo $d | cut -d'|' -f7 | xargs)
124 exp_failed=${exp_failed:--1}
150 if [ $exp_failed -ne -1 ] && [ $exp_failed -ne $test_failed ]; then
151 echo "FAILED (failed: $test_failed, expected $exp_failed)"