summaryrefslogtreecommitdiff
path: root/bsps/arm/lpc24xx/config/lpc23xx_tli800-testsuite.tcfg (unfollow)
AgeCommit message (Collapse)Author
2020-04-07lpc23xx_tli800-testsuite.tcfg: Add psxaoi03 and psxsignal07Joel Sherrill
Updates #3938.
2020-03-12lpc23xx_tli800-testsuite.tcfg: Add ttest01Joel Sherrill
2019-03-12lpc23xx_tli800-testsuite.tcfg: Update to account for static allocation and ↵Joel Sherrill
BSP small memory
2018-11-29lpc23xx_tli800-testsuite.tcfg: Add dl07Joel Sherrill
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-17misc arm tcfg: Add dl06, too large for memoryJoel Sherrill
2018-04-17misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill
2018-04-17misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill
2017-04-04lpc24xx/../*-testsuite.tcfg: Add linpackJoel Sherrill
2017-01-17arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill
2016-12-07testsuite: Add test states to the testsuit configuration files.Chris Johns
Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
2016-11-23bsp/lpc23xx_tli800: Disable tar01 testSebastian Huber
Close #2824.
2016-09-08testsuite: Add libdl/dl05 reloc test.Chris Johns
2016-08-30libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns
2015-09-10lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill
2015-03-17arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01Joel Sherrill
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill
2015-01-23lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill
2014-11-05lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill
2014-11-04lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill
2014-09-04lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill
2014-08-28arm: Add tests which fail to build with C++ enabled.Chris Johns
2014-07-16Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill
The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns
Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.