Searched refs:test_entry (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dentry_array_specs_2.f7 program test_entry program
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dhtm-builtins-2.c575 static int run_one_test(const test_table_entry_t *test_entry) argument
583 test_entry->required_quorum != 1 ||
584 test_entry->max_repetitions != 1);
585 printf("RRR RUN %s\n", test_entry->name);
590 test_entry->required_quorum,
591 test_entry->max_repetitions);
595 for (rc = 0, i = 0; i < test_entry->max_repetitions; i++)
608 rc = test_entry->test_func();
616 if (succeeded >= test_entry->required_quorum)
630 if (succeeded >= test_entry
[all...]
H A Dhtm-builtins-1.c944 static int run_one_test (const test_table_entry_t *test_entry) argument
959 test_entry->test_func ();
964 test_entry->required_quorum != 1 ||
965 test_entry->max_repetitions != 1);
966 printf ("RRR RUN %s\n", test_entry->name);
971 test_entry->required_quorum,
972 test_entry->max_repetitions);
976 for (rc = 0, i = 0; i < test_entry->max_repetitions; i++)
989 rc = test_entry->test_func ();
997 if (succeeded >= test_entry
[all...]

Completed in 98 milliseconds