aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-15tests: add extension to sed -i for GNU/BSD sed compatibilityEd Maste1-1/+1
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+3
2019-10-14tests: fix some python warningsMarc-André Lureau1-2/+4
2019-10-14dumptrees: pass outputdir as first argumentMarc-André Lureau2-1/+11
2019-10-14tests: allow out-of-tree test runMarc-André Lureau9-173/+185
2019-07-28libfdt: Allow #size-cells of 0David Gibson2-0/+12
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson1-1/+3
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson3-0/+31
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao1-0/+7
2019-06-30tests: Add a failed test case for 'fdtoverlay' with long target pathFabrice Gasnier3-0/+44
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring73-1056/+73
2019-05-21Fix typos in various documentation and source filesThomas Huth7-8/+8
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2-21/+52
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin4-1/+100
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson2-3/+6
2019-03-29tests: Rename tests.sh to testutils.shDavid Gibson9-8/+8
2019-03-29libfdt: Add phandle generation helperThierry Reding5-3/+61
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding1-0/+9
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro7-0/+182
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson5-62/+3
2019-03-21libfdt: Add phandle generation helperThierry Reding5-3/+62
2019-02-19pylibfdt:tests: Extend the way how to find a Python moduleLumir Balhar1-1/+1
2019-02-19pylibfdt: Change how passing tests are recognizedLumir Balhar1-1/+1
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin1-5/+7
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar1-10/+10
2018-11-24libfdt: Add a test for fdt_getprop_by_offset()Simon Glass6-1/+94
2018-11-23Refine make tests_clean targetDavid Gibson2-4/+4
2018-11-23tests: Use modern octal literals for PythonDavid Gibson1-2/+2
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar2-4/+4
2018-11-14tests: Don't lose errors from make checkmDavid Gibson1-1/+1
2018-11-14tests: Property count valgrind errors in wrapped testsDavid Gibson1-0/+3
2018-11-07libfdt: return correct value if #size-cells property is not presentJohn Clarke2-2/+2
2018-10-04tests: Wrap check_align() calls with base_run_test()Lubomir Rintel1-2/+2
2018-09-27Fix dts output with a REF_PATH markerRob Herring2-1/+7
2018-09-26Added test cases for target referencesFredrik Markstrom2-0/+34