• Home
  • Raw
  • Download

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/configs/disabled_tests.py`: Any test listed here will not be run in…
37 * `test/vts-testcase/kernel/ltp/configs/stable_tests.py`: Any test listed here will run as part of …
82 * `external/ltp$ mma`
83 * `external/ltp$ adb sync data`
85 The test cases will be located at /data/nativetest{64,}/ltp/testcases/bin.
88 * `external/ltp$ make distclean`
99 * `mkdir -p /data/local/tmp/ltp/tmp/ltptemp`
100 * `mkdir -p /data/local/tmp/ltp/tmp/tmpbase`
101 * `mkdir -p /data/local/tmp/ltp/tmp/tmpdir`
102 * `restorecon -F -R /data/local/tmp/ltp`
103 * `export TMP=/data/local/tmp/ltp/tmp`
104 * `export LTPTMP=/data/local/tmp/ltp/tmp/ltptemp`
106 * `export TMPBASE=/data/local/tmp/ltp/tmp/tmpbase`
107 * `export TMPDIR=/data/local/tmp/ltp/tmp/tmpdir`
108 * `export LTPROOT=/data/local/tmp/ltp`
111 * `export PATH=/data/nativetest64/ltp/testcases/bin:$PATH`
114 * `export PATH=/data/nativetest/ltp/testcases/bin:$PATH`
120 external/ltp/android/tools/disabled_tests.txt. Many tests have been added to
128 * `external/ltp/android/Android.ltp.mk`, for LTP modules built in make
129 * `external/ltp/gen.bp`, for LTP modules built in soong
130 * `external/ltp/android/ltp_package_list.mk`, which lists all LTP modules that get pulled into VTS
133 these files from scratch, external/ltp/android/tools/gen_android_build.sh.
138 In addition to whether modules are built in external/ltp, it is also necessary
144 The file test/vts-testcase/kernel/ltp/configs/stable_tests.py lists tests that
146 test/vts-testcase/kernel/ltp/configs/disabled_tests.py file lists tests that
148 but is enabled in the build in external/ltp, then it is in the staging set
157 in external/ltp. Tests that are (hopefully) temporarily broken should be
174 Help! The external/ltp build is failing!
177 Try doing a make distclean inside of external/ltp. If an upgrade to LTP has
179 external/ltp can cause build failures.
184 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.