Lines Matching refs:ltp
9 [Github](https://github.com/linux-test-project/ltp) (upstream)
24 The LTP source is located at external/ltp in the Android tree. This is not an
28 test/vts-testcase/kernel/ltp. Some noteworthy directories/files:
30 * `external/ltp/android/`: Contains Android-specific files, aside from Android.[bp, mk] at top leve…
31 * `external/ltp/android/Android.ltp.mk`: Lists build rules for the LTP modules built under make. Th…
32 * `external/ltp/gen.bp`: Lists build rules for the LTP modules built under Soong. This file gets au…
33 * `external/ltp/android/ltp_package_list.mk`: Lists all tests that will get pulled into VTS - VTS d…
34 * `external/ltp/android/tools/disabled_tests.txt`: Lists tests which cannot or should not be compil…
35 * `external/ltp/testcases`: Source for LTP tests. Among the most important for the purposes of Treb…
36 * `test/vts-testcase/kernel/ltp/testcase/tools/configs/disabled_tests.py`: Any test listed here wil…
37 * `test/vts-testcase/kernel/ltp/testcase/tools/configs/stable_tests.py`: Any test listed here will …
80 * `external/ltp$ mma`
81 * `external/ltp$ adb sync data`
83 The test cases will be located at /data/nativetest{64,}/ltp/testcases/bin.
86 * `external/ltp$ git clean -x -f -d`
97 * `mkdir -p /data/local/tmp/ltp/tmp/ltptemp`
98 * `mkdir -p /data/local/tmp/ltp/tmp/tmpbase`
99 * `mkdir -p /data/local/tmp/ltp/tmp/tmpdir`
100 * `restorecon -F -R /data/local/tmp/ltp`
101 * `export TMP=/data/local/tmp/ltp/tmp`
102 * `export LTPTMP=/data/local/tmp/ltp/tmp/ltptemp`
104 * `export TMPBASE=/data/local/tmp/ltp/tmp/tmpbase`
105 * `export TMPDIR=/data/local/tmp/ltp/tmp/tmpdir`
106 * `export LTPROOT=/data/local/tmp/ltp`
109 * `export PATH=/data/nativetest64/ltp/testcases/bin:$PATH`
112 * `export PATH=/data/nativetest/ltp/testcases/bin:$PATH`
118 external/ltp/android/tools/disabled_tests.txt. Many tests have been added to
126 * `external/ltp/android/Android.ltp.mk`, for LTP modules built in make
127 * `external/ltp/gen.bp`, for LTP modules built in soong
128 * `external/ltp/android/ltp_package_list.mk`, which lists all LTP modules that get pulled into VTS
131 external/ltp/android/tools/gen_android_build.sh. Instructions for the script
132 are in external/ltp/android/how-to-update.txt.
137 In addition to whether modules are built in external/ltp, it is also necessary
143 The file test/vts-testcase/kernel/ltp/testcase/tools/configs/stable_tests.py
152 in external/ltp. Tests that are (hopefully) temporarily broken should be
159 `test/vts-testcase/kernel/ltp/stable/AndroidTest.xml`.
170 Help! The external/ltp build is failing!
173 Try doing a make distclean inside of external/ltp. If an upgrade to LTP has
175 external/ltp can cause build failures.
180 The hotlist for LTP bugs is [ltp-todo](https://buganizer.corp.google.com/hotlists/733268).
202 [here](https://lists.linux.it/listinfo/ltp). Some standard kernel guidelines
214 onto aosp/master in external/ltp.