summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/cdtest/main.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cdtest: Restrict exceptions during sysinitSebastian Huber2022-07-141-0/+14
| | | | | | | Exceptions during system initialization work only on targets which do not need a registration of exception frames during the global construction. In particular, targets which use the DWARF2 unwinder cannot use exceptions during system initialization.
* samples/cdtest: Test exceptions during system initSebastian Huber2022-07-041-9/+35
| | | | | Update #4668. Update #4672.
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-1/+1
| | | | | | | | Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
* samples: Fix warningsSebastian Huber2018-07-241-0/+4
|
* tests: Use rtems_test_begin and rtems_test_end.Chris Johns2017-11-111-2/+2
| | | | | | Add a tests enum and move all test banner test to the library in libmisc. Update #3199.
* cdtest: Print begin of test only onceSebastian Huber2017-03-031-2/+0
|
* cdtest: Print proper begin/end of test messagesSebastian Huber2016-12-091-2/+18
|
* cdtest: Add std::runtime_error() test caseChris Johns2016-12-091-15/+26
| | | | Update #2830.
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-171-3/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-2/+2
| | | | | | | * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c, ticker/system.h, ticker/tasks.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-021-4/+5
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-081-2/+2
| | | | * cdtest/main.cc: Fix warnings.
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-101-4/+6
| | | | | | | | | * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS, NETTESTS. Add iostream/. * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am: Reflect changes above. * cdtest/main.cc: Adaptation to new C++ standards.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | | | | | | | | * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h, base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc, base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c, base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h, fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc, hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc, paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h, ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc, unlimited/init.c, unlimited/system.h, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL for license changed.
* 2001-11-26 Ralf CorsepiusJoel Sherrill2001-11-261-1/+0
| | | | * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
* Renamed classes to avoid single letter class names.Joel Sherrill1999-11-091-10/+10
|
* Added testing for C++ exceptions from Rosimildo DaSilvaJoel Sherrill1999-05-141-17/+90
| | | | <rdasilva@connecttel.com>.
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-241-2/+0
| | | | the CPU family name constants.
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-0/+1
|
* Removed warning.Joel Sherrill1997-11-181-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+6
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-221-13/+5
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-291-2/+1
|
* Initial revisionJoel Sherrill1995-05-111-0/+146