summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-041-1/+1
|
* psxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018)zehata2018-12-046-1/+214
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for iconv.h (GCI 2018)Jacob Shin2018-12-044-1/+121
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for fnmatch.h (GCI 2018)Jacob Shin2018-12-032-1/+36
| | | | GCI Username: deuteriumoxide
* psxhdrs: add POSIX API Signature Compliance Tests for regex.h (GCI 2018)Himanshu402018-12-035-1/+176
|
* Convert CPU counter ticks to/from sbintime_tSebastian Huber2018-12-031-2/+13
| | | | | The sbintime_t is an efficient time format. Add the ability to convert CPU counter ticks to/from sbintime_t.
* psxhdrs:Add POSIX conformance test for utime.h (GCI 2018)Shashvat Jain2018-12-022-0/+42
|
* psxhdrs: add POSIX API Signature Compliance Tests for locale.h (GCI 2018)Himanshu402018-12-027-1/+246
|
* psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018)Himanshu402018-12-015-1/+163
|
* psxhdrs: add POSIX API signature tests for strings.h file (GCI 2018)Himanshu402018-12-0110-1/+361
|
* psxmsgq01/init.c: Disable signal usage when POSIX disabledJoel Sherrill2018-11-301-0/+2
| | | | closes #3626.
* psxtests : Add POSIX API Signature Compliance Tests for semaphore.h (GCI 2018)Himanshu402018-11-2911-1/+461
|
* psxtests: add POSIX API signature compliance tests for mqueue.h file (GCI 2018)Himanshu402018-11-2811-1/+521
|
* testsuite: Parse TCFG path based on OS path separator.Chris Johns2018-11-281-1/+2
|
* psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2018)Himanshu402018-11-2712-1/+480
|
* dosfs: Fix device identifierSebastian Huber2018-11-271-0/+41
| | | | Update #3358.
* Remove rtems_cache_*_processor_set() functionsSebastian Huber2018-11-261-45/+7
| | | | | | | | The following rtems_cache_*_processor_set() cache manager API functions are exotic, complex, very hard to use correctly, not used in the RTEMS code base, and apparently unused by applications. Close #3622.
* score: Introduce <rtems/score/heapinfo.h>Sebastian Huber2018-11-261-0/+1
| | | | | | | Move Heap_Information_block to separate header file to hide heap implementation details from <rtems.h>. Update #3598.
* psxtmtests: add psxtmmqrcvblock02 (GCI 2018)Himanshu402018-11-255-1/+165
|
* psxtests/psxhdrs patch (GCI 2018)ABR290B2018-11-2566-662/+662
|
* libdl: Add object file dependencies to track referencesChris Johns2018-11-2217-2/+1234
| | | | | | | | | | Tracking references lets us manage when an object file can be unloaded. If an object file has references to it, it cannot be unloaded. Modules that depend on each other cannot be unloaded. Updates #3605
* psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-215-0/+181
|
* Misc: Minor English fixes (GCI 2018)kuaLeYi2018-11-201-3/+4
|
* psxtmutexattr01: Added new POSIX timing suite (GCI 2018)Himanshu402018-11-205-0/+327
|
* psxtmcleanup01: new POSIX timing suite (GCI 2018)Himanshu402018-11-175-2/+128
|
* psxtmtests_plan.csv: Update to reflect psxtmmqrcvblock01 (GCI 2018)shashvatjain2018-11-161-1/+1
|
* psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)shashvatjain2018-11-154-1/+157
|
* psxtmthreadattr01: Correct mistakes in previous merge (GCI 2018)Himanshu402018-11-152-14/+16
| | | | Joel admits to grabbing one iteration too early of the patch. :(
* psxtmthreadattr01: Add new test (GCI 2018)Himanshu402018-11-155-17/+485
|
* testsuites/psxtests/psxhdrs: Fix comment so copyright block is separateJoel Sherrill2018-11-14140-184/+442
|
* Add rtems_malloc() and rtems_calloc()Sebastian Huber2018-11-121-0/+51
| | | | Close #3583.
* rtems: Remove Modes_ControlSebastian Huber2018-11-122-4/+2
| | | | | | | Use rtems_mode directly. This is in line with rtems_attribute and rtems_option. Update #3598.
* m32c: Remove this targetSebastian Huber2018-11-122-26/+11
| | | | Update #3599.
* psxtmtests_plan.csv: Add pthread cleanup and attr test casesJoel Sherrill2018-11-111-2/+20
|
* testsuite: Add python verison support to rtems-test-check.pyChris Johns2018-11-093-11/+95
| | | | Closes #3579
* build: Fix library orderSebastian Huber2018-11-081-47/+47
| | | | Update #3551.
* psxtmtests_plan.csv: Add psxtmonce01Joel Sherrill2018-11-071-1/+1
|
* psxtmonce01/init.c: Use static and Simple ConsoleJoel Sherrill2018-11-071-10/+5
|
* spconfig02: Check object methods in default configSebastian Huber2018-11-075-0/+328
| | | | | | | | | | | Ensure that the creation of Classic API objects fails with the expected status code in the default configuration. Ensure that the deletion of Classic API objects fails with the expected status code in the default configuration if the identifier is invalid. Ensure that only the expected objects are present in the default configuration via rtems_object_get_classic_name().
* build: Remove superfluous psxtmonce01/Makefile.amSebastian Huber2018-11-071-27/+0
|
* Correct minor spelling and grammar errorsZenon2018-11-061-2/+2
| | | | This work was performed as a GCI 2018 task.
* psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu402018-11-065-0/+139
|
* posix: Enable more sptests test cases by defaultSebastian Huber2018-10-294-96/+35
| | | | Update #2514.
* posix: Enable more psxtests by defaultSebastian Huber2018-10-296-105/+12
| | | | Update #2514.
* posix: Enable more smptests tests by defaultSebastian Huber2018-10-291-6/+0
| | | | Update #2514.
* posix: Enable psxtmtests tests by defaultSebastian Huber2018-10-292-98/+2
| | | | Update #2514.
* Move default config to librtemsdefaultconfig.aSebastian Huber2018-10-291-0/+47
| | | | | | | | | | | | | | | | | | | | | | | An RTEMS application default configuration is contained in cpukit/libmisc/dummy/default-configuration.c. This default configuration was contained in librtemscpu.a. This had at least two problems: 1. Application configuration errors may have pulled in the default configuration which in turn lead to multiply define symbols error. This was quite confusing. You had to consult the linker map file to figure out what cased the pull in of the default configuration. You needed to know what a linker map file is and how you generate it with your build system. This was not very user friendly. 2. It prevented the use of default configuration items for each subsystem in librtemscpu.a. This may be used to reduce the size of the configuration itself. Move the default configuration to the separate library librtemsdefaultconfig.a. Close #3551.
* config: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-241-0/+32
| | | | | | | Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Close #3480.
* malloctest: Hide NULL pointer from compilerSebastian Huber2018-10-241-6/+5
| | | | | Disabling a warning does not prevent the compiler from reasoning what it is supposed to do with a somewhat undefined function call.
* tmonetoone: Add yield test caseSebastian Huber2018-10-221-0/+37
|