HomeSort by: relevance | last modified time | path
    Searched defs:test_error (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/xlint/lint2/
t_lint2.sh 79 # usage: test_error input message-regex [input-regex]
80 test_error() function
115 test_error '' 'missing record type'
116 test_error '123' 'missing record type'
117 test_error '0X' 'not a number: '
118 test_error '0d' 'not a number: '
119 test_error '0dXYZ' 'not a number: XYZ'
120 test_error '0d123' 'bad line number'
121 test_error '0d123.XYZ' 'not a number: XYZ'
122 test_error '0X0.0' 'bad record type X
    [all...]
  /src/external/bsd/atf/dist/atf-c++/detail/
exceptions_test.cpp 67 test_error(const char* msg) function
129 atf::throw_atf_error(test_error("The message"));
  /src/crypto/external/apache2/openssl/dist/test/testutil/
tests.c 128 void test_error(const char *file, int line, const char *desc, ...) function
144 TEST_error("%s: %s", s, strerror(errno));
  /src/crypto/external/bsd/openssl/dist/test/testutil/
tests.c 129 void test_error(const char *file, int line, const char *desc, ...) function
145 TEST_error("%s: %s", s, strerror(errno));
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
tests.c 129 void test_error(const char *file, int line, const char *desc, ...) function
145 TEST_error("%s: %s", s, strerror(errno));
  /src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c 627 test_error (const char *input, const char *error_msg) function
668 test_error ("thread 1 if foo == 123 thread 1",
670 test_error ("thread 1 if foo == 123 inferior 1",
672 test_error ("thread 1 if foo == 123 task 1",
674 test_error ("inferior 1 if foo == 123 inferior 1",
676 test_error ("inferior 1 if foo == 123 thread 1",
678 test_error ("inferior 1 if foo == 123 task 1",
680 test_error ("thread 1.2.3", "Invalid thread ID: 1.2.3");
681 test_error ("thread 1/2", "Invalid thread ID: 1/2");
682 test_error ("thread 1xxx", "Invalid thread ID: 1xxx")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 623 test_error (const char *input, const char *error_msg) function
664 test_error ("thread 1 if foo == 123 thread 1",
666 test_error ("thread 1 if foo == 123 inferior 1",
668 test_error ("thread 1 if foo == 123 task 1",
670 test_error ("inferior 1 if foo == 123 inferior 1",
672 test_error ("inferior 1 if foo == 123 thread 1",
674 test_error ("inferior 1 if foo == 123 task 1",
676 test_error ("thread 1.2.3", "Invalid thread ID: 1.2.3");
677 test_error ("thread 1/2", "Invalid thread ID: 1/2");
678 test_error ("thread 1xxx", "Invalid thread ID: 1xxx")
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c 219 test_error(void) function
955 res |= test_error();

Completed in 20 milliseconds