summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/cdtest (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-14cdtest: Restrict exceptions during sysinitSebastian Huber1-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.
2022-07-04samples/cdtest: Test exceptions during system initSebastian Huber1-9/+35
Update #4668. Update #4672.
2022-04-12testsuites/samples: Change license to BSD-2Joel Sherrill2-6/+44
Updates #3053.
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2-2/+2
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.
2018-07-24samples: Fix warningsSebastian Huber1-0/+4
2018-04-10testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns1-23/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-01-22cdtest: Increase stack sizeSebastian Huber1-0/+3
2017-11-11tests: Use rtems_test_begin and rtems_test_end.Chris Johns1-2/+2
Add a tests enum and move all test banner test to the library in libmisc. Update #3199.
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-07-18tests: Use floating point taskSebastian Huber1-0/+1
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2017-03-03cdtest: Print begin of test only onceSebastian Huber1-2/+0
2016-12-09cdtest: Print proper begin/end of test messagesSebastian Huber2-28/+56
2016-12-09cdtest: Add std::runtime_error() test caseChris Johns1-15/+26
Update #2830.
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber1-0/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2014-03-17tests/samples: Use <rtems/test.h>Sebastian Huber2-3/+8
2012-05-31samples - Eliminate missing prototype warningsJoel Sherrill1-13/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-11/+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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+5
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-5/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
PR 1589/build * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-06-122009-06-11 Roxana Leontie <roxana.leontie@gmail.com>Chris Johns1-1/+1
* cdtest/system.h: modified the number of max semaphores - test was failing before
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius1-7/+7
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-4/+5
* cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius1-2/+1
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* cdtest/main.cc: Fix warnings.
2005-11-16Remove erroneous make-exe.Eric Norum1-1/+0
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius1-11/+9
2005-11-11Rework.Ralf Corsepius1-28/+6
2005-11-11Cosmetics.Ralf Corsepius1-3/+0
2005-11-11Eliminate TEST.Ralf Corsepius1-7/+6
2005-11-11Expand sample.am.Ralf Corsepius1-1/+20
2005-11-10Eliminate DOCTYPES.Ralf Corsepius1-2/+1
2005-11-10s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius1-3/+3
2005-11-09AM_CPPFLAGS += -I..../support/include.Ralf Corsepius1-0/+2
2005-11-07Remove SRCS, PRINT_SRCS.Ralf Corsepius1-2/+0
2005-11-07Switch back to include compile.am instead of amcompile.amRalf Corsepius1-1/+1
2005-11-07Partial conversion to automake.Ralf Corsepius1-12/+6
2004-05-102004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-8/+8
* 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.
2004-04-01 * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius1-1/+1
* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * base_mp/node2/Makefile.am: Ditto. * base_sp/Makefile.am: Ditto. * cdtest/Makefile.am: Ditto. * fileio/Makefile.am: Ditto. * hello/Makefile.am: Ditto. * loopback/Makefile.am: Ditto. * minimum/Makefile.am: Ditto. * paranoia/Makefile.am: Ditto. * pppd/Makefile.am: Ditto. * ticker/Makefile.am: Ditto. * unlimited/Makefile.am: Ditto.
2003-12-012003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+1
* base_mp/Makefile.am: Reformat. * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). * base_sp/Makefile.am: Remove all-local: $(ARCH). * cdtest/Makefile.am: Remove all-local: $(ARCH). * fileio/Makefile.am: Remove all-local: $(ARCH). * hello/Makefile.am: Remove all-local: $(ARCH). * loopback/Makefile.am: Remove all-local: $(ARCH). * minimum/Makefile.am: Remove all-local: $(ARCH). * paranoia/Makefile.am: Remove all-local: $(ARCH). * pppd/Makefile.am: Remove all-local: $(ARCH). * ticker/Makefile.am: Remove all-local: $(ARCH). * unlimited/Makefile.am: Remove all-local: $(ARCH).
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-3/+3
* 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.
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+3
Makefile.am: Reflect having moved automake. base_mp/Makefile.am: Reflect having moved automake. base_mp/node1/Makefile.am: Reflect having moved automake. base_mp/node2/Makefile.am: Reflect having moved automake. base_sp/Makefile.am: Reflect having moved automake. cdtest/Makefile.am: Reflect having moved automake. fileio/Makefile.am: Reflect having moved automake. hello/Makefile.am: Reflect having moved automake. loopback/Makefile.am: Reflect having moved automake. minimum/Makefile.am: Reflect having moved automake. paranoia/Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. ticker/Makefile.am: Reflect having moved automake. unlimited/Makefile.am: Reflect having moved automake.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
* base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o. * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o. * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o. * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o. * hello/Makefile.am: Use .$(OBJEXT) instead of .o. * minimum/Makefile.am: Use .$(OBJEXT) instead of .o. * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o. * ticker/Makefile.am: Use .$(OBJEXT) instead of .o. * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.