summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptask_err04 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-202-2/+2
|
* tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill2015-03-171-166/+178
| | | | | These tests intentionally use the deprecated method. Eventually this code in the sections can be deleted.
* cpukit: deprecate notepadsGedare Bloom2015-03-101-0/+2
| | | | | | | | | | | | | | | Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and will emit a compile-time warning. A new option CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn on notepads, but it also will emit a compile-time warning to indicate that notepads are deprecated. Closes #2265
* sptests/sptask_err04: Fix broken testSebastian Huber2014-03-313-3/+5
|
* sptests: New tests split from sp09 screen 1 and screen 2.Bjorn Larsson2014-03-286-0/+483
Split sp09 screen 1 into new test sptask_err04. Split sp09 screen 2 into new tests sptask__err02 and spclock_err01, as well as moving one verification into sptimer_err01.