Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12, v00.04.11, v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13, v2020.04, v2020.01, v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01, v2019.07, v00.02.00, v2019.04 |
|
#
172e3c11 |
| 30-Nov-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
Fix sound on sandbox Convert TPM fully to DM Tidy up sandbox I2C emulation Add a 'make qcheck' target for faster testing A few other misc thin
Merge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
Fix sound on sandbox Convert TPM fully to DM Tidy up sandbox I2C emulation Add a 'make qcheck' target for faster testing A few other misc things (dropped the final patch which breaks clang for some reason)
show more ...
|
#
499fde5c |
| 18-Nov-2018 |
Simon Glass <sjg@chromium.org> |
test: Add a 'make qcheck' target for quicker testing
At present tests are quite slow to run, over a minute on my machine. This presents a considerable barrier to bisecting for failures.
The slowest
test: Add a 'make qcheck' target for quicker testing
At present tests are quite slow to run, over a minute on my machine. This presents a considerable barrier to bisecting for failures.
The slowest tests are the filesystem ones and the buildman --fetch-arch test. Add a new 'qcheck' target that skips these tests. This reduces test time down to about 40 second, still too long, but bearable.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
6b215022 |
| 26-Nov-2018 |
Tom Rini <trini@konsulko.com> |
Merge branch '2018-11-25-master-imports'
- Bring in the series from Simon for SPL logging support and bloblist
|
#
b0edea3c |
| 15-Nov-2018 |
Simon Glass <sjg@chromium.org> |
spl: Add support for passing handoff info to U-Boot proper
There is some basic informaton that SPL normally wants to pass through to U-Boot, such as the SDRAM size and bank information.
Mkae use of
spl: Add support for passing handoff info to U-Boot proper
There is some basic informaton that SPL normally wants to pass through to U-Boot, such as the SDRAM size and bank information.
Mkae use of the new bloblist structure for this. Add a new 'handoff' blob which is set up in SPL and passed to U-Boot proper. Also adda test for sandbox_spl that checks that this works correctly and a new 'sb' command to show the information passed from SPL.
Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
3d5ced9e |
| 10-Oct-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
Test improvements to tidy up output and drop duplicate tests Sandbox SPL/TPL support Various dm-related improvements
|
#
2673afe2 |
| 01-Oct-2018 |
Simon Glass <sjg@chromium.org> |
test: Reduce the number of tests run with sandbox_flattree
We only need to run driver-model tests with this config, since this is the only thing that is different when CONFIG_OF_LIVE is not defined.
test: Reduce the number of tests run with sandbox_flattree
We only need to run driver-model tests with this config, since this is the only thing that is different when CONFIG_OF_LIVE is not defined. Filter out the other tests to same time.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
3bc11e81 |
| 01-Oct-2018 |
Simon Glass <sjg@chromium.org> |
test: Tidy up comments and variable name
The 'result' variable counts the number of failures in running the tests. Rename it to 'failures' to make this more obvious. Also tidy up a few comments.
Si
test: Tidy up comments and variable name
The 'result' variable counts the number of failures in running the tests. Rename it to 'failures' to make this more obvious. Also tidy up a few comments.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
c9adb355 |
| 01-Oct-2018 |
Simon Glass <sjg@chromium.org> |
test: Print the name of each test before running it
At present the tests are run without any indication of what is running. For the tests which start with a build this is pretty obvious, but for too
test: Print the name of each test before running it
At present the tests are run without any indication of what is running. For the tests which start with a build this is pretty obvious, but for tools it is not.
Add a name for each test we run, and print it before starting the test. Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
734f3de9 |
| 01-Oct-2018 |
Simon Glass <sjg@chromium.org> |
test: Simplify the PATH setup
Use 'export' to avoid repeating the path setup for each command.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
e3396ffd |
| 10-Jul-2018 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
Revision tags: v2018.07 |
|
#
ef6f77a8 |
| 06-Jul-2018 |
Simon Glass <sjg@chromium.org> |
test: Enable cover-coverage tests for dtoc and fdt
Now that we have 100% code coverage we can enable these tests in the test script also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
16d836cd |
| 06-Jul-2018 |
Tom Rini <trini@konsulko.com> |
binman: Switch to 'python-coverage'
The most portable way to get access to coverage is to invoke it as 'python-coverage'.
Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.
binman: Switch to 'python-coverage'
The most portable way to get access to coverage is to invoke it as 'python-coverage'.
Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
8f48cf9f |
| 08-Jun-2018 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
#
bf6226c3 |
| 16-May-2018 |
Simon Glass <sjg@chromium.org> |
test: Fix sandbox_spl test filter
This filter does not match the test it is intended to anymore. Update it so that it works again.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
Revision tags: v2018.03 |
|
#
da54e7e5 |
| 16-Jan-2018 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
Revision tags: v2018.01 |
|
#
ed772fe7 |
| 24-Dec-2017 |
Simon Glass <sjg@chromium.org> |
test: Set the DTC environment variable
Set this to our own device-tree compiler since we know it is new enough to run the tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
30d704c6 |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
binman: Run code coverage tests
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests.
This
binman: Run code coverage tests
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests.
This is RFC because it requires the Python code coverage tools to be available.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
00f6c800 |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test: Run dtoc tests
Update the test script to run the dtoc tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
34ba7d77 |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test: Run buildman tests
Update the test script to run the buildman tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
adb5b616 |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test: Run patman tests
Update the test script to run the patman tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
72d8172b |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test: Run binman tests
Update the test script to run the binman tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
73a01d90 |
| 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test: Correct operation when tests pass
When tests pass an error message is printed because of a variable that is not initialised. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
#
bb7ab1cc |
| 23-Nov-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
Revision tags: v2017.11 |
|
#
2f52018c |
| 12-Nov-2017 |
Simon Glass <sjg@chromium.org> |
test/run: Report and return failure
This script runs the tests but does not report failure. Also it always returns an exit code of 0 even on failure.
Fix these problems by checking the result of ea
test/run: Report and return failure
This script runs the tests but does not report failure. Also it always returns an exit code of 0 even on failure.
Fix these problems by checking the result of each test.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
#
029ab15a |
| 18-May-2017 |
Simon Glass <sjg@chromium.org> |
test: Update 'make test' to run more tests
The standard sandbox board cannot run the of-platdata test since it needs SPL. Also, we should test the flat tree version of sandbox.
Add these tests to t
test: Update 'make test' to run more tests
The standard sandbox board cannot run the of-platdata test since it needs SPL. Also, we should test the flat tree version of sandbox.
Add these tests to the default test script.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|