aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-08-04tests: generate dtbs in Meson build directoryBrandon Maier1-2/+3
2023-08-03tests: fix use of deprecated meson methodsBrandon Maier1-2/+2
2023-05-14dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson2-0/+2
2023-05-14tests: Add additional tests for device graph checksJohannes Beisswenger3-0/+61
2023-05-14yaml: Depend on libyaml >= 0.2.3Uwe Kleine-König1-1/+1
2023-05-07tests: Add test cases for bad endpoint node and remote-endpoint prop checksJohannes Beisswenger5-0/+46
2023-03-01tests: fix leaks spotted by ASANMarc-André Lureau10-21/+25
2023-03-01tests: fix -Wwrite-stringsMarc-André Lureau2-3/+3
2023-02-28meson: Fix cell overflow tests when running from mesonDavid Gibson1-2/+2
2023-02-27Use #ifdef NO_VALGRINDMarc-André Lureau1-1/+1
2023-02-27Do not redefine _GNU_SOURCE if already setMarc-André Lureau1-0/+2
2023-02-05pylibfdt: add size_hint parameter for get_pathLuca Weiss1-0/+1
2022-11-21dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson3-0/+19
2022-10-12libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk5-1/+104
2022-07-31Don't generate erroneous fixups from reference to pathDavid Gibson2-0/+7
2022-07-27Allow static building with mesonTero Tervala1-2/+7
2022-07-27Allow static building with makeTero Tervala2-8/+14
2022-07-26Fix test script to run also on dash shellTero Tervala1-2/+2
2022-07-02Add missing relref_merge test to meson test listTero Tervala1-0/+1
2022-04-20pylibfdt: add FdtRo.get_path()Luca Weiss1-0/+13
2022-01-25tests: add test cases for label-relative path referencesAhmad Fatoum7-2/+112
2021-12-29Handle integer overflow in check_property_phandle_args()David Gibson2-0/+21
2021-12-28tests: setprop_inplace: use xstrdup instead of unchecked strdupAhmad Fatoum1-1/+1
2021-12-28pylibfdt: add Property.as_*int*_array()Luca Weiss2-0/+15
2021-12-28pylibfdt: add Property.as_stringlist()Luca Weiss1-0/+8
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2-1/+6
2021-10-21checks: Add an interrupt-map checkRob Herring4-0/+59
2021-10-11treesource: Maintain phandle label/path on outputRob Herring2-0/+6
2021-09-27asm: Use assembler macros instead of cpp macrosDavid Gibson1-194/+207
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring3-51/+49
2021-06-21tests: Fix signedness comparisons warningsAndre Przywara13-16/+35
2021-06-08checks: Drop interrupt_cells_is_cell checkRob Herring1-2/+2
2021-05-04tests: add a positive gpio test caseIlya Lipnitskiy2-0/+14
2021-03-23libfdt: Check that the root-node name is emptySimon Glass5-3/+20
2021-03-23libfdt: Check that there is only one root nodeSimon Glass5-2/+25
2020-12-22tests: Fix overlay_overlay_nosugar test casePaul Barker2-5/+5
2020-12-08meson: increase default timeout for testsMarc-André Lureau1-0/+1
2020-12-08meson: do not assume python is installed, skip testsMarc-André Lureau1-6/+6
2020-10-21build-sys: add meson buildMarc-André Lureau1-0/+130
2020-05-18checks: Add interrupt provider testAndre Przywara2-0/+8
2020-03-04tests: Allow running the testsuite on already installed binary / librariesDavid Gibson2-6/+13
2020-03-04tests: Honour NO_YAML make variableDavid Gibson1-1/+15
2020-03-04tests: Properly clean up .bak file from testsDavid Gibson1-1/+1
2020-03-04tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson1-1/+15
2020-03-04tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson1-3/+3
2020-03-04tests: Let run_tests.sh run Python tests without Makefile assistanceDavid Gibson1-0/+4
2020-03-04checks: Add 'dma-ranges' checkRob Herring2-0/+13
2019-11-16tests: default to 'cc' if CC not setEd Maste1-1/+1
2019-11-15Add test-case for trailing zeroStefan Mavrodiev1-0/+4
2019-11-15pylibfdt: Adjust for deprecated test methodsSimon Glass1-99/+99