Home | History | Annotate | Download | only in test

Lines Matching full:failed

112     bool failed = false;
186 if (failed) {
187 rsDebug("test_fp_math FAILED", time);
193 return failed;
251 bool failed = false;
262 if (failed) {
263 rsDebug("test_basic_operators FAILED", 0);
269 return failed;
289 bool failed = false;
299 if (failed) {
300 rsDebug("test_convert FAILED", 0);
306 return failed;
335 bool failed = false;
337 failed |= test_convert();
338 failed |= test_fp_math(index);
339 failed |= test_basic_operators();
341 if (failed) {