/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ |
H A D | README | 3 abi Tests for ABI compatibility -- mangling, object layout, etc. 4 bprob Tests for functionality of profile-directed block ordering. 5 compat Tests for binary compatibility (consistency, not ABI conformance). 6 cpp Tests for the preprocessor. 7 debug Tests for debugging options. 8 eh Tests for exception handling. 9 expr Tests for expressions. 10 ext Tests for GNU language extensions. 11 gcov Tests for GCOV (code coverage) support. 12 inherit Tests for inheritance -- virtual functions, multiple inheritance, etc. [all …]
|
H A D | dg.exp | 31 # Gather a list of all tests, with the exception of those in directories 33 set tests [lsort [find $srcdir/$subdir *.C]] 34 set tests [prune $tests $srcdir/$subdir/bprob/*] 35 set tests [prune $tests $srcdir/$subdir/compat/*] 36 set tests [prune $tests $srcdir/$subdir/debug/*] 37 set tests [prune $tests $srcdir/$subdir/gcov/*] 38 set tests [prune $tests $srcdir/$subdir/special/*] 39 set tests [prune $tests $srcdir/$subdir/tls/*] 42 dg-runtest $tests "" $DEFAULT_CXXFLAGS
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/ |
H A D | Result.pm | 31 # Re-run failed tests 44 tests => \%tests, 56 my $tests = delete $instance_data{tests} || {}; 58 $self->_initialize($tests); 63 my ( $self, $tests ) = @_; 64 my %tests; 65 while ( my ( $name, $test ) = each %$tests ) { 66 $tests{ 144 sub tests { global() subroutine [all...] |
/openbsd-src/usr.bin/lex/ |
H A D | ChangeLog | 167 * configure.ac, flex.skl, nfa.c, tests/Makefile.am, 168 tests/test-lineno-trailing/.gitignore, 169 tests/test-lineno-trailing/Makefile.am, 170 tests/test-lineno-trailing/scanner.l, 171 tests/test-lineno-trailing/test.input: Adjust yylineno properly when 199 * tests/test-extended/Makefile.am, tests/test-quotes/Makefile.am: 200 …use cmp instead of diff in some tests for portability reasons Signed-off-by: Will Estes <westes575… 204 * tests/TEMPLATE/Makefile.am, tests/test-alloc-extra/Makefile.am, 205 tests/test-array-nr/Makefile.am, tests/test-array-r/Makefile.am, 206 tests/test-basic-nr/Makefile.am, tests/test-basic-r/Makefile.am, [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | README | 1 This is a collection of tests for the C and C++ frontends of GCC. For 9 Most of these tests were originally developed and/or collected by 13 These tests are included "as is". If any of them fails, do not report 25 Almost all C++ tests reside in subdirectories of g++.old-deja, based on 28 g++.benjamin Tests by Benjamin Koz 30 g++.brendan Tests by Brendan Kehoe 32 g++.eh Tests for exception handling 33 g++.ext Tests for g++ extensions 34 g++.gb Tests by Gerald Baumgartner 35 g++.jason Tests by Jason Merill [all …]
|
H A D | README.QMTEST | 8 The use of QMTest to run the G++ tests has not been approved as an 10 tests using DejaGNU (with "make check-g++") before committing changes 19 - In DejaGNU, a single source file contains many tests. Each 23 separate tests. Thus, a test "test.C" could contain, say, 24 seven tests; some of which might pass and some of which might 28 of the seven sub-tests fail, the entire test is considered to fail. 35 seem to think of each source file as "a test", not "twelve tests", 38 - In DejaGNU, tests themselves keep track of expected and unexpected 40 stored separately from the tests themselves; in particular, that 44 by the tests, and then compares the actual results with these [all …]
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | test_categories.py | 26 'basic_process': 'Basic process execution sniff tests.', 27 'cmdline': 'Tests related to the LLDB command-line interface', 28 'dataformatters': 'Tests related to the type command and the data formatters subsystem', 29 'debugserver': 'Debugserver tests', 30 'dsym': 'Tests that can be run with DSYM debug information', 31 'dwarf': 'Tests that can be run with DWARF debug information', 32 'dwo': 'Tests that can be run with DWO debug information', 33 'dyntype': 'Tests related to dynamic type support', 34 'expression': 'Tests related to the expression parser', 35 'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution', [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
H A D | mn10300.exp | 28 verbose "Tests ignored for all but mn10300 based targets." 40 …gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fa… 65 .*$gdb_prompt $" { pass "add tests" } 66 -re "$gdb_prompt $" { fail "add tests" } 67 timeout { fail "(timeout) add tests" } 94 .*$gdb_prompt $" { pass "bCC tests" } 95 -re "$gdb_prompt $" { fail "bCC tests" } 96 timeout { fail "(timeout) bCC tests" } 119 .*$gdb_prompt $" { pass "bit tests" } 120 -re "$gdb_prompt $" { fail "bit tests" } [all …]
|
H A D | am33.exp | 28 verbose "Tests ignored for all but mn10300 based targets." 40 …gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fa… 59 .*$gdb_prompt $" { pass "call tests" } 60 -re "$gdb_prompt $" { fail "call tests" } 61 timeout { fail "(timeout) call tests" } 89 .*$gdb_prompt $" { pass "movm tests" } 90 -re "$gdb_prompt $" { fail "movm tests" } 91 timeout { fail "(timeout) movm tests" } 114 .*$gdb_prompt $" { pass "misc tests" } 115 -re "$gdb_prompt $" { fail "misc tests" } [all …]
|
/openbsd-src/regress/sys/kern/kqueue/ |
H A D | Makefile | 56 TESTS+= kq-exec 57 TESTS+= kq-fdpass 58 TESTS+= kq-flock 59 TESTS+= kq-fork 60 TESTS+= kq-invalid-timer 61 TESTS+= kq-pipe 62 TESTS+= kq-process 63 TESTS+= kq-pty-1 64 TESTS+= kq-pty-2 65 TESTS+= kq-random [all …]
|
/openbsd-src/regress/sys/kern/signal/sigio/ |
H A D | Makefile | 8 TESTS+= pipe_badpgid 9 TESTS+= pipe_badsession 10 TESTS+= pipe_cansigio 11 TESTS+= pipe_getown 12 TESTS+= pipe_read 13 #TESTS+= pipe_write 14 TESTS+= socket_badpgid 15 TESTS+= socket_badsession 16 TESTS+= socket_cansigio 17 TESTS+= socket_getown [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | main.py | 48 sys.stderr.write('error: did not discover any tests for provided path(s)\n') 78 sys.stderr.write('error: filter did not match any tests ' 89 # When running multiple shards, don't include skipped tests in the xunit 95 sys.stderr.write('warning: shard does not contain any tests. ' 124 sys.stderr.write('\n%d error(s) in tests\n' % lit_config.numErrors) 128 sys.stderr.write('\n%d warning(s) in tests\n' % lit_config.numWarnings) 147 def print_discovered(tests, show_suites, show_tests): argument 148 tests.sort(key=lit.reports.by_suite_and_test_path) 151 tests_by_suite = itertools.groupby(tests, lambda t: t.suite) 155 print(' %s - %d tests' % (suite.name, test_count)) [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | file.t | 18 my $sample_tests = 't/sample-tests'; 20 plan tests => 56; 60 # normal tests in verbose mode 74 'All tests successful.', 79 my $expected_summary = qr{^Files=1, Tests=1, +\d+ wallclock secs}; 103 'All tests successful.', 108 $expected_summary = qr{^Files=1, Tests=1, +\d+ wallclock secs}; 138 'All tests successful.', 143 $expected_summary = qr{^Files=2, Tests=2, +\d+ wallclock secs}; 151 # normal tests i [all...] |
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | lit.rst | 9 :program:`lit` [*options*] [*tests*] 19 :program:`lit` should be run with one or more *tests* to run specified on the 20 command line. Tests can be either individual test files or directories to 21 search for tests (see :ref:`test-discovery`). 24 tests have been run :program:`lit` will print summary information on the number 25 of tests which passed or failed (see :ref:`test-status-results`). The 26 :program:`lit` program will execute with a non-zero exit code if any tests 33 :program:`lit` also includes a number of options for controlling how tests are 64 Run ``N`` tests in parallel. By default, this is automatically chosen to 89 Show less output, for example don't show information on tests that pass. [all …]
|
/openbsd-src/regress/sys/kern/pipe/ |
H A D | Makefile | 18 TESTS+= close-race 19 TESTS+= kqueue-read 20 TESTS+= kqueue-read-eof 21 TESTS+= kqueue-write 22 TESTS+= kqueue-write-eof 23 TESTS+= ping-pong 24 TESTS+= run-down-write-big 25 TESTS+= run-down-write-small 26 TESTS+= select-hup 27 TESTS+= thundering-herd-read-signal [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/ |
H A D | CMakeLists.txt | 2 # until the tests are run as we need to copy it into 3 # a copy of the tests folder 5 "${CMAKE_CURRENT_SOURCE_DIR}/tests/lit.site.cfg.in" 11 # To work around this the tests and the configuration file are copied into the 12 # build directory just before running them. The tests are not copied over at 14 # tests being run. 16 COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_CURRENT_BINARY_DIR}/tests" 17 …_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/tests" "${CMAKE_CURRENT_BINARY_DIR}/tests" 18 …AKE_COMMAND} -E copy "${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg" "${CMAKE_CURRENT_BINARY_DIR}/tests" 19 COMMENT "Preparing lit tests" [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/bin/ |
H A D | prove | 16 prove - Run tests through a TAP harness. 27 -l, --lib Add 'lib' to the path for your tests (-Ilib). 29 your tests 30 -s, --shuffle Run the tests in random order. 37 -f, --failures Show failed tests. 42 --reverse Run the tests in reverse order. 43 -q, --quiet Suppress some test output while running tests. 65 -e, --exec Interpreter to run the tests ('' for compiled 66 tests.) 67 --ext Set the extension for tests (defaul [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
H A D | Beyond.pod | 10 used to run the tests (not all modules use Test::Harness but the 22 there's a directory called 't' that contains our tests. Test::Harness 27 provides far more control over which tests are executed, in what 36 so that the tests can find the code they will be testing. If I'm 39 running my tests against the installed version rather than the new 59 If I have failing tests in a test suite that consists of more than 64 I can tell prove just to run the tests that are failing like this: 68 That speeds things up but I have to make a note of which tests are 69 failing and make sure that I run those tests. Instead I can use 70 prove's --state switch and have it keep track of failing tests for [all …]
|
/openbsd-src/usr.sbin/unbound/doc/ |
H A D | README.tests | 1 README unbound tests 3 For a quick test that runs unit tests and state machine tests, use 8 To make and run the long tests. The results are summarized at the end. 18 You can also use prepared Dockerfile to run tests inside docker based on latest gcc image: 19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests . 23 * run long tests: make longtest 24 … configuration](https://docs.docker.com/config/daemon/ipv6/) because some tests need ipv6 network … 26 testdata/ contains the data for tests. 27 testcode/ contains scripts and c code for the tests. 29 do-tests.sh : runs all the tests in the testdata directory. [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/ |
H A D | show-result-codes.py | 7 # Failing tests are always shown 8 # NONE-NOT: Unsupported Tests (1) 9 # NONE-NOT: Passed Tests (1) 10 # NONE-NOT: Expectedly Failed Tests (1) 11 # NONE: Failed Tests (1) 13 # ONE: Unsupported Tests (1) 14 # ONE-NOT: Passed Tests (1) 15 # ONE-NOT: Expectedly Failed Tests (1) 16 # ONE: Failed Tests (1) 18 # MULTIPLE-NOT: Unsupported Tests (1) [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
H A D | Scheduler.pm | 12 TAP::Parser::Scheduler - Schedule tests during parallel testing 34 my $sched = TAP::Parser::Scheduler->new(tests => \@tests); 36 tests => [ ['t/test_name.t','Test Description'], ... ], 40 Given 'tests' and optional 'rules' as input, returns a new 41 C<TAP::Parser::Scheduler> object. Each member of C<@tests> should be either a 46 The optional C<rules> attribute provides direction on which tests should be run 58 to express simple rules like "run all tests in sequence" or "run all tests in 59 parallel except these five tests [all...] |
/openbsd-src/regress/sys/dev/kcov/ |
H A D | Makefile | 15 TESTS+= close 16 TESTS+= coverage 17 TESTS+= dying 18 TESTS+= exec 19 TESTS+= fdsend 20 TESTS+= fork 21 TESTS+= open 22 TESTS+= remote 23 TESTS+= remote-close 24 TESTS+= remote-interrupt [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/resources/ |
H A D | test.rst | 12 * **Unit tests**: written in C++ using the googletest unit testing library. 13 * **Shell tests**: Integration tests that test the debugger through the command 14 line. These tests interact with the debugger either through the command line 17 these as *lit tests* in LLVM, although lit is the test driver and ShellTest 21 * **API tests**: Integration tests that interact with the debugger through the 31 Unit Tests 34 Unit tests are located under ``lldb/unittests``. If it's possible to test 39 tests that have the necessary boiler plate, but this is something we could 42 Shell Tests 45 Shell tests are located under ``lldb/test/Shell``. These tests are generally [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | Tutorial.pod | 3 Test::Tutorial - A tutorial about writing really basic tests 10 me write tests!> 17 Is this you? Is writing tests right up there with writing 55 use Test::Simple tests => 1; 66 use Test::Simple tests => 2; 76 # Looks like you failed 1 tests of 2. 78 C<1..2> "I'm going to run two tests." This number is a I<plan>. It helps to 80 tests. C<ok 1> "The first test passed." C<not ok 2> "The second test failed". 81 Test::Simple helpfully prints out some extra commentary about your tests. 103 use Test::Simple tests => 2; [all …]
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | test_suite.py | 26 # Set up attributes needed by inherited tests 41 # /Set up attributes needed by inherited tests 43 # Tests for TestSuite.__init__ 46 # "class TestSuite([tests])" 48 # The tests iterable should be optional 54 # "class TestSuite([tests])" 56 # "If tests is given, it must be an iterable of individual test cases 59 # TestSuite should deal with empty tests iterables by allowing the 66 # "class TestSuite([tests])" 68 # "If tests is given, it must be an iterable of individual test cases [all …]
|