HomeSort by: relevance | last modified time | path
    Searched refs:is_test (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
run_tests.pl 196 my $is_test = $self->is_test;
197 my $is_ok = $is_test && $self->is_ok;
206 ($is_test, $is_ok) = (1, !$1)
213 } elsif ($is_test) { # result of a test
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 190 my $is_test = $self->is_test;
191 my $is_ok = $is_test && $self->is_ok;
200 ($is_test, $is_ok) = (1, !$1)
207 } elsif ($is_test) { # result of a test

Completed in 27 milliseconds