Update the README.md

1. Update the link for device test.

2. Reformat the file.

Bugs: None
Test: None
Change-Id: I88b928d7b2247fb31e8adbd92a19f944cf0bafd4
This commit is contained in:
zijunzhao 2022-11-09 23:57:55 +00:00
parent e71efc5ca6
commit a3696c13cf

View file

@ -246,6 +246,7 @@ https://android-review.googlesource.com/c/platform/bionic/+/2073827
### Debugging tips
1. Key error for a new codename in libc/libc.map.txt
e.g. what you add in libc/libc.map.txt is:
```
@ -271,6 +272,7 @@ KeyError: 'Vanilla'
Solution: Ask in the team and wait for the update.
2. Use of undeclared identifier of the new system call in the test
Possible Solution: Check everything ready in the files mentioned above first.
Maybe glibc matters. Follow the example and try #if defined(__GLIBC__).
@ -323,7 +325,7 @@ The tests are all built from the tests/ directory.
Note that we use our own custom gtest runner that offers a superset of the
options documented at
<https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-programs-advanced-options>,
<https://github.com/google/googletest/blob/main/docs/advanced.md#running-test-programs-advanced-options>,
in particular for test isolation and parallelism (both on by default).
### Device tests via CTS