summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson2023-05-142-0/+2
* tests: Add additional tests for device graph checksJohannes Beisswenger2023-05-143-0/+61
* yaml: Depend on libyaml >= 0.2.3Uwe Kleine-König2023-05-141-1/+1
* tests: Add test cases for bad endpoint node and remote-endpoint prop checksJohannes Beisswenger2023-05-075-0/+46
* tests: fix leaks spotted by ASANMarc-André Lureau2023-03-0110-21/+25
* tests: fix -Wwrite-stringsMarc-André Lureau2023-03-012-3/+3
* meson: Fix cell overflow tests when running from mesonDavid Gibson2023-02-281-2/+2
* Use #ifdef NO_VALGRINDMarc-André Lureau2023-02-271-1/+1
* Do not redefine _GNU_SOURCE if already setMarc-André Lureau2023-02-271-0/+2
* pylibfdt: add size_hint parameter for get_pathLuca Weiss2023-02-051-0/+1
* dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson2022-11-213-0/+19
* libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk2022-10-125-1/+104
* Don't generate erroneous fixups from reference to pathDavid Gibson2022-07-312-0/+7
* Allow static building with mesonTero Tervala2022-07-271-2/+7
* Allow static building with makeTero Tervala2022-07-272-8/+14
* Fix test script to run also on dash shellTero Tervala2022-07-261-2/+2
* Add missing relref_merge test to meson test listTero Tervala2022-07-021-0/+1
* pylibfdt: add FdtRo.get_path()Luca Weiss2022-04-201-0/+13
* tests: add test cases for label-relative path referencesAhmad Fatoum2022-01-257-2/+112
* Handle integer overflow in check_property_phandle_args()David Gibson2021-12-292-0/+21
* tests: setprop_inplace: use xstrdup instead of unchecked strdupAhmad Fatoum2021-12-281-1/+1
* pylibfdt: add Property.as_*int*_array()Luca Weiss2021-12-282-0/+15
* pylibfdt: add Property.as_stringlist()Luca Weiss2021-12-281-0/+8
* Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2021-12-092-1/+6
* checks: Add an interrupt-map checkRob Herring2021-10-214-0/+59
* treesource: Maintain phandle label/path on outputRob Herring2021-10-112-0/+6
* asm: Use assembler macros instead of cpp macrosDavid Gibson2021-09-271-194/+207
* asm: Use .asciz and .ascii instead of .stringRob Herring2021-09-253-51/+49
* tests: Fix signedness comparisons warningsAndre Przywara2021-06-2113-16/+35
* checks: Drop interrupt_cells_is_cell checkRob Herring2021-06-081-2/+2
* tests: add a positive gpio test caseIlya Lipnitskiy2021-05-042-0/+14
* libfdt: Check that the root-node name is emptySimon Glass2021-03-235-3/+20
* libfdt: Check that there is only one root nodeSimon Glass2021-03-235-2/+25
* tests: Fix overlay_overlay_nosugar test casePaul Barker2020-12-222-5/+5
* meson: increase default timeout for testsMarc-André Lureau2020-12-081-0/+1
* meson: do not assume python is installed, skip testsMarc-André Lureau2020-12-081-6/+6
* build-sys: add meson buildMarc-André Lureau2020-10-211-0/+130
* checks: Add interrupt provider testAndre Przywara2020-05-182-0/+8
* tests: Allow running the testsuite on already installed binary / librariesDavid Gibson2020-03-042-6/+13
* tests: Honour NO_YAML make variableDavid Gibson2020-03-041-1/+15
* tests: Properly clean up .bak file from testsDavid Gibson2020-03-041-1/+1
* tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson2020-03-041-1/+15
* tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson2020-03-041-3/+3
* tests: Let run_tests.sh run Python tests without Makefile assistanceDavid Gibson2020-03-041-0/+4
* checks: Add 'dma-ranges' checkRob Herring2020-03-042-0/+13
* tests: default to 'cc' if CC not setEd Maste2019-11-161-1/+1
* Add test-case for trailing zeroStefan Mavrodiev2019-11-151-0/+4
* pylibfdt: Adjust for deprecated test methodsSimon Glass2019-11-151-99/+99
* tests: add extension to sed -i for GNU/BSD sed compatibilityEd Maste2019-11-151-1/+1
* pylibfdt: Correct the type for fdt_property_stub()Simon Glass2019-10-271-2/+3